Albuquerquec
MIS
I have two routers with HSRP enable in their FastEthernet interfaces (162.87.190.18/162.87.190.19) and now I want configure a second virtual HSRP address to the secondary IP (192.223.67.129/192.223.67.130). I want know if this is possible and how do it.
Thanks all
RouterA#
interface FastEthernet0/0
ip address 162.87.190.18 255.255.255.0
ip address 192.223.67.129 255.255.255.128 secondary
standby ip 162.87.190.254
standby priority 50
standby preempt
RouterB#
interface FastEthernet0/0
ip address 162.87.190.19 255.255.255.0
ip address 192.223.67.130 255.255.255.128 secondary
duplex auto
standby ip 162.87.190.254
standby priority 200
standby preempt
Thanks all
RouterA#
interface FastEthernet0/0
ip address 162.87.190.18 255.255.255.0
ip address 192.223.67.129 255.255.255.128 secondary
standby ip 162.87.190.254
standby priority 50
standby preempt
RouterB#
interface FastEthernet0/0
ip address 162.87.190.19 255.255.255.0
ip address 192.223.67.130 255.255.255.128 secondary
duplex auto
standby ip 162.87.190.254
standby priority 200
standby preempt