System Administration > System > Network

set interface mac <configurable-mac-address> vlan <vlan-id> in-band plane mgmt

Create an in-band VLAN network interface from the physical interface identified by the mac. If the physical interface is not already owned by the edge dataplane, the dataplane service will be restarted in order to claim the physical interface. The new inband vlan network interface name will be of format ethX.vlan and the interface's plane property will be set to mgmt. Users must use the newly created in-band VLAN network interface for configuration.

Parameters:

Option Description
<mac-address> Configurable mac address 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 mac 00:0c:29:5d:a6:39 vlan 100 in-band plane mgmt nsx-edge> Interface eth0.100 created in-band. Use 'set interface eth0.100' to configure.

Mode:

Basic

Availability: