├── 02three ├── frr-1 │ ├── daemons.txt │ ├── stage1.conf │ ├── stage2.conf │ ├── stage3.conf │ ├── stage4.conf │ └── vtysh.conf ├── frr-2 │ ├── daemons.txt │ ├── stage1.conf │ ├── stage2.conf │ ├── stage3.conf │ ├── stage4.conf │ └── vtysh.conf ├── frr-3 │ ├── daemons.txt │ ├── stage1.conf │ ├── stage2.conf │ ├── stage3.conf │ ├── stage4.conf │ └── vtysh.conf ├── lab process.txt ├── lab.png ├── stage1.yaml ├── stage2.yaml ├── stage3.yaml └── stage4.yaml ├── 04bf ├── address notes.txt ├── frr001 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr002 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr003 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr004 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr011 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr012 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr013 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr014 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr021 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr022 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr023 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr024 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr031 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr032 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr033 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr034 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr101 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr102 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr103 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr104 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr111 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr112 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr113 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr114 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr121 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr122 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr123 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr124 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr131 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr132 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr133 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr134 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr201 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr202 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr211 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr212 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr221 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr222 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr231 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── frr232 │ ├── daemons.txt │ ├── norouting.conf │ ├── routing.conf │ └── vtysh.conf ├── fullrouting.yaml ├── lab process.txt └── norouting.yaml ├── 04clos ├── bgponly.yaml ├── frr01 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── frr02 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── frr03 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── frr04 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── frr05 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── frr06 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── frr07 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── frr08 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── frr11 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── frr12 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── frr13 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── frr14 │ ├── bgponly.conf │ ├── daemons.txt │ ├── igp.conf │ ├── norouting.conf │ └── vtysh.conf ├── igp.yaml ├── lab process.txt ├── lab.png └── norouting.yaml ├── README.md ├── lesson-3 ├── ansible │ ├── ansible.cfg │ ├── files │ │ ├── frr-1 │ │ │ ├── base │ │ │ │ ├── daemons │ │ │ │ └── frr.conf │ │ │ ├── srv6 │ │ │ │ └── frr.conf │ │ │ ├── update │ │ │ │ ├── daemons │ │ │ │ └── frr.conf │ │ │ └── xternal │ │ │ │ └── frr.conf │ │ ├── frr-2 │ │ │ ├── base │ │ │ │ ├── daemons │ │ │ │ └── frr.conf │ │ │ ├── srv6 │ │ │ │ └── frr.conf │ │ │ ├── update │ │ │ │ ├── daemons │ │ │ │ └── frr.conf │ │ │ └── xternal │ │ │ │ └── frr.conf │ │ ├── frr-3 │ │ │ ├── base │ │ │ │ ├── daemons │ │ │ │ └── frr.conf │ │ │ ├── srv6 │ │ │ │ └── frr.conf │ │ │ ├── update │ │ │ │ ├── daemons │ │ │ │ └── frr.conf │ │ │ └── xternal │ │ │ │ └── frr.conf │ │ ├── frr-4 │ │ │ └── frr.conf │ │ ├── motd │ │ ├── xrd01 │ │ │ └── xrd01.cfg │ │ └── xrd02 │ │ │ └── xrd02.cfg │ ├── hosts │ ├── lesson-3-deploy-playbook.yml │ ├── lesson-3-destroy-playbook.yml │ ├── lesson-3-frr-base-playbook.yml │ ├── lesson-3-frr-bgp-playbook.yml │ ├── lesson-3-frr-update-playbook.yml │ ├── lesson-3.2-deploy-playbook.yml │ ├── lesson-3.2-destroy-playbook.yml │ ├── lesson-3.2-update-playbook.yml │ ├── lesson-3.3-srv6-playbook.yml │ ├── roles │ │ ├── frr_bgp │ │ │ └── tasks │ │ │ │ └── main.yml │ │ └── frr_facts │ │ │ └── tasks │ │ │ └── main.yml │ └── util │ │ ├── add-bridges.sh │ │ ├── del-bridges.sh │ │ └── update-bridges.sh ├── config │ ├── scapy.py │ ├── xrd01.cfg │ └── xrd02.cfg ├── lesson-3-topo.yaml ├── lesson-3.2-topo.yaml ├── readme.md └── screenshare.md └── xarchive ├── lesson-2-config ├── frr-1 │ ├── daemons │ └── frr-1.conf ├── frr-2 │ ├── daemons │ └── frr-2.conf ├── frr-3 │ ├── daemons │ └── frr-3.conf └── lesson-2-complete.yaml ├── lesson-3.2 ├── config │ ├── frr-4 │ │ ├── daemons │ │ └── frr-4.conf │ ├── xrd-1.cfg │ └── xrd-2.cfg └── lesson-3.2-topo.yaml └── linode ├── 02three ├── .stage1.yaml.bak ├── .stage2.yaml.bak ├── .stage3.yaml.bak ├── clab-oll2 │ ├── .tls │ │ └── ca │ │ │ ├── ca.key │ │ │ └── ca.pem │ ├── ansible-inventory.yml │ ├── authorized_keys │ └── topology-data.json ├── clab-topology │ ├── .tls │ │ └── ca │ │ │ ├── ca.key │ │ │ └── ca.pem │ ├── ansible-inventory.yml │ ├── authorized_keys │ └── topology-data.json ├── frr-1 │ ├── daemons.txt │ ├── stage1.conf │ ├── stage2.conf │ ├── stage3.conf │ └── vtysh.conf ├── frr-2 │ ├── daemons.txt │ ├── stage1.conf │ ├── stage2.conf │ ├── stage3.conf │ └── vtysh.conf ├── frr-3 │ ├── daemons.txt │ ├── stage1.conf │ ├── stage2.conf │ ├── stage3.conf │ └── vtysh.conf ├── stage1.yaml ├── stage2.yaml └── stage3.yaml ├── 03automation ├── ansible │ ├── files │ │ ├── frr-1 │ │ │ ├── base │ │ │ │ ├── daemons │ │ │ │ ├── frr.conf │ │ │ │ ├── frr.conf.bak │ │ │ │ ├── start-sshd.sh │ │ │ │ └── vtysh.conf │ │ │ └── update │ │ │ │ ├── daemons │ │ │ │ └── frr.conf │ │ ├── frr-2 │ │ │ ├── base │ │ │ │ ├── daemons │ │ │ │ ├── frr.conf │ │ │ │ ├── start-sshd.sh │ │ │ │ └── vtysh.conf │ │ │ └── update │ │ │ │ ├── daemons │ │ │ │ └── frr.conf │ │ ├── frr-3 │ │ │ ├── base │ │ │ │ ├── daemons │ │ │ │ ├── frr.conf │ │ │ │ ├── start-sshd.sh │ │ │ │ └── vtysh.conf │ │ │ └── update │ │ │ │ ├── daemons │ │ │ │ └── frr.conf │ │ └── motd │ ├── hosts │ ├── lesson-3-deploy-playbook.yml │ ├── lesson-3-destroy-playbook.yml │ ├── lesson-3-frr-1-bgp-playbook.yml │ ├── lesson-3-frr-base-playbook.yml │ ├── lesson-3-frr-update-playbook.yml │ ├── roles │ │ ├── frr_bgp │ │ │ └── tasks │ │ │ │ └── main.yml │ │ └── frr_facts │ │ │ └── tasks │ │ │ └── main.yml │ └── util │ │ ├── add-bridges.sh │ │ └── del-bridges.sh ├── lesson-3-topo.yaml └── readme.md └── 04clos ├── .bgponly.yaml.bak ├── .igp.yaml.bak ├── .norouting.yaml.bak ├── bgponly.yaml ├── clab-closigp ├── .tls │ └── ca │ │ ├── ca.key │ │ └── ca.pem ├── ansible-inventory.yml ├── authorized_keys └── topology-data.json ├── frr01 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── frr02 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── frr03 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── frr04 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── frr05 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── frr06 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── frr07 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── frr08 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── frr11 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── frr12 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── frr13 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── frr14 ├── bgponly.conf ├── daemons.txt ├── igp.conf ├── norouting.conf └── vtysh.conf ├── igp.yaml └── norouting.yaml /02three/frr-1/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-1/daemons.txt -------------------------------------------------------------------------------- /02three/frr-1/stage1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-1/stage1.conf -------------------------------------------------------------------------------- /02three/frr-1/stage2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-1/stage2.conf -------------------------------------------------------------------------------- /02three/frr-1/stage3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-1/stage3.conf -------------------------------------------------------------------------------- /02three/frr-1/stage4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-1/stage4.conf -------------------------------------------------------------------------------- /02three/frr-1/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /02three/frr-2/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-2/daemons.txt -------------------------------------------------------------------------------- /02three/frr-2/stage1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-2/stage1.conf -------------------------------------------------------------------------------- /02three/frr-2/stage2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-2/stage2.conf -------------------------------------------------------------------------------- /02three/frr-2/stage3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-2/stage3.conf -------------------------------------------------------------------------------- /02three/frr-2/stage4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-2/stage4.conf -------------------------------------------------------------------------------- /02three/frr-2/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /02three/frr-3/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-3/daemons.txt -------------------------------------------------------------------------------- /02three/frr-3/stage1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-3/stage1.conf -------------------------------------------------------------------------------- /02three/frr-3/stage2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-3/stage2.conf -------------------------------------------------------------------------------- /02three/frr-3/stage3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-3/stage3.conf -------------------------------------------------------------------------------- /02three/frr-3/stage4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/frr-3/stage4.conf -------------------------------------------------------------------------------- /02three/frr-3/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /02three/lab process.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/lab process.txt -------------------------------------------------------------------------------- /02three/lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/lab.png -------------------------------------------------------------------------------- /02three/stage1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/stage1.yaml -------------------------------------------------------------------------------- /02three/stage2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/stage2.yaml -------------------------------------------------------------------------------- /02three/stage3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/stage3.yaml -------------------------------------------------------------------------------- /02three/stage4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/02three/stage4.yaml -------------------------------------------------------------------------------- /04bf/address notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/address notes.txt -------------------------------------------------------------------------------- /04bf/frr001/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr001/daemons.txt -------------------------------------------------------------------------------- /04bf/frr001/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr001/norouting.conf -------------------------------------------------------------------------------- /04bf/frr001/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr001/routing.conf -------------------------------------------------------------------------------- /04bf/frr001/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr002/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr002/daemons.txt -------------------------------------------------------------------------------- /04bf/frr002/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr002/norouting.conf -------------------------------------------------------------------------------- /04bf/frr002/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr002/routing.conf -------------------------------------------------------------------------------- /04bf/frr002/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr003/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr003/daemons.txt -------------------------------------------------------------------------------- /04bf/frr003/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr003/norouting.conf -------------------------------------------------------------------------------- /04bf/frr003/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr003/routing.conf -------------------------------------------------------------------------------- /04bf/frr003/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr004/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr004/daemons.txt -------------------------------------------------------------------------------- /04bf/frr004/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr004/norouting.conf -------------------------------------------------------------------------------- /04bf/frr004/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr004/routing.conf -------------------------------------------------------------------------------- /04bf/frr004/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr011/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr011/daemons.txt -------------------------------------------------------------------------------- /04bf/frr011/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr011/norouting.conf -------------------------------------------------------------------------------- /04bf/frr011/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr011/routing.conf -------------------------------------------------------------------------------- /04bf/frr011/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr012/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr012/daemons.txt -------------------------------------------------------------------------------- /04bf/frr012/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr012/norouting.conf -------------------------------------------------------------------------------- /04bf/frr012/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr012/routing.conf -------------------------------------------------------------------------------- /04bf/frr012/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr013/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr013/daemons.txt -------------------------------------------------------------------------------- /04bf/frr013/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr013/norouting.conf -------------------------------------------------------------------------------- /04bf/frr013/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr013/routing.conf -------------------------------------------------------------------------------- /04bf/frr013/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr014/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr014/daemons.txt -------------------------------------------------------------------------------- /04bf/frr014/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr014/norouting.conf -------------------------------------------------------------------------------- /04bf/frr014/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr014/routing.conf -------------------------------------------------------------------------------- /04bf/frr014/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr021/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr021/daemons.txt -------------------------------------------------------------------------------- /04bf/frr021/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr021/norouting.conf -------------------------------------------------------------------------------- /04bf/frr021/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr021/routing.conf -------------------------------------------------------------------------------- /04bf/frr021/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr022/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr022/daemons.txt -------------------------------------------------------------------------------- /04bf/frr022/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr022/norouting.conf -------------------------------------------------------------------------------- /04bf/frr022/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr022/routing.conf -------------------------------------------------------------------------------- /04bf/frr022/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr023/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr023/daemons.txt -------------------------------------------------------------------------------- /04bf/frr023/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr023/norouting.conf -------------------------------------------------------------------------------- /04bf/frr023/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr023/routing.conf -------------------------------------------------------------------------------- /04bf/frr023/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr024/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr024/daemons.txt -------------------------------------------------------------------------------- /04bf/frr024/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr024/norouting.conf -------------------------------------------------------------------------------- /04bf/frr024/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr024/routing.conf -------------------------------------------------------------------------------- /04bf/frr024/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr031/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr031/daemons.txt -------------------------------------------------------------------------------- /04bf/frr031/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr031/norouting.conf -------------------------------------------------------------------------------- /04bf/frr031/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr031/routing.conf -------------------------------------------------------------------------------- /04bf/frr031/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr032/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr032/daemons.txt -------------------------------------------------------------------------------- /04bf/frr032/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr032/norouting.conf -------------------------------------------------------------------------------- /04bf/frr032/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr032/routing.conf -------------------------------------------------------------------------------- /04bf/frr032/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr033/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr033/daemons.txt -------------------------------------------------------------------------------- /04bf/frr033/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr033/norouting.conf -------------------------------------------------------------------------------- /04bf/frr033/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr033/routing.conf -------------------------------------------------------------------------------- /04bf/frr033/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr034/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr034/daemons.txt -------------------------------------------------------------------------------- /04bf/frr034/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr034/norouting.conf -------------------------------------------------------------------------------- /04bf/frr034/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr034/routing.conf -------------------------------------------------------------------------------- /04bf/frr034/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr101/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr101/daemons.txt -------------------------------------------------------------------------------- /04bf/frr101/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr101/norouting.conf -------------------------------------------------------------------------------- /04bf/frr101/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr101/routing.conf -------------------------------------------------------------------------------- /04bf/frr101/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr102/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr102/daemons.txt -------------------------------------------------------------------------------- /04bf/frr102/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr102/norouting.conf -------------------------------------------------------------------------------- /04bf/frr102/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr102/routing.conf -------------------------------------------------------------------------------- /04bf/frr102/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr103/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr103/daemons.txt -------------------------------------------------------------------------------- /04bf/frr103/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr103/norouting.conf -------------------------------------------------------------------------------- /04bf/frr103/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr103/routing.conf -------------------------------------------------------------------------------- /04bf/frr103/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr104/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr104/daemons.txt -------------------------------------------------------------------------------- /04bf/frr104/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr104/norouting.conf -------------------------------------------------------------------------------- /04bf/frr104/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr104/routing.conf -------------------------------------------------------------------------------- /04bf/frr104/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr111/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr111/daemons.txt -------------------------------------------------------------------------------- /04bf/frr111/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr111/norouting.conf -------------------------------------------------------------------------------- /04bf/frr111/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr111/routing.conf -------------------------------------------------------------------------------- /04bf/frr111/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr112/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr112/daemons.txt -------------------------------------------------------------------------------- /04bf/frr112/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr112/norouting.conf -------------------------------------------------------------------------------- /04bf/frr112/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr112/routing.conf -------------------------------------------------------------------------------- /04bf/frr112/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr113/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr113/daemons.txt -------------------------------------------------------------------------------- /04bf/frr113/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr113/norouting.conf -------------------------------------------------------------------------------- /04bf/frr113/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr113/routing.conf -------------------------------------------------------------------------------- /04bf/frr113/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr114/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr114/daemons.txt -------------------------------------------------------------------------------- /04bf/frr114/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr114/norouting.conf -------------------------------------------------------------------------------- /04bf/frr114/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr114/routing.conf -------------------------------------------------------------------------------- /04bf/frr114/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr121/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr121/daemons.txt -------------------------------------------------------------------------------- /04bf/frr121/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr121/norouting.conf -------------------------------------------------------------------------------- /04bf/frr121/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr121/routing.conf -------------------------------------------------------------------------------- /04bf/frr121/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr122/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr122/daemons.txt -------------------------------------------------------------------------------- /04bf/frr122/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr122/norouting.conf -------------------------------------------------------------------------------- /04bf/frr122/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr122/routing.conf -------------------------------------------------------------------------------- /04bf/frr122/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr123/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr123/daemons.txt -------------------------------------------------------------------------------- /04bf/frr123/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr123/norouting.conf -------------------------------------------------------------------------------- /04bf/frr123/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr123/routing.conf -------------------------------------------------------------------------------- /04bf/frr123/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr124/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr124/daemons.txt -------------------------------------------------------------------------------- /04bf/frr124/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr124/norouting.conf -------------------------------------------------------------------------------- /04bf/frr124/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr124/routing.conf -------------------------------------------------------------------------------- /04bf/frr124/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr131/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr131/daemons.txt -------------------------------------------------------------------------------- /04bf/frr131/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr131/norouting.conf -------------------------------------------------------------------------------- /04bf/frr131/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr131/routing.conf -------------------------------------------------------------------------------- /04bf/frr131/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr132/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr132/daemons.txt -------------------------------------------------------------------------------- /04bf/frr132/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr132/norouting.conf -------------------------------------------------------------------------------- /04bf/frr132/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr132/routing.conf -------------------------------------------------------------------------------- /04bf/frr132/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr133/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr133/daemons.txt -------------------------------------------------------------------------------- /04bf/frr133/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr133/norouting.conf -------------------------------------------------------------------------------- /04bf/frr133/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr133/routing.conf -------------------------------------------------------------------------------- /04bf/frr133/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr134/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr134/daemons.txt -------------------------------------------------------------------------------- /04bf/frr134/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr134/norouting.conf -------------------------------------------------------------------------------- /04bf/frr134/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr134/routing.conf -------------------------------------------------------------------------------- /04bf/frr134/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr201/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr201/daemons.txt -------------------------------------------------------------------------------- /04bf/frr201/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr201/norouting.conf -------------------------------------------------------------------------------- /04bf/frr201/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr201/routing.conf -------------------------------------------------------------------------------- /04bf/frr201/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr202/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr202/daemons.txt -------------------------------------------------------------------------------- /04bf/frr202/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr202/norouting.conf -------------------------------------------------------------------------------- /04bf/frr202/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr202/routing.conf -------------------------------------------------------------------------------- /04bf/frr202/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr211/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr211/daemons.txt -------------------------------------------------------------------------------- /04bf/frr211/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr211/norouting.conf -------------------------------------------------------------------------------- /04bf/frr211/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr211/routing.conf -------------------------------------------------------------------------------- /04bf/frr211/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr212/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr212/daemons.txt -------------------------------------------------------------------------------- /04bf/frr212/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr212/norouting.conf -------------------------------------------------------------------------------- /04bf/frr212/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr212/routing.conf -------------------------------------------------------------------------------- /04bf/frr212/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr221/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr221/daemons.txt -------------------------------------------------------------------------------- /04bf/frr221/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr221/norouting.conf -------------------------------------------------------------------------------- /04bf/frr221/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr221/routing.conf -------------------------------------------------------------------------------- /04bf/frr221/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr222/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr222/daemons.txt -------------------------------------------------------------------------------- /04bf/frr222/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr222/norouting.conf -------------------------------------------------------------------------------- /04bf/frr222/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr222/routing.conf -------------------------------------------------------------------------------- /04bf/frr222/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr231/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr231/daemons.txt -------------------------------------------------------------------------------- /04bf/frr231/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr231/norouting.conf -------------------------------------------------------------------------------- /04bf/frr231/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr231/routing.conf -------------------------------------------------------------------------------- /04bf/frr231/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/frr232/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr232/daemons.txt -------------------------------------------------------------------------------- /04bf/frr232/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr232/norouting.conf -------------------------------------------------------------------------------- /04bf/frr232/routing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/frr232/routing.conf -------------------------------------------------------------------------------- /04bf/frr232/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04bf/fullrouting.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/fullrouting.yaml -------------------------------------------------------------------------------- /04bf/lab process.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/lab process.txt -------------------------------------------------------------------------------- /04bf/norouting.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04bf/norouting.yaml -------------------------------------------------------------------------------- /04clos/bgponly.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/bgponly.yaml -------------------------------------------------------------------------------- /04clos/frr01/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr01/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr01/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr01/daemons.txt -------------------------------------------------------------------------------- /04clos/frr01/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr01/igp.conf -------------------------------------------------------------------------------- /04clos/frr01/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr01/norouting.conf -------------------------------------------------------------------------------- /04clos/frr01/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/frr02/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr02/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr02/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr02/daemons.txt -------------------------------------------------------------------------------- /04clos/frr02/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr02/igp.conf -------------------------------------------------------------------------------- /04clos/frr02/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr02/norouting.conf -------------------------------------------------------------------------------- /04clos/frr02/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/frr03/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr03/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr03/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr03/daemons.txt -------------------------------------------------------------------------------- /04clos/frr03/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr03/igp.conf -------------------------------------------------------------------------------- /04clos/frr03/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr03/norouting.conf -------------------------------------------------------------------------------- /04clos/frr03/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/frr04/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr04/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr04/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr04/daemons.txt -------------------------------------------------------------------------------- /04clos/frr04/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr04/igp.conf -------------------------------------------------------------------------------- /04clos/frr04/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr04/norouting.conf -------------------------------------------------------------------------------- /04clos/frr04/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/frr05/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr05/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr05/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr05/daemons.txt -------------------------------------------------------------------------------- /04clos/frr05/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr05/igp.conf -------------------------------------------------------------------------------- /04clos/frr05/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr05/norouting.conf -------------------------------------------------------------------------------- /04clos/frr05/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/frr06/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr06/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr06/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr06/daemons.txt -------------------------------------------------------------------------------- /04clos/frr06/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr06/igp.conf -------------------------------------------------------------------------------- /04clos/frr06/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr06/norouting.conf -------------------------------------------------------------------------------- /04clos/frr06/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/frr07/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr07/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr07/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr07/daemons.txt -------------------------------------------------------------------------------- /04clos/frr07/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr07/igp.conf -------------------------------------------------------------------------------- /04clos/frr07/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr07/norouting.conf -------------------------------------------------------------------------------- /04clos/frr07/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/frr08/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr08/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr08/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr08/daemons.txt -------------------------------------------------------------------------------- /04clos/frr08/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr08/igp.conf -------------------------------------------------------------------------------- /04clos/frr08/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr08/norouting.conf -------------------------------------------------------------------------------- /04clos/frr08/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/frr11/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr11/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr11/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr11/daemons.txt -------------------------------------------------------------------------------- /04clos/frr11/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr11/igp.conf -------------------------------------------------------------------------------- /04clos/frr11/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr11/norouting.conf -------------------------------------------------------------------------------- /04clos/frr11/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/frr12/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr12/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr12/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr12/daemons.txt -------------------------------------------------------------------------------- /04clos/frr12/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr12/igp.conf -------------------------------------------------------------------------------- /04clos/frr12/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr12/norouting.conf -------------------------------------------------------------------------------- /04clos/frr12/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/frr13/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr13/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr13/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr13/daemons.txt -------------------------------------------------------------------------------- /04clos/frr13/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr13/igp.conf -------------------------------------------------------------------------------- /04clos/frr13/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr13/norouting.conf -------------------------------------------------------------------------------- /04clos/frr13/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/frr14/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr14/bgponly.conf -------------------------------------------------------------------------------- /04clos/frr14/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr14/daemons.txt -------------------------------------------------------------------------------- /04clos/frr14/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr14/igp.conf -------------------------------------------------------------------------------- /04clos/frr14/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/frr14/norouting.conf -------------------------------------------------------------------------------- /04clos/frr14/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /04clos/igp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/igp.yaml -------------------------------------------------------------------------------- /04clos/lab process.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/lab process.txt -------------------------------------------------------------------------------- /04clos/lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/lab.png -------------------------------------------------------------------------------- /04clos/norouting.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/04clos/norouting.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/README.md -------------------------------------------------------------------------------- /lesson-3/ansible/ansible.cfg: -------------------------------------------------------------------------------- 1 | [defaults] 2 | host_key_checking = False -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-1/base/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-1/base/daemons -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-1/base/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-1/base/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-1/srv6/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-1/srv6/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-1/update/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-1/update/daemons -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-1/update/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-1/update/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-1/xternal/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-1/xternal/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-2/base/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-2/base/daemons -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-2/base/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-2/base/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-2/srv6/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-2/srv6/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-2/update/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-2/update/daemons -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-2/update/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-2/update/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-2/xternal/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-2/xternal/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-3/base/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-3/base/daemons -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-3/base/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-3/base/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-3/srv6/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-3/srv6/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-3/update/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-3/update/daemons -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-3/update/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-3/update/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-3/xternal/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-3/xternal/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/frr-4/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/frr-4/frr.conf -------------------------------------------------------------------------------- /lesson-3/ansible/files/motd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/motd -------------------------------------------------------------------------------- /lesson-3/ansible/files/xrd01/xrd01.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/xrd01/xrd01.cfg -------------------------------------------------------------------------------- /lesson-3/ansible/files/xrd02/xrd02.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/files/xrd02/xrd02.cfg -------------------------------------------------------------------------------- /lesson-3/ansible/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/hosts -------------------------------------------------------------------------------- /lesson-3/ansible/lesson-3-deploy-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/lesson-3-deploy-playbook.yml -------------------------------------------------------------------------------- /lesson-3/ansible/lesson-3-destroy-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/lesson-3-destroy-playbook.yml -------------------------------------------------------------------------------- /lesson-3/ansible/lesson-3-frr-base-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/lesson-3-frr-base-playbook.yml -------------------------------------------------------------------------------- /lesson-3/ansible/lesson-3-frr-bgp-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/lesson-3-frr-bgp-playbook.yml -------------------------------------------------------------------------------- /lesson-3/ansible/lesson-3-frr-update-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/lesson-3-frr-update-playbook.yml -------------------------------------------------------------------------------- /lesson-3/ansible/lesson-3.2-deploy-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/lesson-3.2-deploy-playbook.yml -------------------------------------------------------------------------------- /lesson-3/ansible/lesson-3.2-destroy-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/lesson-3.2-destroy-playbook.yml -------------------------------------------------------------------------------- /lesson-3/ansible/lesson-3.2-update-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/lesson-3.2-update-playbook.yml -------------------------------------------------------------------------------- /lesson-3/ansible/lesson-3.3-srv6-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/lesson-3.3-srv6-playbook.yml -------------------------------------------------------------------------------- /lesson-3/ansible/roles/frr_bgp/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/roles/frr_bgp/tasks/main.yml -------------------------------------------------------------------------------- /lesson-3/ansible/roles/frr_facts/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/roles/frr_facts/tasks/main.yml -------------------------------------------------------------------------------- /lesson-3/ansible/util/add-bridges.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/util/add-bridges.sh -------------------------------------------------------------------------------- /lesson-3/ansible/util/del-bridges.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/util/del-bridges.sh -------------------------------------------------------------------------------- /lesson-3/ansible/util/update-bridges.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/ansible/util/update-bridges.sh -------------------------------------------------------------------------------- /lesson-3/config/scapy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/config/scapy.py -------------------------------------------------------------------------------- /lesson-3/config/xrd01.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/config/xrd01.cfg -------------------------------------------------------------------------------- /lesson-3/config/xrd02.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/config/xrd02.cfg -------------------------------------------------------------------------------- /lesson-3/lesson-3-topo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/lesson-3-topo.yaml -------------------------------------------------------------------------------- /lesson-3/lesson-3.2-topo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/lesson-3.2-topo.yaml -------------------------------------------------------------------------------- /lesson-3/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/readme.md -------------------------------------------------------------------------------- /lesson-3/screenshare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/lesson-3/screenshare.md -------------------------------------------------------------------------------- /xarchive/lesson-2-config/frr-1/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-2-config/frr-1/daemons -------------------------------------------------------------------------------- /xarchive/lesson-2-config/frr-1/frr-1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-2-config/frr-1/frr-1.conf -------------------------------------------------------------------------------- /xarchive/lesson-2-config/frr-2/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-2-config/frr-2/daemons -------------------------------------------------------------------------------- /xarchive/lesson-2-config/frr-2/frr-2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-2-config/frr-2/frr-2.conf -------------------------------------------------------------------------------- /xarchive/lesson-2-config/frr-3/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-2-config/frr-3/daemons -------------------------------------------------------------------------------- /xarchive/lesson-2-config/frr-3/frr-3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-2-config/frr-3/frr-3.conf -------------------------------------------------------------------------------- /xarchive/lesson-2-config/lesson-2-complete.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-2-config/lesson-2-complete.yaml -------------------------------------------------------------------------------- /xarchive/lesson-3.2/config/frr-4/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-3.2/config/frr-4/daemons -------------------------------------------------------------------------------- /xarchive/lesson-3.2/config/frr-4/frr-4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-3.2/config/frr-4/frr-4.conf -------------------------------------------------------------------------------- /xarchive/lesson-3.2/config/xrd-1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-3.2/config/xrd-1.cfg -------------------------------------------------------------------------------- /xarchive/lesson-3.2/config/xrd-2.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-3.2/config/xrd-2.cfg -------------------------------------------------------------------------------- /xarchive/lesson-3.2/lesson-3.2-topo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/lesson-3.2/lesson-3.2-topo.yaml -------------------------------------------------------------------------------- /xarchive/linode/02three/.stage1.yaml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/.stage1.yaml.bak -------------------------------------------------------------------------------- /xarchive/linode/02three/.stage2.yaml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/.stage2.yaml.bak -------------------------------------------------------------------------------- /xarchive/linode/02three/.stage3.yaml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/.stage3.yaml.bak -------------------------------------------------------------------------------- /xarchive/linode/02three/clab-oll2/.tls/ca/ca.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/clab-oll2/.tls/ca/ca.key -------------------------------------------------------------------------------- /xarchive/linode/02three/clab-oll2/.tls/ca/ca.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/clab-oll2/.tls/ca/ca.pem -------------------------------------------------------------------------------- /xarchive/linode/02three/clab-oll2/ansible-inventory.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/clab-oll2/ansible-inventory.yml -------------------------------------------------------------------------------- /xarchive/linode/02three/clab-oll2/authorized_keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/clab-oll2/authorized_keys -------------------------------------------------------------------------------- /xarchive/linode/02three/clab-oll2/topology-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/clab-oll2/topology-data.json -------------------------------------------------------------------------------- /xarchive/linode/02three/clab-topology/.tls/ca/ca.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/clab-topology/.tls/ca/ca.key -------------------------------------------------------------------------------- /xarchive/linode/02three/clab-topology/.tls/ca/ca.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/clab-topology/.tls/ca/ca.pem -------------------------------------------------------------------------------- /xarchive/linode/02three/clab-topology/ansible-inventory.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/clab-topology/ansible-inventory.yml -------------------------------------------------------------------------------- /xarchive/linode/02three/clab-topology/authorized_keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/clab-topology/authorized_keys -------------------------------------------------------------------------------- /xarchive/linode/02three/clab-topology/topology-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/clab-topology/topology-data.json -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-1/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-1/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-1/stage1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-1/stage1.conf -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-1/stage2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-1/stage2.conf -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-1/stage3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-1/stage3.conf -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-1/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-2/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-2/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-2/stage1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-2/stage1.conf -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-2/stage2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-2/stage2.conf -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-2/stage3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-2/stage3.conf -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-2/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-3/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-3/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-3/stage1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-3/stage1.conf -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-3/stage2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-3/stage2.conf -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-3/stage3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/frr-3/stage3.conf -------------------------------------------------------------------------------- /xarchive/linode/02three/frr-3/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/02three/stage1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/stage1.yaml -------------------------------------------------------------------------------- /xarchive/linode/02three/stage2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/stage2.yaml -------------------------------------------------------------------------------- /xarchive/linode/02three/stage3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/02three/stage3.yaml -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-1/base/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-1/base/daemons -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-1/base/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-1/base/frr.conf -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-1/base/frr.conf.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-1/base/frr.conf.bak -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-1/base/start-sshd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-1/base/start-sshd.sh -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-1/base/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-1/update/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-1/update/daemons -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-1/update/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-1/update/frr.conf -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-2/base/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-2/base/daemons -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-2/base/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-2/base/frr.conf -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-2/base/start-sshd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-2/base/start-sshd.sh -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-2/base/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-2/update/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-2/update/daemons -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-2/update/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-2/update/frr.conf -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-3/base/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-3/base/daemons -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-3/base/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-3/base/frr.conf -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-3/base/start-sshd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-3/base/start-sshd.sh -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-3/base/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-3/update/daemons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-3/update/daemons -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/frr-3/update/frr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/frr-3/update/frr.conf -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/files/motd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/files/motd -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/hosts -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/lesson-3-deploy-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/lesson-3-deploy-playbook.yml -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/lesson-3-destroy-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/lesson-3-destroy-playbook.yml -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/lesson-3-frr-1-bgp-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/lesson-3-frr-1-bgp-playbook.yml -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/lesson-3-frr-base-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/lesson-3-frr-base-playbook.yml -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/lesson-3-frr-update-playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/lesson-3-frr-update-playbook.yml -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/roles/frr_bgp/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/roles/frr_bgp/tasks/main.yml -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/roles/frr_facts/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/roles/frr_facts/tasks/main.yml -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/util/add-bridges.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/util/add-bridges.sh -------------------------------------------------------------------------------- /xarchive/linode/03automation/ansible/util/del-bridges.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/ansible/util/del-bridges.sh -------------------------------------------------------------------------------- /xarchive/linode/03automation/lesson-3-topo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/lesson-3-topo.yaml -------------------------------------------------------------------------------- /xarchive/linode/03automation/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/03automation/readme.md -------------------------------------------------------------------------------- /xarchive/linode/04clos/.bgponly.yaml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/.bgponly.yaml.bak -------------------------------------------------------------------------------- /xarchive/linode/04clos/.igp.yaml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/.igp.yaml.bak -------------------------------------------------------------------------------- /xarchive/linode/04clos/.norouting.yaml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/.norouting.yaml.bak -------------------------------------------------------------------------------- /xarchive/linode/04clos/bgponly.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/bgponly.yaml -------------------------------------------------------------------------------- /xarchive/linode/04clos/clab-closigp/.tls/ca/ca.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/clab-closigp/.tls/ca/ca.key -------------------------------------------------------------------------------- /xarchive/linode/04clos/clab-closigp/.tls/ca/ca.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/clab-closigp/.tls/ca/ca.pem -------------------------------------------------------------------------------- /xarchive/linode/04clos/clab-closigp/ansible-inventory.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/clab-closigp/ansible-inventory.yml -------------------------------------------------------------------------------- /xarchive/linode/04clos/clab-closigp/authorized_keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/clab-closigp/authorized_keys -------------------------------------------------------------------------------- /xarchive/linode/04clos/clab-closigp/topology-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/clab-closigp/topology-data.json -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr01/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr01/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr01/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr01/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr01/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr01/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr01/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr01/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr01/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr02/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr02/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr02/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr02/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr02/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr02/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr02/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr02/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr02/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr03/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr03/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr03/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr03/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr03/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr03/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr03/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr03/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr03/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr04/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr04/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr04/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr04/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr04/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr04/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr04/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr04/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr04/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr05/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr05/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr05/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr05/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr05/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr05/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr05/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr05/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr05/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr06/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr06/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr06/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr06/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr06/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr06/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr06/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr06/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr06/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr07/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr07/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr07/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr07/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr07/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr07/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr07/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr07/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr07/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr08/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr08/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr08/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr08/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr08/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr08/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr08/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr08/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr08/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr11/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr11/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr11/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr11/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr11/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr11/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr11/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr11/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr11/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr12/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr12/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr12/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr12/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr12/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr12/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr12/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr12/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr12/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr13/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr13/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr13/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr13/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr13/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr13/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr13/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr13/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr13/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr14/bgponly.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr14/bgponly.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr14/daemons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr14/daemons.txt -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr14/igp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr14/igp.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr14/norouting.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/frr14/norouting.conf -------------------------------------------------------------------------------- /xarchive/linode/04clos/frr14/vtysh.conf: -------------------------------------------------------------------------------- 1 | service integrated-vtysh-config 2 | -------------------------------------------------------------------------------- /xarchive/linode/04clos/igp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/igp.yaml -------------------------------------------------------------------------------- /xarchive/linode/04clos/norouting.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brmcdoug/open-source-labbing/HEAD/xarchive/linode/04clos/norouting.yaml --------------------------------------------------------------------------------