R3204P16-HP Load Balancing Module Network Management Command Reference-6PW101
56
Examples
# Configure Ten-GigabitEthernet 0/0 as a trunk port.
<Sysname> system-view
[Sysname] interface Ten-GigabitEthernet 0/0
[Sysname-Ten-GigabitEthernet0/0] port link-type trunk
port trunk permit vlan
Syntax
port trunk permit vlan { vlan-id-list | all }
undo port trunk permit vlan { vlan-id-list | all }
View
Ethernet interface view
Default level
2: System level
Parameters
vlan-id-list: Specifies a list of VLANs that the trunk ports will be assigned to, in the format of [vlan-id1 [ to
vlan-id2 ] ]&<1-10>, where vlan-id ranges from 1 to 4094 and &<1-10> indicates that you can specify up
to 10 VLAN IDs or VLAN ID ranges.
all: Permits all VLANs to pass through the trunk ports. On GVRP-enabled trunk ports, you must configure
the port trunk permit vlan all command to ensure that the traffic of all dynamically registered VLANs can
pass through. To prevent unauthorized VLAN users from accessing restricted resources through a
GVRP-disabled port, do not use the port trunk permit vlan all command on the port.
Description
Use the port trunk permit vlan command to assign the trunk ports to the specified VLANs.
Use the undo port trunk permit vlan command to remove the trunk ports from the specified VLANs.
By default, a trunk port allows only packets from VLAN 1 to pass through.
A trunk port can carry multiple VLANs. If you execute the port trunk permit vlan command multiple times,
the VLANs the trunk port carries are the set of VLANs specified by vlan-id-list in each execution.
On a trunk port, only traffic of the PVID can pass through untagged.
Related commands: port link-type.
Examples
# Assign trunk port Ten-GigabitEthernet 0/0 to VLAN 2, VLAN 4, and VLAN 50 through VLAN 100.
<Sysname> system-view
[Sysname] interface Ten-GigabitEthernet 0/0
[Sysname-Ten-GigabitEthernet0/0] port link-type trunk
[Sysname-Ten-GigabitEthernet0/0] port trunk permit vlan 2 4 50 to 100
Please wait........... Done.