I have two cisco 1720 routers with 1 fastethernet interface each. I need to run HSRP, plus I need two different subnets. So I created secondary ip address.
Config looks like this:
Router_1:
interface FastEthernet0
ip address 192.168.3.2 255.255.255.0 secondary
ip address 192.168.2.2 255.255.255.0
standby preempt
standby 1 ip 192.168.2.1
standby 1 priority 200
standby 1 track Serial0.101
standby 2 ip 192.168.3.1
standby 2 priority 150
standby 2 track Serial0.101
Router_2:
interface FastEthernet0
ip address 192.168.2.3 255.255.255.0 secondary
ip address 192.168.3.3 255.255.255.0
standby preempt
standby 1 ip 192.168.2.1
standby 1 priority 150
standby 1 track Serial0.101
standby 2 ip 192.168.3.1
standby 2 priority 200
standby 2 track Serial0.101
Actually I found one document on CCO about this topic, but I believe that configuration presented there had some errors.
I want to verify that this config is OK?
If I'm running BGP is there something I should take care of?
Thnk you,
Kristina