148
By default, the PVID of a hybrid port is VLAN 1.
You can use a nonexistent VLAN as the PVID for a hybrid port. If you use the
undo vlan
command to
remove the PVID of a hybrid port, it does not affect the setting of the PVID on the port.
The configuration made in Layer 2 Ethernet 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.
•
If the system fails to apply the configuration to the aggregate interface, it stops applying the
configuration to aggregation member ports.
•
If the system fails to apply the configuration to an aggregation member port, it skips the port and
moves to the next member port.
Hewlett Packard Enterprise recommends that you set the same PVID for the local and remote hybrid
ports.
You must use the
port hybrid vlan
command to configure the hybrid port to allow and forward
packets from the PVID.
Related commands:
port link-type
and
port hybrid
vlan
.
Examples
# Configure VLAN 100 as the PVID of the hybrid port Ethernet 1/0/1.
<Sysname> system-view
[Sysname] vlan 100
[Sysname-vlan100] quit
[Sysname] interface ethernet 1/0/1
[Sysname-Ethernet1/0/1] port link-type hybrid
[Sysname-Ethernet1/0/1] 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
port hybrid vlan
Syntax
port hybrid
vlan
vlan-list
{
tagged
|
untagged
}
undo port hybrid
vlan
vlan-list
View
Layer 2 Ethernet interface view, port group view, Layer 2 aggregate interface view
Default 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 tagged packets of the specified VLANs.