静态路由实验 <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

实验拓扑
<?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" />
实验目标<?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" />1.1.1.12.2.2.2能够相互PING
操作步骤
R1配置:
interface Loopback0
 ip address 1.1.1.1 255.255.255.0
!
interface Serial0/3/0
 ip address 192.168.12.1 255.255.255.0
 clock rate 128000
!
ip route 2.2.2.0 255.255.255.0 192.168.12.2

 

R2配置:
interface Loopback0
 ip address 2.2.2.2 255.255.255.0
!
interface Serial0/3/0
 ip address 192.168.12.2 255.255.255.0
!
ip route 1.1.1.0 255.255.255.0 192.168.12.1
测试
R1#ping 2.2.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 18/28/32 ms