JetStream 52-Port Gigabit Stackable L3 Managed Switch CLI Guide
44.9 ip vrrp vrid track interface
Description
This command is used to add tracked interfaces for the virtual router. To
disable the track function on the specified interface, please use no ip vrrp
vrid track interface command.
Syntax
ip vrrp vrid
vrid
track interface { { fastEthernet | gigabitEthernet |
ten-gigabitEthernet }
port |
vlan
vlan-id
} [
reduce-priority
pri
]
no ip vrrp vrid
vrid
track interface { { fastEthernet | gigabitEthernet
ten-gigabitEthernet }
port |
vlan
vlan-id
}
Parameter
vrid
—— The virtual router ID.
fastEthernet | gigabitEthernet | ten-gigabitEthernet
—— The port type of the
interface.
port
—— The port number.
vlan-id
—— The interface VLAN ID.
pri
—— The priority decrement for the tracking interface. The valid range is 1
– 254. The default value is 10.
Command Mode
Interface Configuration Mode
Example
Configure the tracked interface as vlan2 and the priority decrement as 10 for
the tracking interface:
T3700G-52TQ(config)#interface vlan 3
T3700G-52TQ(config-if)#ip vrrp vrid 4 track interface vlan 2
reduce-priority 10
44.10 clear ip vrrp statistics
Description
This command is used to clear all the statistics about vrrp on the switch.
387