configure vlan add secondary-ipaddress
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1351
configure vlan add secondary-ipaddress
configure vlan <vlan_name> add secondary-ipaddress [<ipaddress> {<netmask>}
| <ipNetmask>]
Description
Configures secondary IP addresses on a VLAN to support multinetting.
Syntax Description
Default
N/A.
Usage Guidelines
Adding a secondary IP address to a VLAN enables multinetting. Secondary addresses are added to
support legacy stub IP networks.
Once you have added a secondary IP address to a VLAN, you cannot unconfigure the primary IP
address of that VLAN until you delete all the secondary addresses. Delete secondary address with the
following command:
configure vlan <vlan_name> delete secondary-ipaddress [<ipaddress> | all]
Example
The following command configures the VLAN
multi
to support the 10.1.1.0/24 subnet in addition to its
primary subnet:
configure vlan multi add secondary-ipaddress 10.1.1.1/24
History
This command was first available in ExtremeWare XOS 11.0.
Platform Availability
This command is available on all platforms.
vlan_name
Specifies a VLAN name.
ipaddress
Specifies an IP address.
netmask
Specifies a network mask.
ipNetmask
Specifies an IP address with network mask.