Question ?
R1 ping 6.6.6.6 source 1.1.1.1
R1 ping 5.5.5.5

R4 ping 66.6.6.6

R3 ping 66.6.6.6

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

R2#sh ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            192.168.12.2    YES manual up                    up     
FastEthernet1/0            192.168.23.2    YES manual up                    up     
FastEthernet2/0            192.168.25.2    YES manual up                    up     
Loopback0                  2.2.2.2         YES manual up                    up    

R3#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            192.168.23.3    YES manual up                    up     
FastEthernet1/0            192.168.34.3    YES manual up                    up     
Loopback0                  3.3.3.3         YES manual up                    up  

R4#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            192.168.34.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
FastEthernet0/0            192.168.25.5    YES manual up                    up     
FastEthernet1/0            192.168.56.5    YES manual up                    up     
Loopback0                  5.5.5.5         YES manual up                    up   

R6#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            192.168.56.6    YES manual up                    up     
Loopback0                  6.6.6.6         YES manual up                    up     
Loopback1                  66.6.6.6        YES manual up                    up 

R1#sho ip route static
     5.0.0.0/24 is subnetted, 1 subnets
S       5.5.5.0 [1/0] via 192.168.12.2
     66.0.0.0/24 is subnetted, 1 subnets
S       66.6.6.0 [1/0] via 192.168.12.2

R2#sho ip route static
     1.0.0.0/24 is subnetted, 1 subnets
S       1.1.1.0 [1/0] via 192.168.12.1
     3.0.0.0/24 is subnetted, 1 subnets
S       3.3.3.0 [1/0] via 192.168.23.3
     4.0.0.0/24 is subnetted, 1 subnets
S       4.4.4.0 [1/0] via 192.168.23.3
     5.0.0.0/24 is subnetted, 1 subnets
S       5.5.5.0 [1/0] via 192.168.25.5
     66.0.0.0/24 is subnetted, 1 subnets
S       66.6.6.0 [1/0] via 192.168.25.5
S    192.168.34.0/24 [1/0] via 192.168.23.3

R3#sho ip route static
     4.0.0.0/24 is subnetted, 1 subnets
S       4.4.4.0 [1/0] via 192.168.34.4
     66.0.0.0/24 is subnetted, 1 subnets
S       66.6.6.0 [1/0] via 192.168.23.2

R4#sho ip route static
     66.0.0.0/24 is subnetted, 1 subnets
S       66.6.6.0 [1/0] via 192.168.34.3

R5#sho ip route static
S    192.168.12.0/24 [1/0] via 192.168.25.2
     1.0.0.0/24 is subnetted, 1 subnets
S       1.1.1.0 [1/0] via 192.168.25.2
     3.0.0.0/24 is subnetted, 1 subnets
S       3.3.3.0 [1/0] via 192.168.25.2
     4.0.0.0/24 is subnetted, 1 subnets
S       4.4.4.0 [1/0] via 192.168.25.2
     66.0.0.0/24 is subnetted, 1 subnets
S       66.6.6.0 [1/0] via 192.168.56.6
S    192.168.23.0/24 [1/0] via 192.168.25.2
S    192.168.34.0/24 [1/0] via 192.168.25.2

R6#sho ip route static
     1.0.0.0/24 is subnetted, 1 subnets
S       1.1.1.0 [1/0] via 192.168.56.5
     3.0.0.0/24 is subnetted, 1 subnets
S       3.3.3.0 [1/0] via 192.168.56.5
     4.0.0.0/24 is subnetted, 1 subnets
S       4.4.4.0 [1/0] via 192.168.56.5
S    192.168.23.0/24 [1/0] via 192.168.56.5
S    192.168.34.0/24 [1/0] via 192.168.56.5

R1#ping 66.6.6.6 source 1.1.1.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 66.6.6.6, timeout is 2 seconds:
Packet sent with a source address of 1.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 92/107/128 ms

R1#ping 5.5.5.5

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

R3#ping 66.6.6.6

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

R4#ping 66.6.6.6

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

0 comments:

Post a Comment

 
Top