素材来源于日常工作中接触到的学员或自己、或他人遇到的实验或现网故障,旨在分析、总结、分享,请勿转载,谢谢。

网络拓扑:

image

两台路由器通过串行接口S1/1连接,中间配置IP子网为 12.1.1.0/24,R1为 .1 ,R2为 .2

模拟环境使用EVE仿真环境,加载了IOL模拟器,感谢仿真环境和模拟器的开发者。


故障描述:

管理员做了如下配置,但R1和R2之间却无法ping通,甚至自己ping自己也无法通讯。


R1

configure terminal

interface s1/1

encapsulation ppp

ip address 12.1.1.1 255.255.255.0

no shutdown

end


R2

configure terminal

interface s1/1

ip address 12.1.1.2 255.255.255.0

no shutdown


故障现象:

R1#ping 12.1.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos t