beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 943

background image

AT-8100 Switch Command Line User’s Guide

943

Description

Use this command to create port-based and tagged VLANs. You can
create just one VLAN at a time.

Confirmation Command

“SHOW VLAN” on page 930

Examples

This example creates a new VLAN with the VID 5 and the name
Engineering:

awplus> enable
awplus# configure terminal
awplus(config)# vlan database
awplus(config-vlan)# vlan 5 name Engineering

This example creates a new VLAN with the VID 17 and the name
Manufacturing:

awplus> enable
awplus# configure terminal
awplus(config)# vlan database
awplus(config-vlan)# vlan 17 name Manufacturing

This example creates new VLANs with the VIDs 6 to 11, 15 and 23:

awplus> enable
awplus# configure terminal
awplus(config)# vlan database
awplus(config-vlan)# vlan 6-11,15,23