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

Help with Cisco config.

Status
Not open for further replies.

djacobus

IS-IT--Management
Dec 31, 2003
49
US
Somewhat of a cisco newbie here. At my remote site I am having an issue with our Frame connection coming up. This is a new circuit and I decided to tackle this one myself however I cannot get the interface to come up. This is a 256K frame circuit. Here is the config on the remote router:

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname 06-1720
!
enable password
!
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
!
interface Loopback0
ip address 10.254.254.254 255.255.255.255
no ip directed-broadcast
!
interface Serial0
ip address 192.168.254.226 255.255.255.252
no ip directed-broadcast
encapsulation frame-relay
no fair-queue
service-module t1 timeslots 1-4
service-module t1 remote-alarm-enable
frame-relay traffic-shaping
frame-relay interface-dlci 210
class 256k
frame-relay lmi-type ansi
!
interface FastEthernet0
description connected to EthernetLAN
ip address 172.16.36.1 255.255.252.0
no ip directed-broadcast
full-duplex
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.254.225
ip route 172.16.4.0 255.255.252.0 192.168.254.225
no ip http server
!
map-class frame-relay 256k
frame-relay adaptive-shaping becn
frame-relay cir 256000
frame-relay be 0
frame-relay mincir 243200
!
line con 0
exec-timeout 0 0
password 7 060E5C2D5C4A5A0A0E
login
transport input none
line aux 0
modem InOut
transport input all
flowcontrol hardware
line vty 0 4
exec-timeout 30 0
password
login
!
end

 
We will need more than the config. Can you attach a 'show frame-relay pvc' and 'show frame-relay lmi'

thanks,

"For every complex problem, there is a solution that is simple, neat and wrong" -- H.L. Mencken
 
Also, the interface config for both sides would come in handy too.

BierHunter
CNE, MCSE, CCNP
 
I found the problem. This circuit was provisioned incorrectly. The circuit is up and everything was fine. Thanks for the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top