I have two routers connected via a serial cable, and for the life of me I cannot get the link to work with Frame relay. I wonder if you folks can maybe give me a hint as to what I am missing. here is my set up:
Router 1 is a 2610XM with a 4A/S serial module.
interface Serial1/0
description : DCE/DTE to r2620
ip address 172.16.3.1 255.255.255.0
encapsulation frame-relay
clock rate 56000
no frame-relay inverse-arp
frame-relay lmi-type ansi
Router 2 is a 2620, with a WIC 1T
interface Serial0/1
description : Frame Relay to r2610
ip address 172.16.3.2 255.255.255.0
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay lmi-type ansi
no shut
sh ip int brief on router 1 gives the following:
FastEthernet0/0 unassigned YES NVRAM administratively down down
Serial0/0 172.16.1.2 YES NVRAM up up
Serial0/1 172.16.2.1 YES NVRAM up up
[B]Serial1/0 172.16.3.1 YES NVRAM up down <-------------[/B]
Serial1/1 unassigned YES NVRAM administratively down down
Serial1/2 unassigned YES NVRAM administratively down down
Serial1/3 unassigned YES NVRAM administratively down down
sh controller serial 1/0 gives me:
CD2430 Slot 1, Port 0, Controller 0, Channel 0, Revision 19
Channel mode is synchronous serial
idb 0x82DEF648, buffer size 1524, V.35 DCE cable, clockrate 56000
... so I know I have the serial cable in correctly.
I am missing something, I just don't know what.
Any ideas?