configure vlan delete secondary-ipaddress

configure [ {vlan} vlan_name | vlan vlan_id] delete secondary-ipaddress [ip_address | all]

Description

Removes secondary IP addresses on a VLAN that were added to support multinetting.

Syntax Description

vlan_name Specifies a VLAN name.
vlan_id Specifies a VLAN ID.
ip_address Specifies an IP address.
all Specifies deleting all existing secondary and anycast IP addresses.

Default

N/A.

Usage Guidelines

After you have added a secondary IP address to a VLAN (configure [ {vlan} vlan_name | vlan vlan_id]add secondary-ipaddress anycast [ip_address {netmask} | ipNetmask] ), you cannot unconfigure the primary IP address of that VLAN until you delete all of the secondary addresses. Use the all keyword to delete all the secondary and anycast IP addresses from a VLAN.

Example

The following example removes the 10.1.1.0 secondary IP address from the VLAN "multi":

# configure vlan multi delete secondary-ipaddress 10.1.1.1

History

This command was first available in ExtremeXOS 11.0.

The vlan_id variable is first available in ExtremeXOS 16.1.

The capability to delete anycast IP addresses was added in ExtremeXOS 30.7.

Platform Availability

This command is available on ExtremeSwitching 5320, 5420, 5520, and 5720 series switches.