I have two sites, with two T1's running between them. Site A has a 1721 with two WIC-1DSU-T1's and site B has two external CSU/DSU's that plug into Serial Interfaces on the 1721 there. I want to use multilink to bond the two T1's. I have been looking at configs that have been posted. From what I have gathered I need something like the following at site B (external CSU/DSU's):
---------- cut out ------------------------
interface Multilink1
ip address 192.168.1.1 255.255.255.252
ppp multilink
ppp multilink group 1
interface Serial0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
interface Serial1
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
---------- cut out -----------------------
And at Site A I have the two WIC-1DSU-T1's, do I need to use some type of "controller" setup as well as what's above? I have static routes set up to take care of routing. Any help would be appreciated...thanks !!!
Do it right the first time, and there won't be a second time!
---------- cut out ------------------------
interface Multilink1
ip address 192.168.1.1 255.255.255.252
ppp multilink
ppp multilink group 1
interface Serial0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
interface Serial1
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
---------- cut out -----------------------
And at Site A I have the two WIC-1DSU-T1's, do I need to use some type of "controller" setup as well as what's above? I have static routes set up to take care of routing. Any help would be appreciated...thanks !!!
Do it right the first time, and there won't be a second time!