C613-50631-01 Rev A Command Reference for IE340 Series 2638
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
VRRP COMMANDS
DEBUG
VRRP PACKET
debug vrrp packet
Overview Use this command to specify debugging options for VRRP packets.
Use the no variant of this command to disable this function.
Syntax
debug vrrp packet [send|recv]
no debug vrrp packet [send|recv]
Mode Privileged Exec and Global Configuration
Usage notes The debug vrrp packet command enables the display of debug information
related to the sending and receiving of packets.
See the VRRP Feature Overview and Configuration Guide for more information
about VRRPv3 debugging details.
Examples The example below shows you how to enable received and sent packet debugging
for VRRP:
awplus# configure terminal
awplus(config)# debug vrrp packet
The example below shows you how to enable only received packet debugging for
VRRP:
awplus# configure terminal
awplus(config)# debug vrrp packet recv
The example below shows you how to enable only sent packet debugging for
VRRP:
awplus# configure terminal
awplus(config)# debug vrrp packet send
The example below shows you how to disable packet debugging for VRRP:
awplus# configure terminal
awplus(config)# no debug vrrp packet
Related
commands
show debugging vrrp
undebug vrrp packet
Parameter Description
send Specifies the debug option set for sent packets.
recv Specifies the debug option set for received packets.