Cisco NSO package to deploy VXLAN EVPN Services
This Cisco NSO project contains the following packages:
EVPN Package
anycast-gateway
static routes or BGP
connecting to customer VPLS instance on the DCI
connecting to customer EVPL instance on the DCI
VXLAN Package
The following additional packages are required:
Run the following commands after a new install (or after a make clean):
$ make all -- initialize netsim devices and ncs cdb
$ make start -- start netsim testbed and ncs
$ make cli -- connect to nso cli
admin@ncs# devices fetch-ssh-host-keys
admin@ncs# devices sync-to -- update netsim devices configuration with initial cdb data
admin@ncs# devices sync-to -- yes, need to do it twice
Before pushing the project to git, remember to clean temporary data:
$ make stop
$ make clean
Recommended environment:
This has been tested with Python 2.7.14 and 3.6.6.
If using Python 2.7.14, the following pip packages need to be installed: