我一直ping
在使用 2600 和 3700 系列 Cisco 路由器进行故障排除。在状态为、线路协议 的ping
接口上执行。在快速以太网接口上,如果状态为且线路协议为,则路由器可以成功 ping 其自己的快速以太网接口的 IP 地址。对于串行接口,如果状态为且线路协议为,则在某些情况下路由器无法 ping 其自己的串行接口 IP 地址。up
up
up
up
up
up
有人可以解释一下为什么对于处于某种状态的串行接口,对路由器自己的接口进行 ping 操作会失败吗up/up
?
R4#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.10.1 YES NVRAM up up
Serial0/0 192.168.1.2 YES NVRAM up up
FastEthernet0/1 unassigned YES NVRAM administratively down down
Serial0/1 192.168.4.1 YES NVRAM up up
R4#ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
....
答案1
串行接口是帧中继吗?如果是,您需要将本地接口 IP 映射到其中一个活动 DLCI,以便 ping 该接口。
interface Serial0/0
ip address 192.168.0.1 255.255.255.0
frame-relay map ip 192.168.0.2 102 broadcast
frame-relay map ip 192.168.0.1 102