NSX CLI Guide
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])$ |