diff --git a/box_building/README.md b/box_building/README.md index 47d3f59..3909b39 100644 --- a/box_building/README.md +++ b/box_building/README.md @@ -24,6 +24,7 @@ These utilities are perpetually in development/beta and currently are being buil /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew cask install virtualbox brew cask install vagrant + brew install socat ``` 1. Install [pexpect](https://pypi.org/project/pexpect/) for Python @@ -43,13 +44,13 @@ These utilities are perpetually in development/beta and currently are being buil # Cisco Nexus 9000v -Cisco publishes a Vagrant Box for the Nexus 9000v on CCO for each release, however the published box provides an unconfigured switch that boots expecting initial configuraiton processes to continue. Instructions for manually completing the configuration is available on [Cisco DevNet](https://developer.cisco.com/site/nx-os/docs/guides/developer-tooling/index.gsp). +Cisco publishes a Vagrant Box for the Nexus 9000v on CCO for each release, however the published box provides an unconfigured switch that boots expecting initial configuration processes to continue. Instructions for manually completing the configuration is available on [Cisco DevNet](https://developer.cisco.com/site/nx-os/docs/guides/developer-tooling/index.gsp). The [`nxosv_vbox_prep.py`](nxosv_vbox_prep.py) script completes the initial configuration of the 9000v, deploys a basic configuration for management and API access, and adds the typical Vagrant user account and SSH key making it ready for usage for developers. ## Building a Nexus 9000v Box -1. Download the source Nexus 9000v Vagrant Box from [Cisco.com](https://software.cisco.com/portal/pub/download/portal/select.html?&mdfid=286312239&softwareid=282088129). You will need to have an account with Cisco, but no specific entitlement is requried to download the software. +1. Download the source Nexus 9000v Vagrant Box from [Cisco.com](https://software.cisco.com/portal/pub/download/portal/select.html?&mdfid=286312239&softwareid=282088129). You will need to have an account with Cisco, but no specific entitlement is required to download the software. ![](readme_resources/n9kv_cco.png)