cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1120
Views
10
Helpful
14
Replies

Load Balance

londint
Level 1
Level 1

I want to load balance over 2 lines. Apart from per destination and per packet, what else can I configure and look out for.

I need traffic to go over the 2 lines. I am runing CiscoIOS

Thanks

14 Replies 14

royalblues
Level 10
Level 10

Hi friend,

You can also consider Multilink for load balancing

eg.

interface Multilink1

ip address x.x.x.x y.y.y.y

ppp multilink

ppp multilink group 1

interface Serial0/2/0

no ip address

encapsulation ppp

ppp multilink

ppp multilink group 1

interface Serial0/1/0

no ip address

encapsulation ppp

ppp multilink

ppp multilink group 1

ip route

HTH, rate if it does

Narayan

Thank you very much.

I have two different ISP connections with two different Public ip address, is there any way to configure load balancing in my router. i need to enable NAT in my router.

amit-singh
Level 8
Level 8

Hi,

You can also consider the CEF load-balancing to achieve the load-balancing per destination or per-packet.

Here is a link which can tell you about the diffrent load-balancing mechanism:

http://www.cisco.com/en/US/products/hw/modules/ps2033/products_white_paper09186a0080091d4b.shtml

HTH, Please rate if it does.

-amit singh

Thank you very much.

how can i write route for load balance. there is two different IP address scheme from two different ISPs, Can you give guidence for the configuration

emailvineet2000
Level 1
Level 1

Dear Sir,

You can also consider Multilink for load balancing

eg.

interface Multilink1

ip address ipaddress subnet

ppp multilink

ppp multilink group 1

interface Serial0/2/0

no ip address

encapsulation ppp

ppp multilink

ppp multilink group 1

interface Serial0/1/0

no ip address

encapsulation ppp

ppp multilink

ppp multilink group 1

ip route

Vineet Kumar

If there is two ISP's with two different public IP's, how can i assign my two public IP's in multilink.

can i configure multilink at my side without worrying about two iSP'S configuration (ofcourse PPP at my end). and where i give nat outside command ? is it in both the serial interfaces.

Plz kindly help me.

You can't bundle 2 different ISPs into a multilink. The configuration must be identical at both ends (encapsulation ppp and ip address subnet must correspond).

Hi All

Can this config also be applied to

Interface Gigabyte0/1

Thanks

No, with Gigabit interfaces, you need to implement etherchanneling.

If you are talking about using multilink on inetrface gigabyte 0/1, then no it cannot be used on this interface. It is only used on the interfaces which uses PPP as the encapsulation like serial interfaces. Ethernet interfaces uses a different encapsulation.

HTH,Please rate if it does.

-amit singh

Thank you veru much.

Review Cisco Networking products for a $25 gift card