HP Comware 5 Debug Manual Vol 3
Table 239 Output from the debugging vlan command
Field
Description
interface-name:
state1 to state2, DRV create interface, the Vid is
VID
SIFVLAN created subinterface interface-name by calling the
create function on the drive. The subinterface state changed
from state1 to state2. The VID argument indicates the VID of
the interface.
• interface-name specifies the subinterface name, for
example, Ethernet 1/1.0.
• state1 and state2 refer to the subinterface states.
• VID refers to the port VLAN ID of the current
subinterface.
interface-name:
state1 to state2, DRV destroy interface, the Vid is
VID
Subinterface interface-name was removed and the
subinterface state changed from state1 to state2. The port
VLAN ID of the subinterface is VID.
interface-name:
state1 to state2, enable qinq
The state of subinterface interface-name changed from
state1 to state2. QinQ is enabled on the subinterface.
interface-name:
Setting range by Dll, node number is NUM
SIFVLAN specified a VLAN ID range for subinterface
interface-name by calling the range function on the drive.
The number of the nodes contained in the chain is specified
by the NUM argument.
interface-name:
OUT packet,len length
context
Subinterface interface-name sent out a packet whose length
is shown by the length argument and contents by the context
argument.
interface-name:
IN packet,len length
context
Subinterface interface-name received a packet whose
length is specified by the length argument and contents are
specified by the context argument.
Examples
# Enable VLAN termination debugging. Output similar to the following example is created when the
following conditions exist:
•
Subinterface Ethernet 1/1.1 is created.
•
VLAN termination is configured on subinterface Ethernet 1/1.0.
<Sysname> debugging vlan all
<Sysname> system-view
[Sysname] interface ethernet 1/1.1
[Sysname-Ethernet1/1.1] vlan-type dot1q vid 1
*Feb 24 10:34:57:804 2023 Sysname SIFVLAN/7/EVENT:
GigabitEthernet1/1.1:
None to unique dot1q, DRV create interface, the Vid is 0x1
// SIFVLAN set the VLAN ID of the subinterface to 1 and created the subinterface from the drive.
[Sysname-Ethernet1/1.1] undo vlan-type dot1q vid 1
*Feb 24 10:50:19:644 2023 Sysname SIFVLAN/7/EVENT:
Ethernet1/1.1:
Unique dot1q to none, DRV destroy interface, the Vid is 0x1
464