eBGP sonic lab + Ansible config & validation
#Containerlab root@digi-oss:/home/labadmin/mohan/sonic2# cat sonic-evpn.clab.yml name: sonic-evpn topology: nodes: spine: kind: sonic-vs image: docker-sonic-vs:latest leaf1: kind: sonic-vs image: docker-sonic-vs:latest leaf2: kind: sonic-vs image: docker-sonic-vs:latest host1: kind: linux image: alpine:latest host2: kind: linux image: alpine:latest links: - endpoints: ["leaf1:eth1","spine:eth1"] - endpoints: ["leaf2:eth1","spine:eth2"] - endpoints: ["leaf1:eth2","host1:eth1"] - endpoints: ["leaf2:eth2","host2:eth1"] root@digi-oss:/home/labadmin/mohan/sonic2# containerlab destroy -t sonic-evpn.clab.yml root@digi-oss:/home/labadmin/mohan/sonic2#...
Comments
Post a Comment