1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
Files
checktheroads-hyperglass/docs/configuration/index.md
2019-05-11 23:28:13 -07:00

650 B

Configuration

Hyperglass configuration files are stored in hyperglass/hyperglass/configuration/, in TOML format.

hyperglass/configuration/
├── blacklist.toml
├── commands.toml
├── configuration.toml
├── devices.toml
└── requires_ipv6_cidr.toml

requires_ipv6_cidr.toml

Some platforms (namely Cisco IOS) are unable to perform a BGP lookup by IPv6 host address (e.g. 2001:db8::1), but must perform the lookup by prefix (e.g. 2001:db8::/48). requires_ipv6_cidr.toml is a list (TOML array) of network operating systems that require this (in Netmiko format).