Specifications
200 ExtremeWare XOS 10.1 Command Reference Guide
VLAN Commands
configure vlan ipaddress
configure vlan <vlan_name> ipaddress <ipaddress> {<ipNetmask>}
Description
Assigns an IP address and an optional subnet mask to the VLAN.
Syntax Description
Default
N/A.
Usage Guidelines
The VLAN must already exists before you can assign an IP address: use the create vlan command to
create the VLAN.
Example
The following commands are equivalent; both assign an IP address of 10.12.123.1 to a VLAN named
accounting:
configure vlan accounting ipaddress 10.12.123.1/24
configure vlan accounting ipaddress 10.12.123.1 255.255.255.0
vlan_name Specifies a VLAN name.
ipaddress Specifies an IP address.
ipNetmask Specifies a subnet mask in dotted-quad notation (e.g. 255.255.255.0).