Am a newbie with Cisco. Have an existing T1 server with a Pipeline 130 router and external CSU. This is leased equipment that needs to be returned. Have a 1602r with a WIC1-DSU card installed in serail1. Need help getting it configured. When I unplug the Pipeline 130 and plug in the cisco I keep getting error messages %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up.
Here is my running config - Our T1 is full 24 channel provided by Qwest.
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
hostname
enable secret
username
ip subnet-zero
no ip source-route
no ip domain-lookup
clock timezone PDT -8
02:10:14: %QUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiveinterface Eth
ernet0
ip address 63.149.x.x
no ip directed-broadcast
no ip proxy-arp
ip nat inside
interface Serial0
no ip address
no ip directed-broadcast
shutdown
service-module 56k clock source line
service-module 56k network-type dds
interface Serial1
description ISP
ip address 63.149.x.x
no ip directed-broadcast
no ip proxy-arp
ip nat outside
service-module t1 clock source internal
service-module t1 timeslots 1-24
ip nat pool ISPNATPool 63.149.x.x 63.149.x.x netmask 255.x.x.x
ide source list 18 pool ISPNATPool
ip classless
ip route 0.0.0.0 0.0.0.0 Serial1
!
access-list 18 permit 63.149.x.x
banner login !
line con 0
exec-timeout 120 0
password
login
transport input none
line vty 0 4
exec-timeout 0 0
password
login
!
end
Here is my running config - Our T1 is full 24 channel provided by Qwest.
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
hostname
enable secret
username
ip subnet-zero
no ip source-route
no ip domain-lookup
clock timezone PDT -8
02:10:14: %QUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiveinterface Eth
ernet0
ip address 63.149.x.x
no ip directed-broadcast
no ip proxy-arp
ip nat inside
interface Serial0
no ip address
no ip directed-broadcast
shutdown
service-module 56k clock source line
service-module 56k network-type dds
interface Serial1
description ISP
ip address 63.149.x.x
no ip directed-broadcast
no ip proxy-arp
ip nat outside
service-module t1 clock source internal
service-module t1 timeslots 1-24
ip nat pool ISPNATPool 63.149.x.x 63.149.x.x netmask 255.x.x.x
ide source list 18 pool ISPNATPool
ip classless
ip route 0.0.0.0 0.0.0.0 Serial1
!
access-list 18 permit 63.149.x.x
banner login !
line con 0
exec-timeout 120 0
password
login
transport input none
line vty 0 4
exec-timeout 0 0
password
login
!
end