State¶
Leafs
-
class
Interfaces.Interface.RoutedVlan.Ipv6.Addresses.Address.Vrrp.VrrpGroup.InterfaceTracking.
State
¶ Bases:
Entity
Class Hierarchy:
Interfaces
Interface
RoutedVlan
Ipv6
Addresses
Address
Vrrp
VrrpGroup
InterfaceTracking
State
This class represents state data.
Operational state data for VRRP interface tracking
-
track_interface
¶ Sets a list of one or more interfaces that should be tracked for up/down events to dynamically change the priority state of the VRRP group, and potentially change the mastership if the tracked interface going down lowers the priority sufficiently. Any of the tracked interfaces going down will cause the priority to be lowered. Some implementations may only support a single tracked interface
type: list of str
refers to:
name
config: False
-
priority_decrement
¶ Set the value to subtract from priority when the tracked interface goes down
type: int
range: 0..254config: False
default value: 0
-