I am attempting to configure two 2650 routers with 1-WIC-DSU/CSU-T1 cards to connect two offices together. I am having some problem with the WIC card. Here is my current configuration
2650Branch#show run
Building configuration...
Current configuration : 1071 bytes
!
version 12.2
service timestamps debug uptime
service timestamps
service password-encryption
!
hostname 2650Branch
!
enable secret
!
ip subnet-zero
!
ip domain-name aooanwot.com
ip name-server 172.18.1.1
!
interface FastEthernet0/0
description connected to branch office
ip address 172.20.1.20 255.255.255.0
ip helper-address 172.18.1.1
duplex auto
speed auto
!
interface Serial0/0
description connected to main office
ip unnumbered FastEthernet0/0
fair-queue
service-module t1 remote-alarm-enable
!
router rip
version 2
network 172.20.0.0
no auto-summary
!
ip classless
no ip http server
ip pim bidir-enable
!
snmp-server community public RO
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
no scheduler allocate
end
2650Branch#
Even though I have entered the service-module commands they don't seem to be showing up. What am I doing wrong?
2650Branch#show run
Building configuration...
Current configuration : 1071 bytes
!
version 12.2
service timestamps debug uptime
service timestamps
service password-encryption
!
hostname 2650Branch
!
enable secret
!
ip subnet-zero
!
ip domain-name aooanwot.com
ip name-server 172.18.1.1
!
interface FastEthernet0/0
description connected to branch office
ip address 172.20.1.20 255.255.255.0
ip helper-address 172.18.1.1
duplex auto
speed auto
!
interface Serial0/0
description connected to main office
ip unnumbered FastEthernet0/0
fair-queue
service-module t1 remote-alarm-enable
!
router rip
version 2
network 172.20.0.0
no auto-summary
!
ip classless
no ip http server
ip pim bidir-enable
!
snmp-server community public RO
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
login
!
no scheduler allocate
end
2650Branch#
Even though I have entered the service-module commands they don't seem to be showing up. What am I doing wrong?