beautypg.com

Allied Telesis AT-FS970M Series User Manual

Page 921

background image

AT-FS970M Switch Command Line User’s Guide

921

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 908

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