95
[Sysname-vlan100] quit
[Sysname] interface gigabitethernet 1/0/1
[Sysname-GigabitEthernet1/0/1] port link-type hybrid
[Sysname-GigabitEthernet1/0/1] port hybrid pvid vlan 100
port hybrid vlan
Syntax
port hybrid
vlan
vlan-id-list
{
tagged
|
untagged
}
undo port hybrid
vlan
vlan-id-list
View
Ethernet interface view, WLAN-BSS interface view
Default level
2: System level
Parameters
vlan-id-list
: Specifies a list of VLANs that the hybrid ports will be assigned to, in the format of [
vlan-id1
[
to
vlan-id2
] ]&<1-10>, where
vlan-id
ranges from 1 to 4094 and &<1-10> indicates that you can
specify up to 10 VLAN IDs or VLAN ID ranges. Make sure that the specified VLANs already exist.
tagged
: Configures the ports to send the packets of the specified VLANs without removing VLAN tags.
This keyword is not available on WLAN-BSS interfaces.
untagged
: Configures the ports to send the packets of the specified VLANs after removing VLAN tags.
Description
Use
port hybrid vlan
to assign the hybrid ports to the specified VLANs.
Use
undo port hybrid vlan
to remove the hybrid ports from the specified VLANs.
By default, a hybrid port only allows packets from VLAN 1 to pass through untagged.
A hybrid port can carry multiple VLANs. If you execute the
port hybrid
vlan
command multiple times, the
VLANs the hybrid port carries are the set of VLANs specified by
vlan-id-list
in each execution.
Related commands:
port link-type
.
Examples
# Assign the hybrid port GigabitEthernet 1/0/1 to VLAN 2, VLAN 4, and VLAN 50 through VLAN 100,
and configure GigabitEthernet 1/0/1 to send packets of these VLANs with tags kept.
<Sysname> system-view
[Sysname] interface gigabitethernet 1/0/1
[Sysname-GigabitEthernet1/0/1] port link-type hybrid
[Sysname-GigabitEthernet1/0/1] port hybrid vlan 2 4 50 to 100 tagged
# Configure the link type of WLAN-BSS 0 as hybrid, assign WLAN-BSS 0 to VLAN 2, VLAN 4, and
VLAN 50 through VLAN 100, and configure WLAN-BSS 0 to send packets from these VLANs after
removing VLAN tags.
<Sysname> system-view
[Sysname] interface WLAN-BSS 0
[Sysname-WLAN-BSS0] port link-type hybrid
[Sysname-WLAN-BSS0] port hybrid vlan 2 4 50 to 100 untagged