Cisco Network Services Orchestrator (NSO) is an orchestration platform for hybrid networks. It decouples network services from specific components, while automatically configuring the network according to service specifications.
Cisco NSO Download
NSO is free to download for non-production use!
To download your trial version of Cisco NSO head over to
https://developer.cisco.com/site/nso/
This will download nso-4.7.linux.x86_64.zip
You need to unpack this file and save the file to your home directory.
The file nso-4.7.linux.x86_64.signed.bin should reside in your home directory.
Now you need to unpack the bin file with the command
sh nso-4.7.linux.x86_64.signed.bin
Now you can run the install command
sh nso-4.7.linux.x86_64.installer.bin $HOME/nso-4.7
Next enter the command
source $HOME/nso-4.7/ncsrc
Then I ran this command
ncs-setup –dest $HOME/ncs-run
Then go into the ncs-run folder and type ncs
To verify the version of Cisco NSO you are running enter the command
ncs –version
Now you can connect to the GUI front end
Point your browser to
http://127.0.0.01:8080/login.html
or the IP of your host if accessing from another machine. In my case I am running Ubuntu on a VM on my laptop so I enter
http://192.168.106.187:8080/login.html
You should now be looking at this screen
The default username & password for Cisco NSO is admin / admin
You have now successfully installed Cisco NSO on Ubuntu
In the next post I will be covering some basic network automation tasks and start getting more familiar with this product.
More Network Automation Resources
- Top 7 Network Automation Tools – This post covers the Top 7 Open Source Network Automation Tools in use today
Gaz
Looking forward to seeing more about this product.
Roger Perkin
Sure Gaz, there are so many tools out there right now, I am just trying to evaluate them all!