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

Help with 2-port T1 Wic config... 3

Status
Not open for further replies.

jason985

IS-IT--Management
Oct 16, 2002
66
US
I need some help configuring 2 port t1 WIC (VWIC-2MFT-T1)on my 2620 router. This is my first time trying to configure the 2 port T1 WIC. What I am trying to do is setup the WIC with two separate point to point T1 lines. This is for two remote branches to connect back to my main branch. I need to configure both ports to use HDLC and b8rz. I need one of the ports ip to be 192.168.0.13 and the other port to use ip 192.168.0.11. Any help with the configuration would be greatly appreciated.
 
This is what I configured so far. Would this be right?
controller T1 0/1
framing esf
clock source internal
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/2
framing esf
clock source internal
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
 
Here's my config from a 2691 with 2x VWIC-2MFT-T1 cards in it, all point to point DS1s (basically identical to yours, except we have 4 T1s, and there is some stuff in there for our VOIP system. Looks like you're in good shape. Hope it helps (I've munged our info):



Building configuration...

Current configuration : 2958 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname xxxxxxx2691
!
enable password xxxxxxxxxx
!
ip subnet-zero
!
!
!
mpls ldp logging neighbor-changes
no ftp-server write-enable
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
!
controller T1 0/0
framing esf
clock source internal
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
description Sxxxxxxx
!
controller T1 0/1
framing esf
clock source internal
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
description Gxxxxxxxx
!
controller T1 0/2
framing esf
clock source internal
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
description Dxxxxxxxx
!
controller T1 0/3
framing esf
clock source internal
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
description Mxxxxxxxxxxxx
!
!
!
interface Tunnel1
no ip address
!
interface FastEthernet0/0
description Jxxxxxxxxxxxx
ip address 172.28.2.188 255.255.255.192
duplex auto
speed auto
!
interface Serial0/0:0
description Connection to Sxxxxxxx
ip address 172.17.4.89 255.255.255.252
encapsulation ppp
priority-group 3
no cdp enable
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1:0
description Connection to Gxxxxxxxx
ip address 172.17.4.97 255.255.255.252
encapsulation ppp
priority-group 3
no cdp enable
!
interface Serial0/2:0
description Dxxxxxxxxxxxx
ip address 172.17.4.141 255.255.255.252
priority-group 3
!
interface Serial0/3:0
description Mxxxxxxxxxxxx
ip address 172.17.4.145 255.255.255.252
priority-group 3
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.28.2.190
ip route x.x.x.x 255.255.255.0 172.28.2.129
ip route x.x.x.x 255.255.255.255 172.28.2.190
ip route x.x.0.0 255.255.255.0 172.28.2.129
ip route 172.28.2.192 255.255.255.224 172.17.4.90
ip route 172.28.2.224 255.255.255.240 172.17.4.98
ip route 172.28.2.240 255.255.255.240 172.17.4.90
ip route 172.28.4.16 255.255.255.240 Serial0/2:0
ip route 172.28.4.160 255.255.255.240 Serial0/3:0
ip route 192.168.10.0 255.255.255.0 172.17.4.90
ip route 192.168.20.0 255.255.255.0 172.17.4.142
ip route 192.168.50.0 255.255.255.0 172.17.4.144
ip route 192.168.70.0 255.255.255.0 172.17.4.90
ip route 192.168.80.0 255.255.255.0 172.17.4.98
!
ip http server
!
logging 192.168.60.113
access-list 130 permit udp any range 1024 1151 any
access-list 130 permit udp any range 16384 32767 any
access-list 130 permit udp any any eq 2727
access-list 130 permit udp any any eq 2429
access-list 130 permit udp any any eq 2432
priority-list 3 protocol ip high list 130
priority-list 3 queue-limit 20 20 10 10
!
!
snmp-server community picnic RO
snmp-server enable traps tty
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
password xxxxxxxxxxxxxxxx
login
!
!
end
 
Oh, and make sure that on your remote sites, you put

clock source line

since they'll get clocking from your home office router.
 
jpm121,


Thanks for the help. Quick question what should my remote site routers state for the clock source line?


TIA
 
Jason, that's what I meant with my added comment -- the remote routers should have:

clock source line

(which means, "I'll find the clock source coming over the T1 line, out there somewhere.")

On your dual T1 router (the one I showed above), it says "I'm in charge of providing clocking for this T1, because of the 'clock source internal' statement."

(Check with your provider -- for point-to-points, most of them do not provide clocking, but it's better to be sure.)
 
Jpm,

Thanks for all the help, I should be ready now for the new T1 to be installed. I really appreciate the help!

Jason
 
Great post, but I have a quick of quick questions:

1)Don't you need to indentify the card in the config (i.e. card type T1 1)?

2) Does he actually need to add clock source line? If he removes clock source internal, isn't line the default?

 
>> Great post, but I have a quick of quick questions:


Sorry about the typo in the above post. It was suppose to be a couple of quick questions.

 
Sindee, the router knows which is which based on where they are in the slots, and the type of card. Always starts at zero, and goes up (in my case from right to left looking at the back of the 2691 router).

For your second question, I'm not 100% sure if the "clock source line" is explicitly required on the remote routers, but it's definitely required for the router providing timing. By putting it on the remote router as well I immediately know where the clocking is in case we change the network config in the future.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top