NSX CLI Guide
set interface <configurable-interface-name> vlan <vlan-id> plane mgmt
Create a VLAN network interface from the specified parent interface and VLAN id. The new vlan network interface name will be of format interface.
and the interface's plane property will be set to mgmt
. Any existing configuration on the parent interface will be deleted. Users must use the newly created VLAN network interface for configuration.
Parameters:
Option | Description |
---|---|
<interface-name> | Configurable network interface argument |
<vlan> | VLAN id <1-4094> Allowed pattern: ^([1-9]|[1-9][0-9]|[1-9][0-9]{2}|[1-3][0-9]{3}|40[0-9][0-4])$ |