| .github | ||
| .samples | ||
| .tests | ||
| .vscode | ||
| docs | ||
| hyperglass | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| biome.json | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| compose.yaml | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| hooks.sh | ||
| LICENSE | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
| requirements-dev.lock | ||
| requirements.lock | ||
| version.py | ||
The network looking glass that tries to make the internet better.
A looking glass is implemented by network operators as a way of providing customers, peers, or the general public with a way to easily view elements of, or run tests from the provider's network.
hyperglass is intended to make implementing a looking glass too easy not to do, with the lofty goal of improving the internet community at large by making looking glasses more common across autonomous systems of any size.
Changelog
Features
- BGP Route, BGP Community, BGP AS Path, Ping, & Traceroute, or add your own commands.
- Structured data output with rich metadata for supported platforms
- Enhanced traceroute with ASN information, organization names, country codes, and IXP detection
- Full IPv6 support
- Customizable everything: features, theme, UI/API text, error messages, commands
- Built-in support for:
- Arista EOS
- BIRD
- Cisco IOS
- Cisco NX-OS
- Cisco IOS-XR
- FRRouting
- Huawei VRP
- Juniper Junos
- Mikrotik
- Nokia SR OS
- OpenBGPD
- TNSR
- VyOS
- Structured BGP Route support for: Arista EOS, FRRouting, Huawei VRP, Juniper Junos, MikroTik RouterOS
- Structured Traceroute support for: Arista EOS, FRRouting, Huawei VRP, Juniper Junos, MikroTik RouterOS/SwitchOS
- Configurable support for any other supported platform
- Optionally access devices via an SSH proxy/jump server
- Access-list/prefix-list style query control to whitelist or blacklist query targets
- REST API with automatic, configurable OpenAPI documentation
- Modern, responsive UI built on ReactJS, with NextJS & Chakra UI, written in TypeScript
- AS path visualization with interactive flow charts showing organization names
- Offline IP enrichment using BGP.tools bulk data and PeeringDB for maximum performance
- Query multiple devices simultaneously
- Concurrent processing with non-blocking operations for improved performance
- Browser-based DNS-over-HTTPS resolution of FQDN queries
To request support for a specific platform, please submit a Github Issue with the feature label.
Get Started →
Community
Any users, potential users, or contributors of hyperglass are welcome to join and discuss usage, feature requests, bugs, and other things.
hyperglass is developed with the express intention of being free to the networking community.
However, if you're feeling particularly helpful or generous, small donations are welcome.
Acknowledgements
hyperglass is built entirely on open-source software. Here are some of the awesome libraries used, check them out too!