cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
686
Views
4
Helpful
2
Replies

Load Balancing of TWO ISP in cisco 1905 router

KR SHAH
Level 1
Level 1

Hi,

 

I have one Cisco 1905 router with TWO MPLS link and need to do load balancing between two link. As i read some document and understand that i need to do PBR and Access List. So am i right?

As per understand, I need to define two Static default gateway route, Route map and ACL.

 

the configuration look like as below,

 

ip route 0.0.0.0 0.0.0.0 x.x.x.x

ip route 0.0.0.0 0.0.0.0 y.y.y.y

 

And NAT if you connect suppose first ISP1 to f0/0 second ISP2 f0/1, example:

 

access-list 10 permit 192.168.0.0 0.0.0.255

 

route-map ISP2 permit 10

match ip address 10

match interface FastEthernet0/0

 

route-map ISP1 permit 10

match ip address 10
match interface FastEthernet0/1

 

ip nat inside source route-map ISP1 interface FastEthernet0/0 overload
ip nat inside source route-map ISP2 interface FastEthernet0/1 overload

 

 

Is this right configuration to do a load balance of two ISP.

 

Thanks,

Kuntal Shah

2 Replies 2

Terence Payet
Level 1
Level 1

Hi Kuntal,

 

Your config is ok.

 

Regards,

Steve

 

Please rate helpful post.

thanks

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card