Configuring the In-Band Management Interface on NFX250 NextGen Devices
In in-band management, you configure a network interface as a management interface and connect it to the management device. By default. ports ge-1/0/0, ge-1/0/1, and ge-1/0/2 are configured as network interfaces. In addition, you can configure network interfaces from ge-1/0/3 to ge-1/0/9.
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
Configure the physical network interface (ge or xe) as a member of the management VLAN:
ge interface configuration:
root@host# set interfaces ge-0/0/x unit 0 family ethernet-switching vlan members mgmt-vlan
Where x ranges from 0 to 11.
xe interface configuration:
root@host# set interfaces xe-0/0/x unit 0 family ethernet-switching vlan members mgmt-vlan
Where x can be 12 or 13.
Configure the service interface as a member of the management VLAN:
root@host# set interfaces sxe-0/0/x unit 0 family ethernet-switching vlan members mgmt-vlan
Where x can be 0 or 1.
You can map ge-1/0/x to OVS by using
the set vmhost virtualization-options interfaces ge-1/0/x
command. After you change the mapping, FPC1 restarts
automatically.