Edge Node> set interface bond0 vlan <vlan> plane mgmtEdge Node> set interface bond0.<vlan> ip 192.##.##.# / ## gateway 192.##.##.# plane mgmt node active-backup members ethA,ethB primary ethA[44038.099468] bond0: option mode: unable to set because the bond device has slaves
Edge Node> get interfaces
Interface : bond0
IPv4:
Address : unknounBroadcast address: None
NAC address: aa:bb:cc:cc:bb:aaMTU: 1500KNI: FalseBond mode: ACTIVE_BACKUPBond primary slave: NoneBond currently active slave: ethBBond slaves: ethBLink status: downAdmin status: up
VMware NSX
"in-band" management can be only be configured with one interface. For configuring In-band management, please refer below commands:
set interface mac <mac_address> vlan <vlan_ID> in-band plane mgmt(Static) set interface ethA.<vlan_ID> ip <CIDR> gateway <gateway-ip> plane mgmtHowever, if additional interfaces are configured that can be dedicated solely to the management network, then the bond can be configured for networking purposes using an out-of-band configuration. For configuring Out-of-band management, please refer the below commands:
set interface bond0 vlan <vlan> plane mgmtset interface bond0 ip x.x.x.x/mask gateway x.x.x.x plane mgmt mode active-backup members ethA,ethB primary ethA
For more information regarding the installation of Bare Metal Edge nodes, please refer: Install Bare Metal NSX Edge Automatically using ISO File