使用交换机模拟configuration帧中继 – Packet Tracer

Packet Tracer中有以下设置:

在这里输入图像说明

我试图在RTR-EDGE路由器,RTR_ENG路由器和RTR_SAL路由器之间使用帧中继交换机模拟(云)configuration帧中继。 我已经使用了以下命令:

RTR_EDGE(config)#int s3/0 RTR_EDGE(config-if)#encap frame-relay RTR_EDGE(config-if)#frame-relay map ip 172.20.1.109 101 broadcast RTR_EDGE(config-if)#frame-relay map ip 172.20.1.113 102 broadcast RTR_EDGE(config-if)#ip address 172.20.1.117 255.255.255.252 RTR_EDGE(config-if)#frame-relay lmi-type cisco RTR_EDGE(config-if)#no shutdown RTR_ENG(config)#int s0/0 RTR_ENG(config-if)#encap frame-relay RTR_ENG(config-if)#frame-relay map ip 172.20.1.117 200 broadcast RTR_EDGE(config-if)#ip address 172.20.1.109 255.255.255.252 RTR_ENG(config-if)#frame-relay lmi-type cisco RTR_ENG(config-if)#no shutdown RTR_SAL(config)#int s0/0 RTR_SAL(config-if)#encap frame-relay RTR_SAL(config-if)#frame-relay map ip 172.20.1.117 200 broadcast RTR_SAL(config-if)#ip address 172.20.1.113 255.255.255.252 RTR_SAL(config-if)#frame-relay lmi-type cisco RTR_SAL(config-if)#no shutdown 

电路出现在每个路由器的地图上:

 RTR_EDGE#show frame-relay map Serial3/0 (up): ip 172.20.1.109 dlci 101, static, broadcast, CISCO, status defined, active Serial3/0 (up): ip 172.20.1.113 dlci 102, static, broadcast, CISCO, status defined, active 

但是,三台路由器都不能互相ping通? 有没有人有任何想法,为什么不呢? 我在网上看了一些教程,他们的命令和我的一样,但是他们的工作和我的不是。

任何帮助,将不胜感激! 谢谢

你有路由到对方的路由器吗?

我不知道是否有必要添加路由到你的帧中继configuration,但你应该这样检查:

 RTR_EDGE# show ip route 172.20.1.109 RTR_EDGE# show ip route 172.20.1.113 RTR_ENG# show ip route 172.20.1.117 RTR_SAL# show ip route 172.20.1.117 

如果将子网掩码减less到/ 27(非CIDR条款中的255.255.255.224),则您的端点位于彼此不同的子网上,您应该有更多的运气。