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

64k Point to Point Frame Relay 1

Status
Not open for further replies.

CALEA

Technical User
Feb 10, 2003
2
US
I'm having trouble connecting to a 64k Frame Relay circuit. Will a Cisco WIC 56k/64k CSU/DSU work? The provider does not see my CSU/DSU? But they do see a loopback. Could it be I have a wrong config? would my config look like?

interface Serial0/0
description T1 to AT&T Wireless
no ip address
ip access-group 100 in
ip access-group 100 out
ip accounting output-packets
encapsulation frame-relay IETF
no ip mroute-cache
fair-queue
frame-relay lmi-type cisco
!
interface Serial0/0.1 point-to-point
description PVC to AT&T WIRELESS
bandwidth 64
ip address 135.xxx.xxx.xx 255.255.255.252
ip access-group 100 in
ip accounting output-packets
ip nat outside
no ip mroute-cache
frame-relay interface-dlci 330
 
Try adding
interface Serial0/0
service-module t1 timeslots 1-1
 
If you have a 56/64k WIC, then you don't want to use the T1 command...try this instead:

service-module 56k clockrate 64
 
Actually I figured it out and the apprropriate command was
service-module 56k clockrate 64
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top