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.

untagged: Configures the ports to send untagged packets of the specified VLANs.

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-list in each execution.

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.

Related commands: port link-type.

Examples

# Assign the hybrid port Ethernet 1/0/1 to VLAN 2, VLAN 4, and VLAN 50 through VLAN 100, and configure Ethernet 1/0/1 to send packets of these VLANs with tags kept.

<Sysname> system-view
[Sysname] interface ethernet 1/0/1
[Sysname-Ethernet1/0/1] port link-type hybrid
[Sysname-Ethernet1/0/1] port hybrid vlan 2 4 50 to 100 tagged

# Assign hybrid ports in port group 2 to VLAN 2, and configure these hybrid ports to send packets of VLAN 2 with VLAN tags removed.

<Sysname> system-view
[Sysname] vlan 2
[Sysname-vlan2] quit
[Sysname] port-group manual 2
[Sysname-port-group-manual-2] group-member ethernet 1/0/1 to ethernet 1/0/6
[Sysname-port-group-manual-2] port link-type hybrid
[Sysname-port-group-manual-2] port hybrid vlan 2 untagged
 Configuring Ethernet1/0/1... Done.
 Configuring Ethernet1/0/2... Done.
 Configuring Ethernet1/0/3... Done.
 Configuring Ethernet1/0/4... Done.
 Configuring Ethernet1/0/5... Done.
 Configuring Ethernet1/0/6... Done. 

# Assign the hybrid Layer 2 aggregate interface Bridge-Aggregation 1 and its member ports to VLAN 2, and configure them to send packets of VLAN 2 with tags removed.

<Sysname> system-view
[Sysname] interface bridge-aggregation 1
[Sysname-Bridge-Aggregation1] port link-type hybrid
[Sysname-Bridge-Aggregation1] port hybrid vlan 2 untagged
 Please wait... Done.
 Configuring Ethernet1/0/1... Done.
 Configuring Ethernet1/0/2... Done.
 Configuring Ethernet1/0/3... Done.

The output shows that Ethernet 1/0/1, Ethernet 1/0/2, and Ethernet 1/0/3 are the member ports of the aggregation group corresponding to Bridge-Aggregation 1.