03-18-2010 05:03 PM - edited 03-04-2019 07:51 AM
I'm working on a config for a 2801 router with a dual WIC. (There is another single WIC installed, but it won't be in use for awhile). This is for a 2xT1 - 2 separate handoffs. Do I have this correct? I'm feeling doubtful.
Info from our ISP (IPs altered):
WAN Link IP Address:11.112.9.128 | |||||
CR Serial INT IP:11.112.9.130 AR Serial INT IP:11.112.9.129 WAN Link Subnet Mask:255.255.255.252 | |||||
| |||||
Current configuration : 2763 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname rtr
!
boot-start-marker
boot-end-marker
!
card type t1 0 2
logging buffered 51200 warnings
enable secret 5 $1$/sfB$0pa0v16BESTJH70u1Mbs61
enable password <snip>
!
no aaa new-model
no network-clock-participate wic 2
no network-clock-participate wic 3
ip cef
!
!
!
!
ip domain name yourdomain.com
!
username cisco privilege 15 secret 5 $1$64xh$LafBTh0zQ55dz2IArg.qq/
username admin privilege 15 secret 5 $1$kp53$jo8pVGWX8wcAlyd1.sipc/
!
!
controller T1 0/2/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/2/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/3/0
shutdown
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
!
!
interface Multilink1
ip address 11.112.9.130 255.255.255.252
ppp multilink
ppp multilink fragment disable
ppp multilink group 1
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
ip address 11.189.125.9 255.255.255.248
speed auto
half-duplex
no mop enabled
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!interface Serial0/2/0:0
description multilink 1 interface
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
interface Serial0/2/1:0
description multilink 1 interface
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
!
interface Serial0/3/0:0
no ip address
shutdown
!
!
no ip http server
!
access-list 23 permit 10.10.10.0 0.0.0.7
dialer-list 1 protocol ip permit
disable-eadi
!
control-plane
!
banner login ^C
Solved! Go to Solution.
03-19-2010 07:28 AM
Looks good. The only thing you may have to adjust is the clocking. Most ISPs provide line clocking for the T1s. If the T1's don't come up, try changing that first. Here's a reference for that.
03-19-2010 07:28 AM
Looks good. The only thing you may have to adjust is the clocking. Most ISPs provide line clocking for the T1s. If the T1's don't come up, try changing that first. Here's a reference for that.
03-19-2010 10:41 AM
Thanks for taking a look Collin, and for the clocking suggestion. I
did confirm that our ISP provides clocking, so I will make that change on the router.
06-06-2012 12:40 PM
Hi, can someone please explain what is the purpose of each of the following?
WAN Link IP Address:11.112.9.128
is this the default route to the Internet?
CR Serial INT IP:11.112.9.130
what is CR?
AR Serial INT IP:11.112.9.129
what is AR?
Why OP only used CR in his config? Thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide