Users Guide

Table Of Contents
Configure interface tracking
OS10(config)# track 10
OS10(conf-track-10)# interface ethernet 1/1/7 line-protocol
View running configuration
OS10(conf-track-10)# do show running-configuration
! Version 10.1.9999P.2281
! Last configuration change at Jul 27 03:24:01 2016
!
aaa authentication system:local
!
interface ethernet1/1/1
ip address 10.1.1.1/16
no switchport
no shutdown
!
vrrp-group 1
priority 200
virtual-address 10.1.1.1
!
interface ethernet1/1/2
switchport access vlan 1
no shutdown
!
interface ethernet1/1/3
switchport access vlan 1
no shutdown
!
interface ethernet1/1/4
switchport access vlan 1
no shutdown
!
interface ethernet1/1/5
switchport access vlan 1
no shutdown
!
interface ethernet1/1/6
switchport access vlan 1
no shutdown
!
.....
.....
interface vlan1
no shutdown
!
interface mgmt1/1/1
no shutdown
!
support-assist
!
track 10
interface ethernet1/1/7 line-protocol
To associate a track object with a VRRP group, use the track command inside VRRP GROUP CONFIGURATION mode.
VRRP commands
advertise-interval
Sets the time interval between VRRP advertisements.
Syntax
advertise-interval [seconds | centisecs centisecs]
Parameters
seconds Set the advertise interval in seconds, from 1 to 255.
centisecs centisecs (Optional) Enter a value in multiples of 25, from 25 to 4075.
Layer 3 1019