C613-50631-01 Rev A Command Reference for IE340 Series 840
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
GVRP COMMANDS
DEBUG
GVRP
debug gvrp
Overview Use this command to debug GVRP packets and commands, sending output to the
console.
Use the no variant of this command to turn off debugging for GVRP packets and
commands.
Syntax
debug gvrp {all|cli|event|packet}
no debug gvrp {all|cli|event|packet}
Mode Privileged Exec and Global Configuration
Examples To enable GVRP on interfaces port1.0.1-port1.0.2, enter the commands:
awplus# configure terminal
awplus(config)# gvrp enable
awplus(config)# interface port1.0.1-port1.0.2
awplus(config-if)# gvrp
To disable GVRP on interfaces port1.0.1-port1.0.2, enter the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1-port1.0.2
awplus(config-if)# no gvrp
Examples To send debug output to the console for GVRP packets and GVRP commands, and
to enable the display of debug output on the console first, enter the commands:
awplus# terminal monitor
awplus# configure terminal
awplus(config)# debug gvrp all
To send debug output for GVRP packets to the console, enter the commands:
awplus# terminal monitor
awplus# configure terminal
awplus(config)# debug gvrp packets
Parameter Description
all Specifies debugging for all levels.
cli Specifies debugging for commands.
event Specified debugging for events.
packet Specifies debugging for packets.