https://github.com/bigevilbeard/vagrant_nxos_napalm
Using Napalm on Vagrant and Nexus
https://github.com/bigevilbeard/vagrant_nxos_napalm
Last synced: 29 days ago
JSON representation
Using Napalm on Vagrant and Nexus
- Host: GitHub
- URL: https://github.com/bigevilbeard/vagrant_nxos_napalm
- Owner: bigevilbeard
- Created: 2018-05-09T09:30:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T11:01:12.000Z (about 8 years ago)
- Last Synced: 2025-03-18T23:50:05.357Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant_nxos_napalm
Using Napalm on Vagrant and Nexus
# Set Up
- Download virtulal box
- Download 9000v switch https://software.cisco.com/download/home/286312239/type/282088129/release/7.0%25283%2529I7%25283%2529?i=!pp
- Intall Napalm pip install napalm
# Bring up Vagrant
- vagrant init nxos/7.0.3.I7.3
- vagrant up
# Set Up Nexus switch
- vagrant ssh
Enable:
```
Nexus9000v# conf t
Enter configuration commands, one per line. End with CNTL/Z.
Nexus9000v(config)# feature scp-server
Nexus9000v(config)# feature nxapi
Nexus9000v(config)# end
Nexus9000v(config)# exit
```
Run python scripts - Enjoy.