Datasheet

Lab Configuring Frame Relay and Subinterfaces
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 12 of 38
CISCO, status defined, active
Serial0/0/0 (up): ip 10.1.1.1 dlci 103(0x67,0x1870), static,
CISCO, status defined, active
Serial0/0/0 (up): ipv6 2001:DB8:ACAD:B::3 dlci 103(0x67,0x1870), static,
CISCO, status defined, active
e. Issue the undebug all command to turn off debugging on R1.
R1# undebug all
All possible debugging has been turned off
f. Re-apply the frame-relay map ip command to S0/0/0 on R1, but without using the broadcast keyword.
R1(config)# interface s0/0/0
R1(config-if)# frame-relay map ip 10.1.1.2 103
g. Ping R1 from R3. Pings should be successful, but the EIGRP adjacency continues to flap. It may take a
few minutes between each message because of the EIGRP timers.
R3# ping 10.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/28 ms
R1(config-if)#
*Jun 26 20:25:10.871: %DUAL-5-NBRCHANGE: EIGRP-IPv4 1: Neighbor 10.1.1.2 (Serial0/0/0)
is down: Interface PEER-TERMINATION received
*Jun 26 20:28:13.673: %DUAL-5-NBRCHANGE: EIGRP-IPv4 1: Neighbor 10.1.1.2 (Serial0/0/0)
is up: new adjacency
R1(config-if)#
*Jun 26 20:31:18.185: %DUAL-5-NBRCHANGE: EIGRP-IPv4 1: Neighbor 10.1.1.2 (Serial0/0/0)
is down: retry limit exceeded
R1(config-if)#
*Jun 26 20:32:00.977: %DUAL-5-NBRCHANGE: EIGRP-IPv4 1: Neighbor 10.1.1.2 (Serial0/0/0)
is up: new adjacency
R1(config-if)#
*Jun 26 20:35:05.489: %DUAL-5-NBRCHANGE: EIGRP-IPv4 1: Neighbor 10.1.1.2 (Serial0/0/0)
is down: retry limit exceeded
Why does the EIGRP adjacency continue to flap?
____________________________________________________________________________________
Without the broadcast keyword, multicast traffic is not being forwarded over the DLCI specified in the
frame map statement.
h. Replace the Frame Relay map statement and include the broadcast keyword this time.
R1(config-if)# frame-relay map ip 10.1.1.2 103 broadcast
i. Verify that the full routing table is restored and that you have end-to-end connectivity.
R1# show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2