1-11The local and remote hybrid ports must use the same default VLAN ID for the traffic of the default VLANto be transmitted properly.Examples# Set the default VLAN ID of the hybrid port Ethernet 1/0/1 to 100. system-viewSystem View: return to User View with Ctrl+Z.[Sysname] interface ethernet1/0/1[Sysname-Ethernet1/0/1] port link-type hybrid[Sysname-Ethernet1/0/1] port hybrid pvid vlan 100port hybrid vlanSyntaxport hybrid vlan vlan-id-list { tagged | untagged }undo port hybrid vlan vlan-id-listViewEthernet port viewParametersvlan-id-list: List of the VLANs that the current hybrid port will be assigned to or removed from. In this list,you can specify individual VLAN IDs (each in the form of vlan-id) and VLAN ID ranges (each in the formof vlan-id1 to vlan-id2). Specify each VLAN ID in the range of 1 to 4094 and ensure that vlan-id2 is noless than vlan-id1. The total number of individual VLAN IDs and VLAN ID ranges defined in the list mustnot exceed 10. Be sure that the specified VLANs already exist.tagged: Keeps VLAN tags when the packets of the specified VLANs are forwarded on the port.untagged: Removes VLAN tags when the packets of the specified VLANs are forwarded on the port.DescriptionUse the port hybrid vlan command to assign the hybrid port to one or multiple VLANs and configurethe port to send packets tagged or untagged for the VLAN(s).Use the undo port hybrid vlan command to remove the hybrid port from the specified VLAN(s).By default, a hybrid port only allows packets from VLAN 1 to pass through untagged.You can configure the port hybrid vlan vlan-id-list { tagged | untagged } command multiple times. TheVLANs specified each time does not overwrite those configured before, if any.The VLAN specified by the vlan-id argument must already exist. Otherwise, this command is invalid.Related commands: port link-type.