scullen (IS/IT--Management) Nov 28, 2005
I am attempting to connect two Cisco 2620 series routers to each other at remote locations. One resides at my office, the other at a colocation. I will be using 2 T1 lines between the devices. Each router has 2 WIC-1DSU-T1 cards.
My problem is, I have 1 line connected but cannot seem to get the other working. The card shows an amber AL light when the data line is connected, but goes green when I plug in a hardware loopback connector. So I'm pretty sure it's not my hardware. I've got loss of frame on each corresponding CSU on each end, but that's to be expected I assume.
I'm pasting my config below (with certain unrelated config items omitted for security reasons). Any help anyone can provide would be greatly appreciated!
2620 #1:
Current configuration : 1286 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
!
hostname name
!
enable secret
enable password
!
!
!
!
!
ip subnet-zero
no ip finger
ip domain-name
ip name-server
!
!
!
!
interface Loopback0
no ip address
!
interface FastEthernet0/0
description
ip address 172.16.1.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
description
bandwidth 1536
ip address 10.10.10.11 255.255.255.240
encapsulation ppp
no fair-queue
!
interface Serial0/1
description
bandwidth 1536
ip address 10.10.10.13 255.255.255.240
encapsulation ppp
no fair-queue
!
ip nat inside source static 172.16.2.25 xxx.xxx.xxx.xxx
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.1.254
ip route xxx.xxx.xxx.0 255.255.255.224 10.10.10.10
ip route 172.16.2.0 255.255.255.0 10.10.10.10
ip http server
!
!
line con 0
password
login
transport preferred none
transport input none
line aux 0
password
login
modem InOut
transport preferred none
transport input all
transport output pad v120 telnet rlogin udptn
stopbits 1
flowcontrol hardware
line vty 0 4
no login
transport preferred none
!
end
2620 #2:
Current configuration : 1494 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
!
hostname name
!
enable secret
enable password
!
!
!
!
!
ip subnet-zero
no ip finger
ip domain-name
ip name-server
!
!
!
!
interface FastEthernet0/0
description To Office FastEthernet
ip address xxx.xxx.xxx.xxx 255.255.255.248 secondary
ip address xxx.xxx.xxx.xxx 255.255.255.240 secondary
ip address 172.16.2.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
description
bandwidth 1536
ip address 10.10.10.10 255.255.255.0
encapsulation ppp
no fair-queue
dce-terminal-timing-enable
ppp multilink
!
interface Serial0/1
description
bandwidth 1536
ip address 10.10.10.12 255.255.255.0
encapsulation ppp
no fair-queue
dce-terminal-timing-enable
ppp multilink
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.2.254
ip route 172.16.1.0 255.255.255.0 10.10.10.11
ip route xxx.xxx.xxx.xxx 255.255.255.240 xxx.xxx.xxx.xxx
ip route xxx.xxx.xxx.xxx 255.255.255.248 xxx.xxx.xxx.xxx
ip http server
!
!
line con 0
password
login
transport preferred none
transport input none
line aux 0
password
login
modem InOut
transport preferred none
transport input all
transport output pad v120 telnet rlogin udptn
stopbits 1
flowcontrol hardware
line vty 0 4
no login
transport preferred none
!
end
I am attempting to connect two Cisco 2620 series routers to each other at remote locations. One resides at my office, the other at a colocation. I will be using 2 T1 lines between the devices. Each router has 2 WIC-1DSU-T1 cards.
My problem is, I have 1 line connected but cannot seem to get the other working. The card shows an amber AL light when the data line is connected, but goes green when I plug in a hardware loopback connector. So I'm pretty sure it's not my hardware. I've got loss of frame on each corresponding CSU on each end, but that's to be expected I assume.
I'm pasting my config below (with certain unrelated config items omitted for security reasons). Any help anyone can provide would be greatly appreciated!
2620 #1:
Current configuration : 1286 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
!
hostname name
!
enable secret
enable password
!
!
!
!
!
ip subnet-zero
no ip finger
ip domain-name
ip name-server
!
!
!
!
interface Loopback0
no ip address
!
interface FastEthernet0/0
description
ip address 172.16.1.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
description
bandwidth 1536
ip address 10.10.10.11 255.255.255.240
encapsulation ppp
no fair-queue
!
interface Serial0/1
description
bandwidth 1536
ip address 10.10.10.13 255.255.255.240
encapsulation ppp
no fair-queue
!
ip nat inside source static 172.16.2.25 xxx.xxx.xxx.xxx
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.1.254
ip route xxx.xxx.xxx.0 255.255.255.224 10.10.10.10
ip route 172.16.2.0 255.255.255.0 10.10.10.10
ip http server
!
!
line con 0
password
login
transport preferred none
transport input none
line aux 0
password
login
modem InOut
transport preferred none
transport input all
transport output pad v120 telnet rlogin udptn
stopbits 1
flowcontrol hardware
line vty 0 4
no login
transport preferred none
!
end
2620 #2:
Current configuration : 1494 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
!
hostname name
!
enable secret
enable password
!
!
!
!
!
ip subnet-zero
no ip finger
ip domain-name
ip name-server
!
!
!
!
interface FastEthernet0/0
description To Office FastEthernet
ip address xxx.xxx.xxx.xxx 255.255.255.248 secondary
ip address xxx.xxx.xxx.xxx 255.255.255.240 secondary
ip address 172.16.2.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
description
bandwidth 1536
ip address 10.10.10.10 255.255.255.0
encapsulation ppp
no fair-queue
dce-terminal-timing-enable
ppp multilink
!
interface Serial0/1
description
bandwidth 1536
ip address 10.10.10.12 255.255.255.0
encapsulation ppp
no fair-queue
dce-terminal-timing-enable
ppp multilink
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.2.254
ip route 172.16.1.0 255.255.255.0 10.10.10.11
ip route xxx.xxx.xxx.xxx 255.255.255.240 xxx.xxx.xxx.xxx
ip route xxx.xxx.xxx.xxx 255.255.255.248 xxx.xxx.xxx.xxx
ip http server
!
!
line con 0
password
login
transport preferred none
transport input none
line aux 0
password
login
modem InOut
transport preferred none
transport input all
transport output pad v120 telnet rlogin udptn
stopbits 1
flowcontrol hardware
line vty 0 4
no login
transport preferred none
!
end