HP Comware 5 Debug Manual Vol 2

GVRP debugging commands
The output description tables in this document only contain fields and messages that require an
explanation.
debugging garp event
Use debugging garp event to enable GARP event debugging.
Use undo debugging garp event to disable GARP event debugging.
Syntax
debugging garp event [ interface interface-type interface-number ]
undo debugging garp event [ interface interface-type interface-number ]
Default
The debugging for GARP events is disabled.
Views
User view
Default command level
1: Monitor level
Parameters
interface interface-type interface-number: Specifies a port by its type and number.
Usage guidelines
If you do not specify a port, the command enables GARP event debugging on all the ports.
You can use this command to debug GARP timers.
Table 1 describes output fields and messages for the debugging garp event command.
Table 69 Output from the debugging garp event command
Field
Description
Start A timer was started.
Expired A timer expired.
value = n Value of a timer.
Examples
# Enable GARP event debugging.
<Sysname> debugging garp event
*0.1101110 Sysname GARP/8/Timer start:
Gvrp Start Join Timer for port Ethernet1/1 value = 200 millisec
// The join timer was triggered on Ethernet 1/1, and its initial value was 200 milliseconds.
*0.1101219 Sysname GARP/8/Timer expiry:
Gvrp Join Timer Expired for port Ethernet1/1
89