R1(config)#do sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            10.1.12.1       YES manual up                    up     
Loopback0                  10.1.1.1        YES manual up                    up   

R2#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            10.1.12.2       YES manual up                    up     
FastEthernet1/0            172.16.0.2      YES manual up                    up   

R3#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            172.16.0.3      YES manual up                    up     
Loopback0                  172.17.0.3      YES manual up                    up     

R1(config)#router eigrp 10
R1(config-router)#net 10.0.0.0
R1(config-router)#no au

R3(config)#router rip
R3(config-router)#net 172.16.0.0
R3(config-router)#no au
R3(config-router)#end

R2(config)#router rip
R2(config-router)#network 172.16.0.0
R2(config-router)#redistribute eigrp 10 metric 1
R2(config-router)#exit

R2(config)#router eigrp 10
R2(config-router)#network 10.0.0.0

R2(config-router)#redistribute rip metric 100000 100 255 1 1500R2(config-router)#no au
R2(config-router)#end

R2#sho interfaces fastEthernet 0/0
FastEthernet0/0 is up, line protocol is up
  Hardware is AmdFE, address is cc02.0857.0000 (bia cc02.0857.0000)
  Internet address is 10.1.12.2/24
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
     reliability 255/255, txload 1/255, rxload 1/255

R1#sho ip route

D EX 172.16.0.0/16 [170/53760] via 10.1.12.2, 00:08:38, FastEthernet0/0
     10.0.0.0/24 is subnetted, 2 subnets
C       10.1.12.0 is directly connected, FastEthernet0/0
C       10.1.1.0 is directly connected, Loopback0

R2#sho ip route

C    172.16.0.0/16 is directly connected, FastEthernet1/0
     10.0.0.0/24 is subnetted, 2 subnets
C       10.1.12.0 is directly connected, FastEthernet0/0
D       10.1.1.0 [90/156160] via 10.1.12.1, 00:09:33, FastEthernet0/0

R3#sho ip route

C    172.17.0.0/16 is directly connected, Loopback0
C    172.16.0.0/16 is directly connected, FastEthernet0/0
R    10.0.0.0/8 [120/1] via 172.16.0.2, 00:00:07, FastEthernet0/0

R1#ping 172.16.0.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 96/104/128 ms

R3#ping 10.1.1.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 80/99/116 ms

0 comments:

Post a Comment

 
Top