HowTo Add NEXUS NX9K Switch
HowTo Add NEXUS NX9K Switch
Steps below are based on nxosv-final.7.0.3.I5.2.qcow2 creation, for other image deployment, use proper
names respectively.
SSH to EVE and login as root, from cli and create temporary working directory on the EVE's root:
mkdir /opt/unetlab/addons/qemu/nxosv9k-7.0.3.I5.2/
cd /opt/unetlab/addons/qemu/nxosv9k-7.0.3.I5.2/
mv nxosv-final.7.0.3.I5.2.qcow2 sataa.qcow2
Fix permissions:
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
Abort Auto Provisioning and continue with normal setup ?(yes/no)[n]: yes
Do you want to enforce secure password standard (yes/no) no
3. dir flash: To get proper image name to set boot nxos from it
switch# dir bootflash:
4096 Apr 18 00:53:27 2017 .rpmstore/
4096 Apr 18 00:53:47 2017 .swtam/
14160 Apr 18 00:58:45 2017 20170418_005603_poap_26331_init.log
757307904 Feb 16 17:17:14 2017 nxos.7.0.3.I5.2.bin
0 Apr 18 01:00:14 2017 platform-sdk.cmd
4096 Apr 18 00:55:47 2017 scripts/
4096 Apr 18 00:55:57 2017 virt_strg_pool_bf_vdc_1/
4096 Apr 18 00:54:00 2017 virtual-instance/
59 Apr 18 00:53:52 2017 virtual-instance.conf
switch# conf t
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# boot nxos bootflash:nxos.7.0.3.I5.2.bin
end
copy run start
Now your NX9K after reboot or stop node will start normally. Steps 1-3 need to to do one time on every first
added NX9K node on the topology !