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 all secondary IP addresses.

Default

N/A.

Usage Guidelines

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. Use the all keyword to delete all the secondary 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.

Platform Availability

This command is available on all platforms.