1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

45 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-02-08 00:58:32 -07:00
---
title: Introduction
description: Welcome to hyperglass
---
2020-04-18 11:33:44 -07:00
import Link from 'next/link';
import { Button } from 'nextra/components';
2020-02-08 00:58:32 -07:00
2020-02-28 01:26:12 -07:00
## What is hyperglass?
2020-02-08 00:58:32 -07:00
**hyperglass** is an open source network looking glass written by a network engineer for other network engineers. The purpose of a looking glass is to provide customers, peers, and complete strangers with unattended visibility into the an operator's network.
hyperglass was created with the lofty goal of benefiting the internet community at-large by providing a faster, easier, and more secure way for operators to provide looking glass services to their customers, peers, and other network operators.
2020-02-28 01:26:12 -07:00
## Features
2020-02-08 10:02:35 -07:00
- BGP Route, BGP Community, BGP AS Path, Ping, & Traceroute
- Full IPv6 support
- Customizable everything: features, theme, UI/API text, error messages, commands
- Built in support for:
2020-10-18 12:15:13 -07:00
- Arista EOS
- BIRD
- Cisco IOS-XR
2020-04-18 11:33:44 -07:00
- Cisco IOS/IOS-XE
2020-04-28 09:14:41 -07:00
- Cisco NX-OS
2020-10-18 12:15:13 -07:00
- FRRouting
2020-04-18 11:33:44 -07:00
- Huawei
2020-10-18 12:15:13 -07:00
- Juniper JunOS
2020-10-05 15:02:42 -07:00
- Mikrotik
2021-01-18 14:06:50 -07:00
- Nokia SR OS
2020-10-18 12:15:13 -07:00
- TNSR
2020-07-04 19:30:46 -07:00
- VyOS
2020-04-18 11:33:44 -07:00
- Configurable support for any other [supported platform](platforms.mdx)
2020-02-08 10:02:35 -07:00
- Optionally access devices via an SSH proxy/jump server
- VRF support
- Access List/prefix-list style query control to whitelist or blacklist query targets on a per-VRF basis
- REST API with automatic, configurable OpenAPI documentation
- Modern, responsive UI
2020-02-08 10:02:35 -07:00
- Query multiple devices simultaneously
2020-02-10 09:06:20 -07:00
- Browser-based DNS-over-HTTPS resolution of FQDN queries
2020-02-08 10:02:35 -07:00
<Link href="/installation">
<Button>Get Started</Button>
2020-02-28 01:26:12 -07:00
</Link>