System Administration > System > Network

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])$


Example:

nsx-edge> set interface eth0 vlan 100 plane mgmt nsx-edge> Interface eth0.100 created. Use 'set interface eth0.100' to configure.

Mode:

Basic

Availability: