Print Download PDF Send Feedback

Previous

Next

Removing an Interface from a Virtual Device

Description

This command lets you remove an interface from an existing Virtual Device object:

Important – If the interface you remove leads to a Virtual Router, all routes through that interface are removed automatically.

Note - If there are routes that have a next-hop IP address, which would become inaccessible without this interface, the transaction fails.

Syntax

remove interface vd <Device Object Name> {name <Interface> | leads_to <VSW or VR Object Name>}

Parameters

Parameter

Value

Notes

vd <Device Object Name>

Object name

Specifies the name of the Virtual Device object.

Mandatory parameter, if this is the first command in a transaction.

name <Interface>

Interface name

Specifies the name of the physical or VLAN interface.

Note - You must use name or leads_to parameter, but not both.

leads_to <VSW or VR Object Name>

Object name

Specifies the name of the Virtual Switch or Virtual Router object, to which this interface connects.

Applicable only for Virtual System.

Note - You must use name or leads_to parameter, but not both.

Example

vsx_provisioning_tool –s localhost –u admin –p mypassword –o remove interface vd VS1 name eth4.100