Sei sulla pagina 1di 2

Internet load sharing with HSRP:

Scenario: There are two Number of internet link on two different routers & we want source based load sharing between these links.

HSRP will be running on R1 & R2. R1 is active/primary router, where route-map will be defined to match source based traffic from servers. Next-hop option used in Route-map will be ip next-hop verify-availability. Track will be configured to monitor secondary link pop end ip through R2. In normal scenario, both link will be used & whenever track fails traffic will be routed through primary link only. Configuration on R1: ! ip sla monitor 20 type echo protocol ipIcmpEcho 2.2.2.2 source-ipaddr 10.33.1.235 frequency 10 ip sla monitor schedule 20 life forever start-time now ! track 10 rtr 20 ! interface FastEthernet0/0 ip address 10.33.1.235 255.255.255.0 standby 1 ip 10.33.1.236 standby 1 priority 105

no ip redirects ip policy route-map Test1 ! ip route 2.2.2.2 255.255.255.255 10.33.1.234 ! ip access-list extended Test permit ip host 10.33.1.124 any ! route-map Test1 permit 10 match ip address Test set ip next-hop verify-availability 10.33.1.234 10 track 10 !

Potrebbero piacerti anche