cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
512
Views
5
Helpful
2
Replies

Multi Link Frame Relay config

msully2002
Level 1
Level 1

I am having two new bonded T1 lines installed at my facility. These are replacing the two lines I currently use. A Primary and a shadow. I will need to configure my router to accept the bonded T1 lines. I have a Cisco 3600 series router, running the 12.3 IOS. Can someone please help me with the configuration steps to complete this properly.

Thank You,

Mike Sullivan

2 Replies 2

ccbootcamp
Level 7
Level 7

there a couple different ways you can do this. probably want to use CEF or MLPPP. Here's an example with MLPPP:

interface Multilink1

description connected to internet

ip address 24.234.1.1 255.255.255.252

no cdp enable

ppp multilink

ppp multilink fragment disable

ppp multilink group 1

!

interface Serial0/0

description multilink 1 interface

no ip address

encapsulation ppp

no keepalive

no fair-queue

ppp multilink

ppp multilink group 1

!

interface Serial0/1

description multilink 1 interface

no ip address

encapsulation ppp

no keepalive

no fair-queue

ppp multilink

ppp multilink group 1

-brad

www.ccbootcamp.com

(please rate the post!)

Review Cisco Networking products for a $25 gift card