The debugging gvrp command enables GVRP debugging.
The undo debugging gvrp command disables GVRP debugging.
By default, GVRP debugging is disabled.
debugging gvrp all
debugging gvrp error
debugging gvrp info
debugging gvrp state [ interface { { ifName | ifType ifNum } [ vlan vlanId ] } ]
debugging gvrp packet { { receive | transmit } [ interface { ifName | ifType ifNum } ] }
undo debugging gvrp all
undo debugging gvrp error
undo debugging gvrp info
undo debugging gvrp state [ interface { { ifName | ifType ifNum } [ vlan vlanId ] } ]
undo debugging gvrp packet { { receive | transmit } [ interface { ifName | ifType ifNum } ] }
Parameter | Description | Value |
---|---|---|
error |
Indicates the debugging information of errors. |
- |
info |
Indicates the debugging of information. |
- |
state |
Indicates the debugging information of state. |
- |
interface ifType ifNum |
Specifies the type and number of an interface. |
- |
vlan vlanId |
Specifies a VLAN ID. |
The value is an integer ranging from 1 to 4094. |
packet |
Indicates the debugging information of packet. |
- |
receive |
Specifies received GVRP PDUs. |
- |
transmit |
Specifies sent GVRP PDUs. |
- |
all |
Indicates all debugging information. |
- |
Usage Scenario