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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I connect back to back two 2610's

Status
Not open for further replies.

badbadzt

ISP
Jul 13, 2001
7
GB
I'm currently trying to setup two cisco 2610's with 1-Port Channelized E1/ISDN PRI Unbalanced Network Module, NM-1CEU on each router. I have initialised the E1 controller and serial interface.. used the clockrate command to set the clocking, however i'm still have trouble with the serial line no intialising.

when i issue the command "show ip int brief" I get status of the serial interface as "reset"

The following is my current configs.. is there anything else i need to add to get the backtoback working? or do u think there may be a prob with the cable i'm using?


ROUTER A

version 12.2
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname Router A
!
boot system flash
logging buffered 4096 debuclock timezone gmt 0
clock summer-time bst recurring last Sun Mar 0:00 last Sun Oct 0:00
ip subnet-zero
!
!
!
!
controller E1 1/0
channel-group 0 timeslots 1-31
!
!
interface Ethernet0/0
description A Lan
ip address 10.1.2.254 255.255.255.0
half-duplex
!
interface Serial1/0:0
description 2Mb link to B Lan
ip address 192.168.1.1 255.255.255.252
clock rate 2000000
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.2
no ip http server
ip pim bidir-enable
!
!
line con 0
exec-timeout 0 0
password 7 xxxxxxx
login
line aux 0
line vty 0 4
exec-timeout 360 0
password 7 xxxxxxx
login
!
end


ROUTER B

version 12.2
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname Router B
!
boot system flash
logging buffered 4096 debuclock timezone gmt 0
clock summer-time bst recurring last Sun Mar 0:00 last Sun Oct 0:00
ip subnet-zero
!
!
!
!
controller E1 1/0
channel-group 0 timeslots 1-31
!
!
interface Ethernet0/0
description B Lan
ip address 10.1.1.252 255.255.255.0
half-duplex
!
interface Serial1/0:0
description 2Mb link to A Lan
ip address 192.168.1.2 255.255.255.252
bandwidth 2000
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
no ip http server
ip pim bidir-enable
!
!
line con 0
exec-timeout 0 0
password 7 xxxxxxx
login
line aux 0
line vty 0 4
exec-timeout 360 0
password 7 xxxxxxx
login
!
end

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top