1-14On a trunk port, only traffic of the default VLAN can pass through untagged.You can perform the command multiple times. The VLANs specified each time does not overwrite thoseconfigured before, if any.Related commands: port link-type.Examples# Assign the trunk port Ethernet 1/0/1 to VLAN 2, VLAN 4, and VLAN 50 through VLAN 100. system-viewSystem View: return to User View with Ctrl+Z.[Sysname] interface ethernet 1/0/1[Sysname-Ethernet1/0/1] port link-type trunk[Sysname-Ethernet1/0/1] port trunk permit vlan 2 4 50 to 100Please wait... Done.port trunk pvid vlanSyntaxport trunk pvid vlan vlan-idundo port trunk pvidViewEthernet port viewParametersvlan-id: Specifies the default VLAN ID of the current port, in the range of 1 to 4094.DescriptionUse the port trunk pvid vlan command to set the default VLAN ID for the trunk port. A trunk port sendspackets of the default VLAN untagged.Use the undo port trunk pvid command to restore the default.By default, the default VLAN ID of a trunk port is VLAN 1.After configuring the default VLAN of a trunk port, you need to use the port trunk permit vlancommand to configure the trunk port to allow the packets of the default VLAN to pass through.If the specified default VLAN has been removed or is not carried on the trunk port, the port will be unableto receive VLAN untagged packets.The local and remote trunk ports must use the same default VLAN ID for the traffic of the default VLANto be transmitted properly.Related commands: port link-type, port trunk permit vlan.