The correct term would be bonding them together and yes you can do it point to point with with two t1 lines or with two t1 lines to the internet so long as your ISP supports it.
Example:
ip cef
interface Multilink##
description Maple Street
ip address x.x.x.x 255.255.255.252
no ip directed-broadcast
no cdp enable
ppp multilink
ppp multilink fragment disable
multilink-group ##
interface Serial0/0
description
no ip address
no ip directed-broadcast
encapsulation ppp
no keepalive
tx-queue-limit 26
no fair-queue
no cdp enable
ppp multilink
multilink-group ##
interface Serial0/1
description
no ip address
no ip directed-broadcast
encapsulation ppp
no keepalive
tx-queue-limit 26
no fair-queue
no cdp enable
ppp multilink
multilink-group ##
May need to add nat, crypto, or access-list commands to the multilink if used for internet side.
I mean bridging not bonding. Instead of setup two subnet (one for each office), can I bridge them together (via multilink PPP) so the two offices are on the same subnet?
I think what you are trying to do is transparent birdging. Anyway I ran the same thing at my last job which was a few years ago, but from what I remeber I found this which extends one subnet across a wan link. I assume to intergrate multilink add the solution above by joamon.
Sorry....mis-understood what you were trying to do.
The bridge setup from gwildfire looks like what you were wanting. Would the following be another possibility.
Router A
Interface ethernet0
ip address 192.168.1.1 255.255.255.0
interface serial0
ip unnumbered ethernet0
Ronter B
interface ethernet0
ip address 192.168.1.2 255.255.255.0
interface serial0
ip unnumbered ethernet0
Only thing I'd mention in addition to what's already been said is that it may be more appropriate to enable bridging on the multilink interface rather than the individual serials. Otherwise not all your serials in the multilink group won't be able to pass OSI traffic.
Only thing I'd mention in addition to what's already been said is that it may be more appropriate to enable bridging on the multilink interface rather than the individual serials. Otherwise not all your serials in the multilink group won't be able to pass layer 2 traffic.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.