User guide
298 ExtremeWarePx1 1.2 Command Reference Guide
Commands for Monitoring the Switch
show vrrp configuration
show vrrp {vrid [<VRID number> | all]} configuration
Description
Shows the current VRRP conÞguration.
Syntax Description
Default
N/A.
Usage Guidelines
The vrid parameter to this command allows you to limit the display to the conÞguration of the
speciÞed VRRP class.
Example
This example shows the complete VRRP conÞguration.
SummitPx1:11 # show vrrp config
#----------------------------------------------------------------
# vrrp configuration
#----------------------------------------------------------------
enable vrrp
config vrrp serial-failover interval 500
disable vrrp serial-failover
config vrrp auto-sync master partner-ip 10.5.6.3
enable vrrp auto-sync
config vrrp add vrid 100
config vrrp vrid 100 priority 100
config vrrp vrid 100 dont-preempt
config vrrp vrid 100 advertisement-interval 1
This example shows the VRRP conÞguration for VRRP class 100:
SummitPx1:12 # show vrrp vrid 100 config
config vrrp add vrid 100
config vrrp vrid 100 priority 100
config vrrp vrid 100 dont-preempt
config vrrp vrid 100 advertisement-interval 1
#------------------------------------
# Tracking configuration for vrid 100
#------------------------------------
config vrrp vrid 102 add track-vrid 100
config vrrp vrid 103 add track-vrid 100
VRID number The VRID of the VRRP class for which to show configuration; a number between 1 and 255.
all Specifies all VRRP classes.