9 switchport trunk allowed vlan, User guidelines, Example – Planet Technology WGSD-8000 User Manual

Page 349: Syntax, Default configuration, Command mode

Advertising
background image

User’s Manual of WGSD-1022/WGSD-8000

- 349 –

User Guidelines

The command automatically removes the port from the previous VLAN, and adds it to the new VLAN.

Example

The following example configures a VLAN ID of 23 to the untagged layer 2 VLAN interface number e8.

Console (config)# interface ethernet e8

Console (config-if)# switchport access vlan 23

5.27.9 switchport trunk allowed vlan

The switchport trunk allowed vlan interface configuration command adds or removes VLANs from a trunk port.

Syntax

switchport trunk allowed vlan

{add vlan-list | remove vlan-list}

ƒ

add vlan-list — List of VLAN IDs to add. Separate non consecutive VLAN IDs with a comma and no spaces. A hyphen

designates a range of IDs.

ƒ

remove vlan-list — List of VLAN IDs to remove. Separate non consecutive VLAN IDs with a comma and no spaces. A

hyphen designate a range of IDs.

Default Configuration

This command has no default configuration.

Command Mode

Interface Configuration (Ethernet, port-channel) mode

User Guidelines

There are no user guidelines for this command.

Example

The following example shows how to add VLANs 2 and 5 to 8 to the allowed list of e8.

Console (config)# interface ethernet e8

Console (config-if)# switchport trunk allowed vlan add 2,5-8

Advertising