332 ExtremeWare Software 7.3.0 Command Reference Guide
VLAN Commands
configure vlan ipaddress
configure vlan <vlan name> ipaddress <ipaddress> {<netmask> | <mask
length>}
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.
NOTE
If you plan to use the VLAN as a control VLAN for an EAPS domain, do NOT configure the VLAN with
an IP address.
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
History
This command was first available in ExtremeWare 1.0.
Platform Availability
This command is available on all platforms.
vlan name Specifies a VLAN name.
ipaddress Specifies an IP address.
netmask Specifies a subnet mask in dotted-quad notation (e.g. 255.255.255.0).
mask length Specifies a subnet mask as the number of bits (e.g. /24).