Cisco 1602r -T1 Setup Help! - TechRepublic
General discussion
August 6, 2003 at 07:38 PM
pozotech

Cisco 1602r -T1 Setup Help!

by pozotech . Updated 22 years, 11 months ago

Am new to Cisco -have a 1602r router with ehternet0, serial0, and serial1 (WIC-1DSU-T1). I cannot get to work. We one T1 the feeds in to the cisco which feeds a Sonicwall firewall. I keep getting errors Serial1 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up. I really need to get the running as have old Pipeline 130 leased equipment that needs returned. Help. Here is running config:
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

This discussion is locked

All Comments