Created
July 9, 2025 20:04
-
-
Save rwestphal/9302ac8b7a48cbad96ec72d78b4d75b4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
--- | |
autogen: | |
layout: | |
#type: line | |
#size: 50 | |
#type: ring | |
#size: 50 | |
#type: full-mesh | |
#size: 25 | |
#type: tree | |
#height: 3 | |
#degree: 5 | |
type: grid | |
width: 30 | |
height: 30 | |
#type: bus | |
#size: 10 | |
parallel-links: 1 | |
stub-networks: 0 | |
ipv4: | |
loopbacks: | |
start: 192.168.0.0 | |
step: 0.0.0.1 | |
subnets: | |
start: 10.0.0.0 | |
step: 0.0.0.4 | |
prefixlen: 30 | |
ipv6: | |
loopbacks: | |
start: '2001:db8:1000::0' | |
step: '::1' | |
holod: | |
config: | | |
interfaces interface lo | |
type iana-if-type:ethernetCsmacd | |
ipv4 enabled true | |
ipv6 enabled true | |
! | |
routing control-plane-protocols control-plane-protocol ietf-isis:isis main | |
isis level-type level-2 | |
isis system-id 0000.0000.%(isis-node-index) | |
isis area-address 49.0000 | |
isis metric-type value wide-only | |
isis interfaces interface lo | |
! | |
! | |
config-per-interface: | | |
interfaces interface %(interface) | |
type iana-if-type:ethernetCsmacd | |
ipv4 enabled true | |
ipv6 enabled true | |
! | |
routing control-plane-protocols control-plane-protocol ietf-isis:isis main | |
isis interfaces interface %(interface) | |
interface-type point-to-point | |
hello-interval value 10 | |
! | |
address-families address-family-list ipv4 | |
! | |
address-families address-family-list ipv6 | |
! | |
switches: | |
holod: | |
#valgrind: yes | |
#perf: yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment