I have a slight problem here.
I pre-configured two Cisco 1721 Routers for a point to point T1. Currently there is a T1 WIC CSU/DSU in both of them.
When I shipped it off to the customer, it did not work. I am using HDLC encapsulation on both of the Serial Interfaces. (Config Below)
Does anyone know why this would not work? Any help is greatly appreciated.
Thanks.
--
side 1:
Cisco-1#sh run
Building configuration...
Current configuration : 420 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco-1
!
enable secret 5 $1$ZjnK$p6kC68YcGWICjbtlUD9ey1
enable password #!@%!@#%!%$#!
!
ip subnet-zero
!
!
!
!
interface FastEthernet0
ip address 192.59.201.13 255.255.255.0
speed auto
!
interface Serial0
ip unnumbered FastEthernet0
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
no ip http server
!
!
!
line con 0
line aux 0
line vty 0 4
!
no scheduler allocate
end
Cisco-1#
--
side 2:
Cisco-2# sh run
Building configuration...
Current configuration : 483 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco-2
!
enable secret 5 $1$8fls$FBXasSIJdywpFjA33EP2N0
enable password !@#%$!)#($!K
!
ip subnet-zero
!
!
!
!
interface FastEthernet0
ip address 192.59.201.12 255.255.255.0
speed auto
!
interface Serial0
ip unnumbered FastEthernet0
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
no ip http server
!
!
!
line con 0
line aux 0
line vty 0 4
!
no scheduler allocate
end
Cisco-2#
I pre-configured two Cisco 1721 Routers for a point to point T1. Currently there is a T1 WIC CSU/DSU in both of them.
When I shipped it off to the customer, it did not work. I am using HDLC encapsulation on both of the Serial Interfaces. (Config Below)
Does anyone know why this would not work? Any help is greatly appreciated.
Thanks.
--
side 1:
Cisco-1#sh run
Building configuration...
Current configuration : 420 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco-1
!
enable secret 5 $1$ZjnK$p6kC68YcGWICjbtlUD9ey1
enable password #!@%!@#%!%$#!
!
ip subnet-zero
!
!
!
!
interface FastEthernet0
ip address 192.59.201.13 255.255.255.0
speed auto
!
interface Serial0
ip unnumbered FastEthernet0
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
no ip http server
!
!
!
line con 0
line aux 0
line vty 0 4
!
no scheduler allocate
end
Cisco-1#
--
side 2:
Cisco-2# sh run
Building configuration...
Current configuration : 483 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Cisco-2
!
enable secret 5 $1$8fls$FBXasSIJdywpFjA33EP2N0
enable password !@#%$!)#($!K
!
ip subnet-zero
!
!
!
!
interface FastEthernet0
ip address 192.59.201.12 255.255.255.0
speed auto
!
interface Serial0
ip unnumbered FastEthernet0
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
no ip http server
!
!
!
line con 0
line aux 0
line vty 0 4
!
no scheduler allocate
end
Cisco-2#