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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cisco 2621 T1 dlci problem....

Status
Not open for further replies.

markm123

ISP
Joined
Sep 25, 2002
Messages
5
Location
US
I am starting a small isp and I currently have a cisco 2621 with a wic-1dsu-t1 card in it, I just got the card today and I have been using a netopia R5300 that my provider let me borrow until the wic came in. Heres my problem, on the R5300 everything works great, on the cisco no matter what frame-relay setup I use the DLCI will not come active, the debug for the lmi shows lmi traffic but shows the DLCI status as 0x0, everything I read on this shows its on the providers end, but when i plug the netopia back in everything works again. I have tried Interface only, sub-int, inverse-arp and maping configs from several pages of cisco docs (Im officially cross-eyed). if anyone has any suggestions please Help, Im at a loss now.

Thanks,
Mark Maimbourg
 
Here are a couple of configs I have used in case it will help
Current Config
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname LnetGw1
!
enable password 7
!
!
!
!
ip subnet-zero
no ip finger
no ip domain-lookup
!
ip audit notify log
ip audit po max-events 100
!
!controller T1 1/0
!
!
interface FastEthernet0/0
description connected to EthernetLAN
ip address 192.167.176.1 255.255.255.128
duplex auto
speed auto
!
interface Serial0/0
description Connected to Int
bandwidth 1536
no ip address
encapsulation frame-relay IETF
service-module t1 fdl both
frame-relay lmi-type ansi
!
interface Serial0/0.1 multipoint
description connected to int
bandwidth 1536
ip address 192.167.183.42 255.255.255.252
frame-relay map ip 192.167.183.41 100 broadcast
frame-relay interface-dlci 100
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
router rip
version 2
passive-interface Serial0/0
network 192.167.176.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.167.183.41
no ip http server
!
snmp-server community public RO

!
line con 0
exec-timeout 0 0
password 7
login
transport input none
line aux 0
line vty 0 4
password 7
login
!
no scheduler allocate
end
 
Config B
Old config
Using 1309 out of 29688 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname LnetGw1
!
enable password 7
!
!
!
!
ip subnet-zero
no ip finger
no ip domain-lookup
!
ip audit notify log
ip audit po max-events 100
!
!controller T1 1/0
!
!
interface FastEthernet0/0
description connected to EthernetLAN
ip address 192.167.176.1 255.255.255.128
duplex auto
speed auto
!
interface Serial0/0
description Connected to Int
bandwidth 1536
no ip address
encapsulation frame-relay IETF
service-module t1 fdl ansi
frame-relay lmi-type ansi
!
interface Serial0/0.1 point to point
description connected to int
bandwidth 1536
ip address 192.167.183.42 255.255.255.252
frame-relay interface-dlci 100
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
router rip
version 2
passive-interface Serial0/0
network 192.167.176.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.167.183.41
no ip http server
!
snmp-server community public RO

!
line con 0
exec-timeout 0 0
password 7
login
transport input none
line aux 0
line vty 0 4
password 7
login
!
no scheduler allocate
end
 
If you type show frame-relay pvc does it show the PVC status as Active, Inactive or Deleted?
 
shows it as inactive, is it possible that I have a bad wic?
 
A couple of pointers (and bear in mind I'm no expert, so may have missed something really obvious!).

If the PVC is showing as Inactive this indicates that your connection to the Frame-Relay switch is working but you're not talking through to the router at the other end. Has the telco changed something?

What type of router is at the other end? Maybe it is using Cisco encapsulation so you could try encapsulation frame-relay cisco.

From Release 11.2 onwards, Cisco routers can autosense which LMI type the FR switch is using, so maybe to eliminate this as a possibility remove the frame-relay lmi-type ansi command. But as your PVC is Inactive this would seem to be unnecessary (if it showed as Deleted then you would suspect some error between your router and the FR switch). If you do suspect a problem here, type the command show frame-relay lmi and take note of the status messages sent and received. Wait about 20 seconds and then try again. The status messages sent and received should increment by 1 every 10 seconds.

I'm not familiar with the 2621 or the wic-1dsu-t1. But looking at your config you seem to have the controller installed in slot 1/0, yet you're configuring serial 0/0. Can you clarify what slot you are using and the physical type of interface (a T1 controller or a serial interface)?

Like I say I'm no expert. But maybe there's somebody else out there who can add to what I've said.
 
Sorry, as far as the t1 controller goes that is a pri module that im currently not using. As far as the encapsulation my isp assures me its ansi. As far as the lmi stats, they are working correctly thats why im so puzzled, the vendor i purchased the wic from is overnighting me another one so I can see if its a bad Wic..

Thanks for your response I will let you know how it goes..
Mark Maimbourg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top