#Topology#
#Symptom#
no ip traffic from 172.16.13.3 <-> 172.16.13.1
debug frame-relay packet on R3 gives following output
*Mar 1 15:32:12.917: Serial1/0: broadcast search
*Mar 1 15:32:12.917: Serial1/0:encaps failed on broadcast for link 38(BRIDGE)
#Resolution#
Ip routing was disabled from a previous configuration. It seems that IOS needs IP Routing enabled for encapsulation of IP packets on Frame Relay Links
Activate IP Routing on R3
R3#debug frame-relay packet
Frame Relay packet debugging is on
R3#ping 172.16.13.1 rep
R3#ping 172.16.13.1 repeat 1
Type escape sequence to abort.
Sending 1, 100-byte ICMP Echos to 172.16.13.1, timeout is 2 seconds:
*Mar 1 15:51:01.479: Serial1/0: broadcast search
*Mar 1 15:51:01.483: Serial1/0:encaps failed on broadcast for link 38(BRIDGE)
*Mar 1 15:51:01.483: Serial1/0: broadcast search
*Mar 1 15:51:01.483: Serial1/0:encaps failed on broadcast for link 38(BRIDGE)
*Mar 1 15:51:02.485: Serial1/0: broadcast search
*Mar 1 15:51:02.485: Serial1/0:encaps failed on broadcast for link 38(BRIDGE)
*Mar 1 15:51:02.485: Serial1/0: broadcast search
*Mar 1 15:51:02.485: Serial1/0:encaps failed on broadcast for link 38(BRIDGE).
Success rate is 0 percent (0/1)
R3#
*Mar 1 15:51:03.486: Serial1/0: broadcast search
*Mar 1 15:51:03.486: Serial1/0:encaps failed on broadcast for link 38(BRIDGE)
*Mar 1 15:51:03.486: Serial1/0: broadcast search
*Mar 1 15:51:03.486: Serial1/0:encaps failed on broadcast for link 38(BRIDGE)
*Mar 1 15:51:04.488: Serial1/0: broadcast search
*Mar 1 15:51:04.488: Serial1/0:encaps failed on broadcast for link 38(BRIDGE)
*Mar 1 15:51:04.488: Serial1/0: broadcast search
*Mar 1 15:51:04.488: Serial1/0:encaps failed on broadcast for link 38(BRIDGE)
R3#
R3#sh ip route
Default gateway is not set
Host Gateway Last Use Total Uses Interface
ICMP redirect cache is empty
R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#ip routing
R3(config)#exit
R3#sh ip route
*Mar 1 15:51:14.557: %SYS-5-CONFIG_I: Configured from console by console
R3#ping 172.16.13.1 repeat 1
Type escape sequence to abort.
Sending 1, 100-byte ICMP Echos to 172.16.13.1, timeout is 2 seconds:
!
Success rate is 100 percent (1/1), round-trip min/avg/max = 60/60/60 ms
R3#
*Mar 1 15:51:17.393: Serial1/0(o): dlci 301(0x48D1), pkt type 0x800(IP), datagramsize 104
*Mar 1 15:51:17.449: Serial1/0(i): dlci 301(0x48D1), pkt type 0x800, datagramsize 104
R3#
Keine Kommentare:
Kommentar veröffentlichen