The port hybrid tagged vlan command adds a hybrid interface to the specified VLANs. Frames of the VLANs then pass through the hybrid interface in tagged mode.
The undo port hybrid vlan command removes a hybrid interface from the specified VLANs.
By default, a hybrid interface is added to VLAN 1 in untagged mode.
port hybrid tagged vlan { { vlan-id1 [ to vlan-id2 ] }&<1-10> | all }
undo port hybrid [ tagged ] vlan { { vlan-id1 [ to vlan-id2 ] }&<1-10> | all }
(Port group view) port hybrid tagged vlan vlan-id3 [ step step-number [ increased | decreased ] ]
(Port group view) undo port hybrid vlan vlan-id3 [ step step-number [ increased | decreased ] ]
Parameter |
Description |
Value |
---|---|---|
vlan-id1 [ to vlan-id2 ] |
Adds a hybrid interface to specified VLANs.
|
The value of vlan-id1 is an integer that ranges from 1 to 4094. The value of vlan-id2 is an integer that ranges from 1 to 4094. |
all |
Adds a hybrid interface to all VLANs. |
- |
vlan-id3 |
Specifies the ID of the start VLAN to be bound to the member port of a port group. |
The value is an integer that ranges from 1 to 4094. |
step step-number |
Specifies the step for the increase or decrease in the value of the VLAN ID. With this parameter specified, the member ports in a port group can be bound to VLANs starting from the one identified by vlan-id3 in an ascending or descending order at a step specified by step-number. This facilitates the subsequent user configuration. For example: A port group has 10 member ports. You can configure increased, and set vlan-id3 to 1 and step-number to 1 in the port hybrid tagged vlan command. After this configuration, member port 1 joins VLAN 1; member port 2 joins VLAN 2... By analogy, member port 10 joins VLAN 10. |
The value is an integer that ranges from 1 to 4093. |
increased |
Specifies an increase in the values of VLAN IDs starting from the one identified by vlan-id3 at a step specified by step-number to bind the VLANs to the member ports of a port group. |
By default, Layer 2 ports are bound to the VLANs in an ascending order. |
decreased |
Specifies a decrease in the values of VLAN IDs starting from the one identified by vlan-id3 at a step specified by step-number to bind the VLANs to the member ports of a port group. When setting decreased, ensure that the value of vlan-id3 is greater than or equal to the number of the member ports of the port group. |
- |
Ethernet interface view, GE interface view, XGE interface view, 25GE interface view, 40GE interface view, 100GE interface view, MultiGE interface view, VE interface view, Eth-Trunk interface view, port group view
Usage Scenario
A hybrid interface can connect to either a user device or a switch. This command adds a hybrid interface to VLANs in tagged mode so that the hybrid interface allows frames from the VLANs to pass.
After a hybrid interface is added to VLANs in tagged mode, the interface forwards frames without removing VLAN tags of frames.
Prerequisites
If an interface is not a hybrid interface, run the port link-type hybrid command to change the interface type to hybrid.
Precautions