beautypg.com

Switchport mode – Allied Telesis AT-S94 CLI (AT-8000S Series) User Manual

Page 348

background image

Page 347

Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide

Example

This example configures ethernet port 1/e8 as a protected port, so that all traffic is sent to its uplink (ethernet port
1/e9).

switchport mode

The switchport mode Interface Configuration mode command configures the VLAN membership mode of a port.
Use the no form of this command to return to the default configuration.

Syntax

switchport mode {access | trunk | general}

no switchport mode

Parameters

access — Indicates an untagged layer 2 VLAN port.

trunk — Indicates a trunking layer 2 VLAN port.

general — Indicates a full 802-1q supported VLAN port.

Default Configuration

All ports are in access mode, and belong to the default VLAN (whose VID=1).

Command Mode

Interface Configuration (Ethernet, port-channel) mode

User Guidelines

There are no user guidelines.

Example

The following example configures Ethernet port 1/e16 as an untagged layer 2 VLAN port.

console(config)# interface ethernet 1/e8

console(config-if)# switchport forbidden vlan add 234-256

console(config-if)# exit

console(config)# interface ethernet 1/e9

console(config-if)# switchport protected ethernet 1/e1

console(config)# interface ethernet 1/e16

console(config-if)# switchport mode access