(Not sure if this belongs in CCIE forum so feel free to move it etc)
I am trying to setup a MFR switch (R6-FR2-R9), I created the MFR ppp subinterface on both R6 and R9. From the frame-relay map I see the interface is up. However I cannot ping across R6 to R9
Here's the config for the FR2 switch:
FR2#sh run | b MFR
interface MFR1
no ip address
frame-relay intf-type dce
!
interface MFR2
no ip address
frame-relay intf-type dce
!
interface Serial1/0
no ip address
encapsulation frame-relay MFR1
serial restart-delay 0
no arp frame-relay
!
interface Serial1/1
no ip address
encapsulation frame-relay MFR1
serial restart-delay 0
no arp frame-relay
!
interface Serial1/2
no ip address
encapsulation frame-relay MFR2
serial restart-delay 0
no arp frame-relay
!
interface Serial1/3
no ip address
encapsulation frame-relay MFR2
serial restart-delay 0
no arp frame-relay
!
connect Multi_MF MFR1 32 MFR2 33
FR2#sh ip int bri
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Serial1/0 unassigned YES unset up up
Serial1/1 unassigned YES unset up up
Serial1/2 unassigned YES unset up up
Serial1/3 unassigned YES unset up up
MFR1 unassigned YES unset up up
MFR2 unassigned YES unset up up
FR2#sh frame-relay multilink
Bundle: MFR1, State = up, class = A, fragmentation disabled
BID = MFR1
Bundle links:
Serial1/1, HW state = up, link state = Up, LID = Serial1/1
Serial1/0, HW state = up, link state = Up, LID = Serial1/0
Bundle: MFR2, State = up, class = A, fragmentation disabled
BID = MFR2
Bundle links:
Serial1/3, HW state = up, link state = Up, LID = Serial1/3
Serial1/2, HW state = up, link state = Up, LID = Serial1/2
Does the configuration on the FR switch looks ok? I never setup a MFR switch before and can't find any document for MFR-to-MFR switch connection?
Is there a FR routing equivalent command for MFR? Since if I get nothing if I do:
FR2#sh frame-relay route
Input Intf Input Dlci Output Intf Output Dlci Status
FR2#
I see the FR mapping are up but I cannot ping from R6 to R9:
R6#sh ip int bri
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 150.50.68.6 YES manual up up
FastEthernet0/1 unassigned YES unset administratively down down
Serial1/0 unassigned YES unset up up
Serial1/0.26 150.50.26.1 YES manual up up
Serial1/1 unassigned YES unset up up
Serial1/2 unassigned YES unset up up
Serial1/3 unassigned YES unset administratively down down
MFR1 unassigned YES unset up up
MFR1.32 150.50.69.1 YES manual up up
Loopback0 200.0.0.6 YES manual up up
R6#sh frame-relay multilink
Bundle: MFR1, State = up, class = A, fragmentation disabled
BID = MFR1
Bundle links:
Serial1/2, HW state = up, link state = Up, LID = Serial1/2
Serial1/1, HW state = up, link state = Up, LID = Serial1/1
R6#sh frame-relay map
MFR1.32 (up): point-to-point dlci, dlci 32(0x20,0x800), broadcast
status defined, active
R9#sh ip int bri
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset administratively down down
Serial0/0 unassigned YES unset up up
Serial0/1 unassigned YES unset up up
MFR1 unassigned YES unset up up
MFR1.32 150.50.69.2 YES manual up up
R9#sh frame-relay multilink
Bundle: MFR1, State = up, class = A, fragmentation disabled
BID = MFR1
Bundle links:
Serial0/1, HW state = up, link state = Up, LID = Serial0/1
Serial0/0, HW state = up, link state = Up, LID = Serial0/0
R9#sh frame-relay map
MFR1.32 (up): point-to-point dlci, dlci 33(0x21,0x810), broadcast
status defined, active