R1#sh ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            10.1.12.1       YES NVRAM  up                    up     
Loopback0                  1.1.1.1         YES NVRAM  up                    up 

R2#sh ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            10.1.12.2       YES NVRAM  up                    up     
FastEthernet1/0            10.1.23.2       YES NVRAM  up                    up     
Loopback0                  2.2.2.2         YES NVRAM  up                    up     

R3#sho ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            10.1.23.3       YES NVRAM  up                    up     
FastEthernet1/0            10.1.34.3       YES NVRAM  up                    up     
Loopback0                  3.3.3.3         YES NVRAM  up                    up   

R4#sh ip int bri
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            10.1.34.4       YES NVRAM  up                    up     
Loopback0                  4.4.4.4         YES NVRAM  up                    up     

R1#sho ip route static
     2.0.0.0/24 is subnetted, 1 subnets
S       2.2.2.0 [1/0] via 10.1.12.2
     3.0.0.0/24 is subnetted, 1 subnets
S       3.3.3.0 [1/0] via 10.1.12.2
     4.0.0.0/24 is subnetted, 1 subnets
S       4.4.4.0 [1/0] via 10.1.12.2
     10.0.0.0/24 is subnetted, 3 subnets
S       10.1.23.0 [1/0] via 10.1.12.2
S       10.1.34.0 [1/0] via 10.1.12.2

R2#sho ip route static
     1.0.0.0/24 is subnetted, 1 subnets
S       1.1.1.0 [1/0] via 10.1.12.1
     3.0.0.0/24 is subnetted, 1 subnets
S       3.3.3.0 [1/0] via 10.1.23.3
     4.0.0.0/24 is subnetted, 1 subnets
S       4.4.4.0 [1/0] via 10.1.23.3
     10.0.0.0/24 is subnetted, 3 subnets
S       10.1.34.0 [1/0] via 10.1.23.3

R3#sho ip route static
     1.0.0.0/24 is subnetted, 1 subnets
S       1.1.1.0 [1/0] via 10.1.23.2
     2.0.0.0/24 is subnetted, 1 subnets
S       2.2.2.0 [1/0] via 10.1.23.2
     4.0.0.0/24 is subnetted, 1 subnets
S       4.4.4.0 [1/0] via 10.1.34.4
     10.0.0.0/24 is subnetted, 3 subnets
S       10.1.12.0 [1/0] via 10.1.23.2

R4#sho ip route static
     1.0.0.0/24 is subnetted, 1 subnets
S       1.1.1.0 [1/0] via 10.1.34.3
     2.0.0.0/24 is subnetted, 1 subnets
S       2.2.2.0 [1/0] via 10.1.34.3
     3.0.0.0/24 is subnetted, 1 subnets
S       3.3.3.0 [1/0] via 10.1.34.3
     10.0.0.0/24 is subnetted, 3 subnets
S       10.1.12.0 [1/0] via 10.1.34.3
S       10.1.23.0 [1/0] via 10.1.34.3

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 = 84/99/128 ms

R1#ping 4.4.4.4 source 1.1.1.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 4.4.4.4, 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 = 96/103/128 ms

0 comments:

Post a Comment

 
Top