cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1825
Views
9
Helpful
5
Replies

Frame Relay problem. Can't ping spoke routers

dean.zimmerman
Level 1
Level 1

I have a home lab setup with 3 routers connected to a 2520 router configured for frame relay. When I set up the hub and spoke using point-to-point I can ping the spoke routers from R1. My problem is when I try to set up the lab using multipoint. The ping just immediately comes back with % Unrecognized host or address, or protocol not running.

I set up the frame map to ping the other two routers but it still doesn't work. Everything shows active:

R1>show frame map
Serial3/0 (up): ip 172.12.123.2 dlci 122(0x7A,0x1CA0), static,
              broadcast,
              CISCO, status defined, active
Serial3/0 (up): ip 172.12.123.3 dlci 123(0x7B,0x1CB0), static,
              broadcast,
              CISCO, status defined, active

R1>show frame lmi

LMI Statistics for interface Serial3/0 (Frame Relay DTE) LMI TYPE = CISCO
  Invalid Unnumbered info 0             Invalid Prot Disc 0
  Invalid dummy Call Ref 0              Invalid Msg Type 0
  Invalid Status Message 0              Invalid Lock Shift 0
  Invalid Information ID 0              Invalid Report IE Len 0
  Invalid Report Request 0              Invalid Keep IE Len 0
  Num Status Enq. Sent 711              Num Status msgs Rcvd 712
  Num Update Status Rcvd 0              Num Status Timeouts 0
  Last Full Status Req 00:00:34         Last Full Status Rcvd 00:00:34

debug frame-relay lmi

*Mar  1 16:45:01.882: Serial3/0(out): StEnq, myseq 77, yourseen 76, DTE up
*Mar  1 16:45:01.882: datagramstart = 0x7B00994, datagramsize = 13
*Mar  1 16:45:01.882: FR encap = 0xFCF10309
*Mar  1 16:45:01.882: 00 75 01 01 01 03 02 4D 4C
*Mar  1 16:45:01.882:
*Mar  1 16:45:01.894: Serial3/0(in): Status, myseq 77, pak size 13
*Mar  1 16:45:01.894: RT IE 1, length 1, type 1
*Mar  1 16:45:01.894: KA IE 3, length 2, yourseq 77, myseq 77
*Mar  1 16:45:11.882: Serial3/0(out): StEnq, myseq 78, yourseen 77, DTE up
*Mar  1 16:45:11.882: datagramstart = 0x7B00C14, datagramsize = 13
*Mar  1 16:45:11.882: FR encap = 0xFCF10309
*Mar  1 16:45:11.882: 00 75 01 01 01 03 02 4E 4D

I think I have it set up correct. Obviously not or else I would be able to ping. Any help would be greatly appreciated.

5 Replies 5

Talha Ansari
Level 1
Level 1

I guess I know your problem..

Your IOS probably wants you to insert the keyword "ip" while pinging.

Try this :

ping ip 172.12.123.2

If you dont give IP keyword then it initiates a DNS querry.

Let me know if it solves your problem.

Hello,

Maybe my question could be obvious but, do you have IPs configured on the interfaces? I cannot see them in your configuration:

R1(config)#interface serial3/0
R1(config-if)#encap frame
R1(config-if)#no frame-relay inverse-arp
R1(config-if)#interface serial3/0
R1(config-if)#frame map ip 172.12.123.2 122 broadcast
R1(config-if)#frame map ip 172.12.123.3 123 broadcast
R1(config-if)#int serial3/0
R1(config-if)#no shut
R1(config-if)#

Cheers

Thank you both for the quick reply. Sometimes it is the obvious. After I did the write erase on all the routers I forgot to configure the interfaces. I need to study earlier in the day. Again, thank you for the help.

Have a look at this configs if you are stuck... This will help you understand the FR config.

http://www.fnode.com/2009/09/frame-relay-config/

hey, i have the same problem and indeed typing ip worked successfully.

thanx. 

Review Cisco Networking products for a $25 gift card