R1#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  192.168.12.1    YES manual up                    up     
FastEthernet1/0            192.168.13.1    YES manual up            up
Loopback0                  1.1.1.1         YES manual up                    up

R2#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  192.168.12.2    YES manual up                    up     
Serial0/1                  192.168.24.2    YES manual up                    up     
FastEthernet1/0            192.168.23.2    YES manual up                    up      

R3#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  192.168.35.3    YES manual up                    up     
FastEthernet1/0            192.168.13.3    YES manual up                    up     
FastEthernet2/0            192.168.23.3    YES manual up                    up

R4#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  192.168.24.4    YES manual up                    up     
Loopback0                  4.4.4.4         YES manual up                    up 

R5#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  192.18.35.5     YES manual up                    up     
Loopback0                  5.5.5.5         YES manual up                    up    

R1(config)#router eigrp 200
R1(config-router)#network 1.1.1.0
R1(config-router)#net 192.168.12.0
R1(config-router)#net 192.168.13.0
R1(config-router)#no au
R1(config-router)#end    

R2(config)#router eigrp 200
R2(config-router)#net 192.168.12.0
R2(config-router)#net 192.168.23.0
R2(config-router)#net 192.168.24.0
R2(config-router)#no au

R3(config)#router eigrp 200
R3(config-router)#net 192.168.13.0
R3(config-router)#net 192.168.23.0
R3(config-router)#net 192.168.35.0
R3(config-router)#no au

R4(config)#router eigrp 200
R4(config-router)#net 4.4.4.0
R4(config-router)#net 192.168.24.0
R4(config-router)#no au

R5(config)#router eigrp 200
R5(config-router)#net 5.5.5.0
R5(config-router)#net 192.168.35.0
R5(config-router)#no au

R1#sh ip eigrp topology
IP-EIGRP Topology Table for AS(200)/ID(1.1.1.1)

Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
       r - reply Status, s - sia Status

P 1.1.1.0/24, 1 successors, FD is 128256
        via Connected, Loopback0
P 4.4.4.0/24, 1 successors, FD is 2302976
        via 192.168.13.3 (2302976/2300416), FastEthernet1/0
        via 192.168.12.2 (2809856/2297856), Serial0/0
P 192.168.35.0/24, 1 successors, FD is 2172416
        via 192.168.13.3 (2172416/2169856), FastEthernet1/0
P 192.168.12.0/24, 1 successors, FD is 2169856
        via Connected, Serial0/0
P 192.168.13.0/24, 1 successors, FD is 28160
        via Connected, FastEthernet1/0
P 192.168.24.0/24, 1 successors, FD is 2174976
        via 192.168.13.3 (2174976/2172416), FastEthernet1/0
        via 192.168.12.2 (2681856/2169856), Serial0/0
P 192.168.23.0/24, 1 successors, FD is 30720
        via 192.168.13.3 (30720/28160), FastEthernet1/0
        via 192.168.12.2 (2172416/28160), Serial0/0

R1#ping 4.4.4.4

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 4.4.4.4, timeout is 2 seconds:
!!!!!

R1#sho ip route eigrp
     4.0.0.0/24 is subnetted, 1 subnets
D       4.4.4.0 [90/2302976] via 192.168.13.3, 00:02:13, FastEthernet1/0
D    192.168.24.0/24 [90/2174976] via 192.168.13.3, 00:02:44, FastEthernet1/0
D    192.168.23.0/24 [90/30720] via 192.168.13.3, 00:02:46, FastEthernet1/0
D    192.168.35.0/24 [90/2172416] via 192.168.13.3, 00:02:40, FastEthernet1/0

R1#traceroute 4.4.4.4

Type escape sequence to abort.
Tracing the route to 4.4.4.4

  1 192.168.13.3 12 msec 24 msec 20 msec
  2 192.168.23.2 32 msec 20 msec 20 msec
  3 192.168.24.4 24 msec 40 msec 24 msec

R1(config)#router eigrp 200
R1(config-router)#variance 2
R1(config-router)#end

R1#sh ip route eigrp
     4.0.0.0/24 is subnetted, 1 subnets
D       4.4.4.0 [90/2302976] via 192.168.13.3, 00:00:12, FastEthernet1/0
                [90/2809856] via 192.168.12.2, 00:00:12, Serial0/0
D    192.168.24.0/24 [90/2174976] via 192.168.13.3, 00:00:12, FastEthernet1/0
                     [90/2681856] via 192.168.12.2, 00:00:12, Serial0/0
D    192.168.23.0/24 [90/30720] via 192.168.13.3, 00:00:12, FastEthernet1/0
D    192.168.35.0/24 [90/2172416] via 192.168.13.3, 00:00:12, FastEthernet1/0
R1#tra
R1#traceroute 4.4.4.4

Type escape sequence to abort.
Tracing the route to 4.4.4.4

  1 192.168.13.3 60 msec
    192.168.12.2 12 msec
    192.168.13.3 20 msec
  2 192.168.24.4 20 msec
    192.168.23.2 24 msec
    192.168.24.4 44 msec

R1#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  192.168.12.1    YES manual up                    up     
FastEthernet1/0            192.168.13.1    YES manual administratively down down   
Loopback0                  1.1.1.1         YES manual up                    up

R1#ping 4.4.4.4

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

R1#traceroute 4.4.4.4

Type escape sequence to abort.
Tracing the route to 4.4.4.4

  1 192.168.12.2 8 msec 24 msec 24 msec
  2 192.168.24.4 40 msec 40 msec 44 msec    

0 comments:

Post a Comment

 
Top