48
[Sysname] vlan 100
[Sysname-vlan100] quit
[Sysname] interface WLAN-ESS1
[Sysname-WLAN-ESS1] port link-type hybrid
[Sysname-WLAN-ESS1] port hybrid pvid vlan 100
# Configure VLAN 100 as the PVID of the hybrid Layer 2 aggregate interface Bridge-Aggregation 1.
<Sysname> system-view
[Sysname] interface bridge-aggregation 1
[Sysname-Bridge-Aggregation1] port link-type hybrid
[Sysname-Bridge-Aggregation1] port hybrid pvid vlan 100
Related commands
•
port hybrid
vlan
•
port link-type
port hybrid vlan
Use
port hybrid vlan
to assign a hybrid port to the specified VLANs.
Use
undo port hybrid vlan
to remove a hybrid port from the specified VLANs.
Syntax
port hybrid
vlan
vlan-list
{
tagged
|
untagged
}
undo port hybrid
vlan
vlan-list
Default
A hybrid port only allows packets from VLAN 1 to pass through untagged.
Views
WLAN-ESS interface view, Ethernet interface view, port group view, Layer 2 aggregate interface view
Default command level
2: System level
Parameters
vlan-list
: Specifies a space-separated list of up to 10 VLAN items. Each item specifies a VLAN ID or a
range of VLAN IDs in the form of
vlan-id1
to
vlan-id2
. The value range for VLAN IDs is 1 to 4094. The
value for
vlan-id2
must be equal to or greater than the value for
vlan-id1
. Make sure the specified VLANs
already exist.
tagged
: Configures the ports to send the tagged packets of the specified VLANs.
untagged
: Configures the ports to send the untagged packets of the specified VLANs.
Usage guidelines
A hybrid port can allow multiple VLANs. If you execute the
port hybrid
vlan
command multiple times, the
VLANs the hybrid port allows are the set of VLANs specified by
vlan-list
in each execution.
The configuration made in Ethernet or WLAN-ESS interface view applies only to the port.
The configuration made in port group view applies to all ports in the port group.
The configuration made in Layer 2 aggregate interface view applies to the aggregate interface and its
aggregation member ports.