HP Comware 5 Debug Manual Vol 3
// SIFVLAN deleted the VLAN ID information configured for the subinterface and removed the
subinterface by calling the destroy function on the drive.
[Sysname-Ethernet1/1.1] vlan-type dot1q vid 1 second-dot1q 10 12
*Mar 26 17:07:25:156 2008 Sysname SIFVLAN/7/EVENT:
Ethernet1/1.1:
None to ambiguous qinq, DRV create interface, the Vid is 0x1
*Mar 26 17:07:25:156 2008 Sysname SIFVLAN/7/EVENT:
Ethernet1/1.1:
None to ambiguous qinq, enable qinq
*Mar 26 17:07:25:156 2008 Sysname SIFVLAN/7/EVENT:
Ethernet1/1.1:
Setting range by Dll, node number is 2
// SIFVLAN configured ambiguous QinQ on the subinterface as follows:
•
Created the subinterface.
•
Enabled QinQ on the subinterface.
•
Set the range of the VLAN IDs in the QinQ packets that can be terminated by the subinterface.
The create, qinq enable, and range functions were called on the drive.
[Sysname-Ethernet1/1.1] vlan-type dot1q vid 1 second-dot1q 13
[Sysname-Ethernet1/1.1] ip address 12.1.1.2 255.255.255.0
[Sysname-Ethernet1/1.1] ping -c 1 12.1.1.1
*Mar 26 17:27:52:609 2008 Sysname SIFVLAN/7/PACKET:
Ethernet1/1.1:
OUT packet,len 50
ff ff ff ff ff ff 00 e0 14 03 32 00 81 00 00 01
81 00 00 0d 08 06 00 01 08 00 06 04 00 01 00 e0
14 03 32 00 0c 01 01 02 00 00 00 00 00 00 0c 01
01 01
// SIFVLAN sent a 50-byte broadcast packet out of subinterface Ethernet 1 / 1.1.
*Mar 26 17:27:52:671 2008 Sysname SIFVLAN/7/PACKET:
Ethernet1/1:
IN packet,len 50
00 e0 14 03 32 00 00 e0 14 03 28 00 81 00 00 01
81 00 00 0d 08 06 00 01 08 00 06 04 00 02 00 e0
14 03 28 00 0c 01 01 01 00 e0 14 03 32 00 0c 01
01 02
// SIFVLAN received a 50-byte broadcast packet whose inner VLAN ID is 13 and outer VLAN ID is 1 on
E t h e r n e t 1 / 1.1.
*Mar 26 17:27:52:671 2008 Sysname SIFVLAN/7/PACKET:
Ethernet1/1.1:
IN packet,len 42
00 e0 14 03 32 00 00 e0 14 03 28 00 08 06 00 01
08 00 06 04 00 02 00 e0 14 03 28 00 0c 01 01 01
00 e0 14 03 32 00 0c 01 01 02
465