Ansible playbooks to configure the Cisco Programmable Fabric VXLAN solution that uses MP-iBGP EVPN, OSPF, IP Unnumbered, and PIM SM in the Underlay. Spines act as route-reflectors and PIM Anycast RPs.
Contact(s):
- Matt Tarkington ([email protected])
Using a CentOS/RHEL machine:
yum -y install epel-release
yum -y install git ansible openssh-clients
cd /WORKDIR # your working directory where you want the clone of the repo to reside
git clone https://github.com/mtarking/cisco-programmable-fabric
Using the Dockerfile:
docker build -t cisco-programmable-fabric .
docker run -it cisco-programmable-fabric
Pull directly from DockerHub:
docker pull mtarking/cisco-programmable-fabric
docker run -it mtarking/cisco-programmable-fabric