Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frame-Relay question

Status
Not open for further replies.

riishell

Technical User
Oct 10, 2009
2
0
0
US
I'm setting up my lab and I can't get my routers to ping each other over frame. Anyone know what the issue could be? Frame-relay switching is enabled on R1. Both routers are 1841's.



R1#sh run int s0/0/0
!
interface Serial0/0/0
ip address 189.18.12.1 255.255.255.0
encapsulation frame-relay
clock rate 56000
frame-relay map ip 189.18.12.2 102 broadcast
frame-relay interface-dlci 102
no frame-relay inverse-arp
frame-relay lmi-type ansi
frame-relay intf-type dce
end

R2#sh run int s0/1/0
!
interface Serial0/1/0
ip address 189.18.12.2 255.255.255.0
encapsulation frame-relay
frame-relay map ip 189.18.12.1 201 broadcast
frame-relay interface-dlci 201
no frame-relay inverse-arp
frame-relay lmi-type ansi
end

Serial0/0/0 189.18.12.1 YES manual up up

Thanks for the help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top