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.htmlhttp://www.ciscoblog.com/archives/2006/04/hsrp_vs_vrrp_vs.htmlBilly