PDA

View Full Version : Frame Relay config


stevec90
02-23-2010, 04:10 PM
I think my config is correct, but I can't even ping the local IP address on each spoke router, on a hub and spoke network. I have a 2610 as the switch, and all routes are active:

RA#sh frame-relay route
Input Intf Input Dlci Output Intf Output Dlci Status
Serial1/0 333 Serial1/1 111 active
Serial1/0 444 Serial1/2 222 active
Serial1/1 111 Serial1/0 333 active
Serial1/2 222 Serial1/0 444 active

Sorry, no chart, but RA is the switch, and the spokes are
RC 10.10.1.1 DLCI 111
RD 10.10.1.3 DLCI 333
DLCI 444
RE 10.10.1.5 DLCI 222

Before I copy and paste a bunch of configs here, is there something simple that would cause the local pings to fail??? It's strange the local serial interfaces on each spoke will not ping itself. All serial interaces on each spoke (int s0) are up/up.

stevec90
02-23-2010, 04:28 PM
After checking the maps...yikes, it looks like I should post the configs!

RC#sh frame map
Serial0 (up): ip 10.10.1.3 dlci 111(0x6F,0x18F0), static,
broadcast,
CISCO, status deleted

RE#sh frame map
Serial0 (up): ip 10.10.1.1 dlci 222(0xDE,0x34E0), static,
broadcast,
CISCO, status defined, active

RD#sh frame map
Serial0 (up): ip 10.10.1.1 dlci 333(0x14D,0x50D0), static,
broadcast,
CISCO, status deleted

Serial0 (up): ip 10.10.1.5 dlci 444(0x1BC,0x6CC0), static,
broadcast,
CISCO, status deleted

lammle
02-23-2010, 05:22 PM
After checking the maps...yikes, it looks like I should post the configs!

RC#sh frame map
Serial0 (up): ip 10.10.1.3 dlci 111(0x6F,0x18F0), static,
broadcast,
CISCO, status deleted

RE#sh frame map
Serial0 (up): ip 10.10.1.1 dlci 222(0xDE,0x34E0), static,
broadcast,
CISCO, status defined, active

RD#sh frame map
Serial0 (up): ip 10.10.1.1 dlci 333(0x14D,0x50D0), static,
broadcast,
CISCO, status deleted

Serial0 (up): ip 10.10.1.5 dlci 444(0x1BC,0x6CC0), static,
broadcast,
CISCO, status deleted


SPECIAL NOTE From Todd Lammle:
I want to make special mention that if you are studying for the CCNA exam, you need to know that this command shows you "the layer 2 address in the frame"...In Frame-relay speak this is called the DLCI, in the cisco "objectives" they call it the "layer 2 address in the frame", which isn't technically correct, but you need to know the "cisco answer" don't you?
Cheers!
Todd Lammle