Configuring the In-Band Management Interface on NFX350
In in-band management, you configure a network interface as a management interface and connect it to the management device. You can configure any of the ge-1/0/x ports, where x ranges from 0 to 4, as in-band management interfaces.
To configure in-band management:
To configure a LAN port for in-band management:
Configure the management VLAN:
root@host# set vlans mgmt-vlan vlan-id vlan-id
Add the physical network interface and the service interface as members of the VLAN:
root@host# set interfaces ge-0/0/x unit 0 family ethernet-switching vlan members mgmt-vlan
Where x ranges from 0 to 7.
root@host# set interfaces sxe-0/0/x unit 0 family ethernet-switching vlan members mgmt-vlan
Where x ranges from 0 to 3.
If the device is in throughput mode, you must map ge-1/0/x to sxe-0/0/x by using the set vmhost virtualization-options interfaces ge-1/0/x mapping interface hsxex
command. If the
device is in hybrid or compute mode, you can map ge-1/0/x to OVS by using the set vmhost virtualization-options
interfaces ge-1/0/x
command or map to SR-IOV
by using the set vmhost virtualization-options interfaces ge-1/0/x mapping interface hsxex
command.
After you change the the mapping, FPC1 restarts automatically.