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
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