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

another mutlilink interface question

Status
Not open for further replies.

cormon

Technical User
Joined
Mar 4, 2005
Messages
73
Location
GB
Hi Guys,

I am starting to configure a router with two Bri card in it . It currently work with a dialer interface but this only use two of the 4 available channels . I am lead to believe that in order to use 4 channels I need to setup a miltilink interface and then issue the ppp multilink group under the bri interfaces.

I have two quick question that I need answered.

Firstly do I migrate all the settings from the dialer interface to the Multilink interface and are these all the settings I need ?

Secondly The four channels when setup will dial to Pri on a n alternate cisco router. Is there any changes needed here.

Cant find a definitive answer on Cisco.com

Thanks in advance for your possible answer.....


 
Heres my config so far . Anything missing

Thanks

interface Multilink1
ip address X.X.x.x 255.255.255.255
no cdp enable
ppp multilink
ppp multilink group 1


interface BRI0/0
description ***ISDN Number xxxxxxxxxxxx/5***
no ip address
encapsulation ppp
isdn switch-type basic-net3
no cdp enable
ppp authentication chap
ppp multilink
ppp multilink group 1
multilink load-threshold 1 outbound
!
i
!
interface BRI0/1
description ***ISDN Number xxxxxxxxxx/1***
no ip address
encapsulation ppp
isdn switch-type basic-net3
no cdp enable
ppp authentication chap
ppp multilink
ppp multilink group 1
multilink load-threshold 1 outbound
!
 
My recommendation would be to scrap the multilink interface and instead define a dialer interface. You won't be able to use any of the dialer commands (which a dialer interface supports) on the multilink interface. Your config above has no way of being able to dialout without a dialer string (which a multilink interace won't support)

Enable ppp multilink on all your physical interfaces (BRI's you want multilinking) and the new dialer interface.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top