This article explains how to configure enhanced-orchestration on an ATT NFX device.
NFX devices that include a SKU with the term "ATT" will, by default, have enhanced-orchestration disabled, as well as default bridge configurations in Juniper Device Manager (JDM). To convert an ATT NFX device into an NFX device with enhanced-orchestration, perform the following steps:
Delete the eth0 and eth0br interfaces.
delete interface eth0 delete interface eth0br
Delete the route statement.
delete route
Delete groups (which will also remove all the bridge and hsxe interface information).
delete groups
Delete apply-groups.
delete apply-groups
Enable enhanced-orchestration.
set system services enhanced-orchestration
Set the out-of-band (OOB) interface, jmgmt0.0, with the appropriate OOB IP address.
set interfaces jmgmt0 unit 0 family inet address 10.1.1.254/24
Set the static route by using the set routing-options static route command.
set routing-options static route
set routing-options static route 0/0 next-hop 10.1.1.1
Delete virtual machines.
delete virtual-machines
Commit.
Reboot the device (request system reboot)
request system zeroize'
'enhanced-orchestration'
2018-05-30: Minor corrections to syntax on step 1; jmgmt interface name corrected. Other minor modifications (non-technical) made. 2020-06-17: Added step 10, where a reboot is required in order to work on the device in enhanced-orchestration.