Interface range vlan, Name, Interface range vlan name – Allied Telesis AT-S95 CLI User Manual
Page 298

Page 286
Not approved by Document Control. For review only.
Allied Telesis
Command Line Interface User’s Guide
Example
In the following example, for VLAN 1, the address is 131.108.1.27 and the subnet mask is 255.255.255.0:
interface range vlan
The interface range vlan Global Configuration mode command enables simultaneously configuring multiple
VLANs.
Syntax
interface range vlan {vlan-range | all}
Parameters
•
vlan-range — Specifies a list of VLAN IDs to be added. Separate nonconsecutive VLAN IDs with a comma
and no spaces; a hyphen designates a range of IDs.
•
all — All existing static VLANs.
Default Configuration
This command has no default configuration.
Command Mode
Global Configuration mode
User Guidelines
Commands under the interface range context are executed independently on each interface in the range. If the
command returns an error on one of the interfaces, an error message is displayed and execution of the command
continues on the other interfaces.
Example
The following example groups VLANs 221, 228 and 889 to receive the same command.
name
The name Interface Configuration mode command adds a name to a VLAN. Use the no form of this command to
remove the VLAN name.
Syntax
name string
no name
console(config)# interface vlan 1
console(config-if)# ip address 131.108.1.27 255.255.255.0
Console(config)# interface range vlan 221-228,889
Console(config-if)#