cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1263
Views
3
Helpful
2
Replies

WAN Load Balance 1921 ISR

vetsnowit1
Beginner
Beginner

So I can fail over my NAT and IPSEC VPN (DPD). I am curious can I load balance my WAN links too? Or am I just expecting too much?

I have a route map that is used for fail over, I just can't quite think how I would load balance the links

ip nat inside source route-map 10mb interface GigabitEthernet0/1 overload

ip nat inside source route-map efm interface Vlan3 overload

ip route 0.0.0.0 0.0.0.0 213.38.xx.xx

ip route 0.0.0.0 0.0.0.0 46.226.xx.xx 10

access-list 175 deny   ip 172.16.20.0 0.0.0.255 172.31.114.0 0.0.0.255

access-list 175 permit ip 172.16.20.0 0.0.0.255 any

route-map 10mb permit 10

match ip address 175

match interface GigabitEthernet0/1

route-map efm permit 10

match ip address 175

match interface Vlan3

2 Replies 2

cadet alain
Mentor
Mentor

Hi,

you can load-share per source-destination IP with CEF switching( default) if you have 2 static routes for same prefix with same AD

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

vetsnowit1
Beginner
Beginner

Alain,

That is pretty helpful. I also looked at

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a00808d2b72.shtml

Going to have a read out CEF and see which one suits best

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:

Recognize Your Peers