Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2650 and point to point T1

Status
Not open for further replies.

rlgaooa

IS-IT--Management
Joined
Dec 18, 2002
Messages
65
Location
US
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?
 
Check your clock source. One side should be line and the other internal.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top