Created
February 20, 2020 02:40
-
-
Save ronmcmillian/d2c7451805b2272bd7a10996263599d8 to your computer and use it in GitHub Desktop.
topology file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERSION: 2 | |
driver: veth | |
CONF_DIR: './config' | |
CEOS_IMAGE: veos:latest | |
links: | |
# link 1, multipoint for mgmt network | |
- endpoints: ["veos_ch2-csw-01:Management1", "veos_ch2-csw-02:Management1", "veos_ch2-asw-01:Management1", "veos_ch2-asw-02:Management1", "veos_ch2-psw-01:Management1", "veos_ch2-psw-02:Management1", "$ | |
driver: bridge | |
# veos_ch2-csw-01 | |
- endpoints: ["veos_ch2-csw-01:eth1", "veos_ny4-csw-01:eth1"] | |
- endpoints: ["veos_ch2-csw-01:eth49", "veos_ch2-asw-01:eth49"] | |
- endpoints: ["veos_ch2-csw-01:eth50", "veos_ch2-asw-02:eth49"] | |
- endpoints: ["veos_ch2-csw-01:eth51", "veos_ch2-psw-01:eth13"] | |
- endpoints: ["veos_ch2-csw-01:eth52", "veos_ch2-psw-02:eth13"] | |
# veos_ch2-csw-02 | |
- endpoints: ["veos_ch2-csw-02:eth49", "veos_ch2-asw-01:eth50"] | |
- endpoints: ["veos_ch2-csw-02:eth50", "veos_ch2-asw-02:eth50"] | |
- endpoints: ["veos_ch2-csw-02:eth51", "veos_ch2-psw-01:eth14"] | |
- endpoints: ["veos_ch2-csw-02:eth52", "veos_ch2-psw-02:eth14"] | |
# asw-0x | |
- endpoints: ["veos_ch2-asw-01:eth53", "veos_ch2-asw-02:eth53"] | |
- endpoints: ["veos_ch2-asw-01:eth54", "veos_ch2-asw-02:eth54"] | |
# veos_ny4-csw-01 | |
- endpoints: ["veos_ny4-csw-01:eth49", "veos_ny4-asw-01:eth49"] | |
- endpoints: ["veos_ny4-csw-01:eth50", "veos_ny4-asw-02:eth49"] | |
- endpoints: ["veos_ny4-csw-01:eth51", "veos_ny4-psw-01:eth13"] | |
- endpoints: ["veos_ny4-csw-01:eth52", "veos_ny4-psw-02:eth13"] | |
# veos_ny4-csw-02 | |
- endpoints: ["veos_ny4-csw-02:eth49", "veos_ny4-asw-01:eth50"] | |
- endpoints: ["veos_ny4-csw-02:eth50", "veos_ny4-asw-02:eth50"] | |
- endpoints: ["veos_ny4-csw-02:eth51", "veos_ny4-psw-01:eth14"] | |
- endpoints: ["veos_ny4-csw-02:eth52", "veos_ny4-psw-02:eth14"] | |
# asw-0x | |
- endpoints: ["veos_ny4-asw-01:eth54", "veos_ny4-asw-02:eth53"] | |
- endpoints: ["veos_ny4-asw-01:eth53", "veos_ny4-asw-02:eth54"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment