Users Guide

Table Of Contents
show vrrp
Displays VRRP group information.
Syntax
show vrrp [vrf vrf-name] {brief | vrrp-id | ipv6 group-id}
Parameters
vrf vrf-name — Displays the VRRP group information corresponding to the specified VRF.
brief — Displays the configuration information for all VRRP instances in the system.
vrrp-id — Enter a VRRP group ID number to view the VRRP IPv4 group operational status information,
from 1 to 255.
ipv6 group-id — (Optional) Enter a VRRP group ID number to view the specific IPv6 group operational
status information, from 1 to 255.
Default All IPv4 VRRP group configuration
Command Mode EXEC
Usage Information Displays all active VRRP groups. If no VRRP groups are active, the system displays No Active VRRP group.
Example (Brief)
OS10 # show vrrp brief
Interface Group Priority Preemption State Master-addr Virtual addr(s)
---------------------------------------------------------------------
ethernet1/1/1 1 200 true master-state 10.1.1.1 10.1.1.1
Example (IPv6)
OS10 # show vrrp ipv6 1
Interface : ethernet1/1/1 IPv6 VRID : 1
Primary IP Address : 10::1 State : master-state
Virtual MAC Address : 00:00:5e:00:02:01
Version : version-3 Priority : 200
Preempt : Hold-time :
Authentication : no-authentication
Virtual IP address :
10::1
master-transitions : 1 advertise-rcvd : 0
advertise-interval-errors : 0 ip-ttl-errors : 0
priority-zero-pkts-rcvd : 0 priority-zero-pkts-sent : 0
invalid-type-pkts-rcvd : 0 address-list-errors : 0
pkt-length-errors : 0
Supported
Releases
10.2.0E or later
track
Assigns a unique identifier to track an object.
Syntax
track track-id [priority cost [value]]
Parameters
track-id — Enter the object tracking resource ID number, from 1 to 500.
priority cost value — (Optional) Enter a cost value to subtract from the priority value, from 1 to 254.
Default 10
Command Mode INTERFACE-VRRP
Usage Information If you disable the interface, the cost value subtracts from the priority value and forces a new master election. This
election process is applicable when the priority value is lower than the priority value in the backup virtual router.
You can associate only one track object with a VRRP group. The no version of this command resets the value to
the default.
Example
OS10(conf-eth1/1/5-vrid-254)# track 400
Example (Priority
Cost)
OS10(conf-eth1/1/5-vrid-254)# track 400 priority-cost 20
Layer 3 691