Hello all.
I am trying to setup my existing Cisco 2611 with a new T1 line. I purchased a T1 WIC and installed it, but have not got the net up yet.
Here is the config file from the provider.
**************************
**********
*
no parser cache
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco2611
!
enable secret 0 password
!
username bigcity password 0 password
ip subnet-zero
ip routing
!
!
no ip domain lookup
!
ip audit notify log
ip audit po max-events 100
!
interface Ethernet0/0
no shut
description LAN
ip address 200.000.000.1 255.255.255.248
half-duplex
!
interface Serial0/0
no shut
ip address 10.0.36.26 255.255.255.252
encapsulation ppp
no fair-queue
service-module t1 clock source line
service-module t1 data-coding normal
service-module t1 remote-loopback full
service-module t1 framing esf
service-module t1 linecode b8zs
service-module t1 lbo none
service-module t1 remote-alarm-enable
service-module t1 timeslots 1-24
!
ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
!
line con 0
password password
login local
line aux 0
line vty 0 4
password password
login local
line vty 5 15
login
!
!
!
end
********************
I am using a combination of Cisco config maker and manual entry via telnet and have most of it in. I have contacted the provider but this is what they recommend to set everything to.
1. I cannot get "no parser cache" to be accepted. Do i need it?
2. "service-module t1 timeslots 1-24" will not get accepted. I have tried to type "service-module t1 timeslots ? and the 2 options are <1-24> and all. I have type <1-24>, 1-24, 1-6, and all. I get the same response which is "Warning - Timeslots command not accepted by service module
% Service module configuration command failed: LOCK OBTAIN TIMEOUT"
The help desk at big city said this is the important line to make the T1 function.
Here is my current config:
**************************
*
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco2611
!
no logging console
enable password 7 4545DFD3434
!
username bigcity password 7 4545DFD3434
ip subnet-zero
no ip domain-lookup
!
interface Ethernet0/0
description connected to EthernetLAN
ip address 200.000.000.1 255.255.255.248
no ip directed-broadcast
!
interface Serial0/0
description connected to Internet
ip address 10.0.36.26 255.255.255.252
no ip directed-broadcast
encapsulation ppp
no ip mroute-cache
no fair-queue
!
interface Ethernet0/1
no ip address
no ip directed-broadcast
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
no ip http server
!
snmp-server engineID local 00000009020000036BF9D200
snmp-server community public RO
banner exec ^Cc
**************************
**********
**********
**********
**********
**********
**
^C
banner motd ^Cc
**************************
**********
**********
**********
**********
**********
**
UNAUTHORIZED ACCESS IS PROHIBITED
^C
!
line con 0
exec-timeout 0 0
password 7 4545DFD3434
login
transport input none
line aux 0
line vty 0 4
password 7 4545DFD3434
login
!
end
**************************
***
All the other service-module lines were inserted by Config maker and must be defaults because they do not show up in the running-config.
Please Help ME!!!!
thanks.
mattmc