Command Manual (For Soliton) – VLAN
H3C S3100 Series Ethernet Switches
Chapter 1 VLAN Configuration Commands
1-13
If the specified default VLAN has been removed or is not carried on the hybrid port, the
port will be unable to receive VLAN untagged packets. You can configure a hybrid port
to permit the packets of its default VLAN to pass through with the
port hybrid vlan
command.
Related commands:
port link-type
,
port hybrid vlan
.
Caution:
The local and remote hybrid ports must use the same default VLAN ID for the traffic of
the default VLAN to be transmitted properly.
Examples
# Set the default VLAN ID of the hybrid port Ethernet 1/0/1 to 100.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] interface ethernet1/0/1
[Sysname-Ethernet1/0/1] port link-type hybrid
[Sysname-Ethernet1/0/1] port hybrid pvid vlan 100
1.2.5 port hybrid vlan
Syntax
port hybrid
vlan
vlan-id-list
{
tagged
|
untagged
}
undo port hybrid
vlan
vlan-id-list
View
Ethernet port view
Parameters
vlan-id-list
: List of the VLANs that the current hybrid port will be assigned to or removed
from.
In this list, you can specify individual VLAN IDs (each in the form of
vlan-id
) and
VLAN ID ranges (each in the form of
vlan-id1
to
vlan-id2
). Specify each VLAN ID in the
range of 1 to 4094 and ensure that
vlan-id2
is no less than
vlan-id1
. The total number of
individual VLAN IDs and VLAN ID ranges defined in the list must not exceed 10. Be
sure that the specified VLANs already exist.
tagged
: Keeps VLAN tags when the packets of the specified VLANs are forwarded on
the port.