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

Routers 3600 - T1 question.

Status
Not open for further replies.

hellboy101

Programmer
Aug 31, 2005
247
US
Hello all-

We have a Cisco 3600 router handling 3 current T1 connections but I need to add 2 additional T1 lines for the corporation. Can the 3600 handle a total of 5 T1's? physically don't know if it has enough T modules but if so, would I need to upgrade my IOS rev? or just setup the T's.. current ver on my router is Version 12.2(3)

thanks to everyone!
hb101
 
Can't see why not, we're running 6 of them on a 2691, using VWIC2-MFT-T1 cards.
 
thx, would you happen to know what the latest IOS ver is out there that would run on the 3640? we currently have 12.2

hb101
 
Hi artesian2K..

true,not necessary if current IOS is going it's job.

Thanks again
 
Hi artesian..

I had a question. i did a sho ver on the 3640 router, it gave me all this great info and specifically that I have 5 channelized t1/PRI port(s)..

Now looking at the physical backside of this router, i have
on the upper left hand side of the router an FE-PRI 1 FE -1 CT1-CSU, now on the left bottom hand side I have 1FE-2W (Fasteth0) and on the right bottom hand side I have 2w vwic 2mft-t1).

My question is that I currently have 3 T1's running on this router.. based on what I mentioned above, could it sounds as though I need one more T1 port. Am i correct? Can I utilize the upper left hand 1FE-1CT1-CSU port for my fourth or fifth T1 connection? and can I use my one available bottom right port (out of the 4) in order to establish either my 4th or 5th T1?

Thanks for any help you can offer Artesian :)
hb101
 
surely Artesian- the config and ver below

WW-INTERNET#sho config
Using 3826 out of 129016 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname WW-INTERNET
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxx
!
ip subnet-zero
!
!
no ip domain-lookup
!
call rsvp-sync
!
!
!
!
!
!
controller T1 0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/2
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/3
framing sf
linecode ami
!
controller T1 3/0
framing sf
linecode ami
!
!
!
interface Loopback0
ip address xxx.xx.xx.xx 255.255.255.0
!
interface Tunnel1
description SNMP tunnel
ip address xxx.xx.xx.xx 255.255.255.0
ip mtu 1400
load-interval 30
tunnel source xx.xx.xx.xx
tunnel destination xx.xx.xx.xx
!
interface Serial0/0:0
description ckt id 01DHXS100255
ip address xx.xx.xx.xx 255.255.255.252
ip access-group infilter in
load-interval 30
!
interface Serial0/1:0
description ckt id 01DHXS100253
ip address xx.xx.xx.xx. 255.255.255.252
ip access-group infilter in
load-interval 30
!
interface Serial0/2:0
description ckt id 01DHXS100254
ip address xx.xx.xx.xx 255.255.255.252
load-interval 30
!
interface FastEthernet1/0
no ip address
no ip mroute-cache
shutdown
duplex auto
speed auto
!
interface FastEthernet3/0
ip address xx.xx.xx.xx 255.255.255.224
speed 100
full-duplex
!
ip classless
ip route 0.0.0.0 0.0.0.0 xx.xx.xx.xx
ip route 0.0.0.0 0.0.0.0 xx.xx.xx.xx
ip route 0.0.0.0 0.0.0.0 xx.xx.xx.xx
ip route 10.10.19.0 255.255.255.0 xxx.xx.xx.xx
ip route 10.15.0.44 255.255.255.255 xx.xx.xx.xx
ip route 10.15.1.150 255.255.255.255 xx.xx.xx.xx
ip http server
!
!
ip access-list extended infilter
deny 53 any any
deny 55 any any
deny pim any any
deny udp any any eq 135
deny udp any any eq netbios-ns
deny udp any any eq netbios-dgm
deny tcp any any eq 135
deny tcp any any eq 444
deny tcp any any eq 445
deny tcp any any eq 593
deny ip xx.xx.xx.xx.255.255.255 any
deny ip xx.xx.xx.xx 0.0.255.255 any
deny ip xx.xx.xx.xx 0.15.255.255 any
deny ip xx.xx.xx.xx 0.255.255.255 any
deny ip 224.0.0.0 0.255.255.255 any
deny icmp 10.0.0.0 0.255.255.255 any
deny icmp xx.xx.xx.xx 0.0.255.255 any
deny icmp xx.xx.xx.xx 0.15.255.255 any
deny icmp xx.xx.xx.xx 0.255.255.255 any
deny icmp xx.xx.xx.xx 0.255.255.255 any
deny udp any host xx.xx.xx.xx eq ntp
permit icmp any xx.xx.xx.xx 0.0.0.31
permit tcp xx.xx.xx.xx 0.0.31.255 host 69.74.13.138 eq telnet
permit tcp xx.xx.xx.xx 0.0.31.255 host 69.74.13.130 eq telnet
permit tcp xx.xx.xx.xx 0.0.31.255 host 69.74.13.134 eq telnet
permit tcp xx.xx.xx.xx 0.0.31.255 host 69.74.53.100 eq telnet
deny tcp any any eq telnet
permit udp host xx.xx.xx.xx host xx.xx.xx.xx eq isakmp
permit gre host xx.xx.xx.xx host xx.xx.xx.xx
permit esp host xx.xx.xx.xx host xx.xx.xx.xx
permit udp host xx.xx.xx.xx host xx.xx.xx.xx eq isakmp
permit gre host xx.xx.xx.xx host xx.xx.xx.xx
permit esp host xx.xx.xx.xx host xx.xx.xx.xx
permit ip any xx.xx.xx.xx 0.0.0.31 log
deny ip any any
access-list 99 permit 10.2.20.17
access-list 99 permit 10.2.10.13
access-list 99 permit 10.10.254.224
access-list 99 permit xx.xx.xx.xx
access-list 99 permit xx.xx.xx.xx
access-list 99 permit xx.xx.xx.xx
access-list 99 permit xx.xx.xx.xx
access-list 99 permit xx.xx.xx.xx
access-list 99 permit 10.10.0.0 0.0.255.255
access-list 99 permit 10.0.16.0 0.0.3.255
access-list 99 permit 10.15.0.0 0.0.255.255
access-list 99 deny any log
!
snmp-server community HOM$Ipmon RO 99
snmp-server community HOM$Ipmod RW 99
!
dial-peer cor custom
!
!
!
alias exec siib sho ip int br
!
line con 0
line aux 0
line vty 0 4
password 7 0013400A070B065538
login
!
end

WW-INTERNET#


sho ver

WW-INTERNET#sh ver
Cisco Internetwork Operating System Software
IOS (tm) 3600 Software (C3640-JS-M), Version 12.2(3), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2001 by cisco Systems, Inc.
Compiled Wed 18-Jul-01 15:49 by pwade
Image text-base: 0x600089A8, data-base: 0x614C4000

ROM: System Bootstrap, Version 11.1(20)AA2, EARLY DEPLOYMENT RELEASE SOFTWARE (f
c1)

WW-INTERNET uptime is 26 weeks, 6 days, 6 hours, 50 minutes
System returned to ROM by power-on
System image file is "flash:c3640-js-mz.122-3.bin"

cisco 3640 (R4700) processor (revision 0x00) with 58368K/7168K bytes of memory.
Processor board ID 18119382
R4700 CPU at 100Mhz, Implementation 33, Rev 1.0
Bridging software.
X.25 software, Version 3.0.0.
SuperLAT software (copyright 1990 by Meridian Technology Corp).
TN3270 Emulation software.
Primary Rate ISDN software, Version 1.1.
2 FastEthernet/IEEE 802.3 interface(s)
3 Serial network interface(s)
5 Channelized T1/PRI port(s)
DRAM configuration is 64 bits wide with parity disabled.
125K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

WW-INTERNET#
 
Based on your config it looks like you have 2 controller not configured. So you have the abilty to hook up 2 more t-1's
 
Hello Artesian-

Hope all is well. I had one additional question based on our T1 port chat previously.

Based on the T1 assessment below, by viewing this, is it telling me that I "physically" and "currently" have 5 T1 controller cards "placed" in the router as it stands "or" is it telling me that I have the ability to "add" two more T1 cards to the back of the router.. Would you also know why the number controller T1 3/0, is so much different from the others? they all start with T1 0/x

controller T1 0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/2
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/3
framing sf
linecode ami
!
controller T1 3/0
framing sf
linecode ami

thank you again for any insight you may be able to provide here

hb101
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top