Question : How to configure HSRP load balance

i had configured HSRP failover if R1 will get down R2 (standby router) will become active router. now i want to configure HSRP load balance. i had attached the topology n my HSRP failover configuration.

plz guide me how to HSRP load balance.
Attachments:
 
how to configure HSRP load balance
 

Answer : How to configure HSRP load balance

HSRP can not load balance, it can load share
Router 1

interface fast0/0
        ip address 192.168.1.4 255.255.255.0
        standby 1 preempt
        standby 1 ip 192.168.100.1
        standby 2 preempt
        standby 2 ip 192.168.100.2
        standby 2 priority 90

Router 2

interface fast0/0
       ip address 192.168.1.3 255.255.255.0
       standby 1 preempt
       standby 1 ip 192.168.100.1
       standby 1 priority 90
       standby 2 preempt
       standby 2 ip 192.168.100.2

You should look into GLBP:

http://www.cisco.com/en/US/docs/ios/12_2t/12_2t15/feature/guide/ft_glbp.html
http://www.ciscoblog.com/archives/2006/04/hsrp_vs_vrrp_vs.html


Billy
Random Solutions  
 
programming4us programming4us