Cisco Switching Module and HSRP interface Tracking
Posted
by Kyle Brandt
on Server Fault
See other posts from Server Fault
or by Kyle Brandt
Published on 2010-03-11T15:07:59Z
Indexed on
2010/03/11
17:29 UTC
Read the original article
Hit count: 315
When using 4 port switching module where each port is configured to switchport access vlan ##
, for HRSP should I track the vlan interface or the FastEthernet interface?
interface FastEthernet0/0/0
switchport access vlan 10
interface Vlan10
ip address 12.12.12.1 255.255.255.0
int FastEthernet0/1
ip address 192.168.1.2 255.255.255.0
standyby ip 192.168.128.1
standby track ?? ! FastEthernet 0/0/0 or Vlan 10?
© Server Fault or respective owner