VLAN Commands
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
788
unconfigure vlan ipaddress
unconfigure vlan <vlan_name> ipaddress {<ipv6_address_mask>}
Description
Removes the IP address of the VLAN or a vMAN. With no parameters, the command removes the
primary IPv4 address on the specified VLAN. Using the IPv6 parameters, you can remove specified
IPv6 addresses from the specified VLAN.
Syntax Description
Default
Removes the primary IPv4 address from the specified VLAN.
Usage Guidelines
NOTE
You need an Advanced Edge, a Core, or an Advanced Core license to use vMANs.
If you do not specify any parameters, this command removes the primary IPv4 address from the VLAN.
NOTE
With IPv6, you cannot remove the last link local IPv6 address until all global IPv6 addresses are removed.
Beginning with ExtremeWare XOS software version 11.3, you can use this command to unconfigure the
IP address for a vMAN as well.
Example
The following command removes the primary IPv4 address from the VLAN accounting:
unconfigure vlan accounting ipaddress
The following command removes an IPv6 addresses from the VLAN finance:
unconfigure vlan finance ipaddress 3ffe::1
vlan_name
Specifies a VLAN name.
ipv6_address_mask
Specifies an IPv6 address using the format of IPv6-address/prefix-length, where
IPv6 is the 128-bit address and the prefix length specifies the number of
leftmost bits that comprise the prefix.