1-10undo port hybrid vlan vlan-id-listViewEthernet port viewParametersvlan-id-list: VLAN range to which the hybrid port will be added. vlan-id-list = [ vlan-id1 [ tovlan-id2 ] ]&<1-10>, where, vlan-id is in the range of 1 to 4094 and can be discrete, and &<1-10> meansyou can input up to ten VLAN IDs/ID ranges.tagged: Keeps VLAN tags when the packets of the specified VLANs are forwarded on this port.untagged: Removes VLAN tags when the packets of the specified VLANs are forwarded on this port.DescriptionUse the port hybrid vlan command to assign the hybrid port into specified VLANs.Use the undo port hybrid vlan command to remove the hybrid port from specified VLANs.A hybrid port can belong to multiple VLANs. When you use the command multiple times, all VLANsspecified in the commands will be allowed to pass through the port.The VLAN specified by the vlan-id argument must exist. Otherwise, this command is invalid.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,configuring the port to keep VLAN tags when the packets of the specified VLANs are forwarded on theport. system-viewSystem View: return to User View with Ctrl+Z.[Sysname] vlan 2[Sysname-vlan2] quit[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 taggedport link-typeSyntaxport link-type { access | hybrid | trunk }undo port link-typeViewEthernet port viewParametersaccess: Sets the port as an access port.hybrid: Sets the port as a hybrid port.trunk: Sets the port as a trunk port.