--- id: introduction title: Introduction sidebar_label: Introduction description: Welcome to hyperglass --- import Link from "@docusaurus/Link"; import useBaseUrl from "@docusaurus/useBaseUrl"; import classnames from "classnames"; import styles from "./styles.module.css"; ## What is hyperglass? **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. ## Features - 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: - Cisco IOS/IOS-XE - Cisco IOS-XR - Juniper JunOS - Arista EOS - Huawei - FRRouting - BIRD - Configurable support for any other [supported platform](/docs/platforms) - 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 built on [ReactJS](https://reactjs.org/), with [NextJS](https://nextjs.org/) & [Chakra UI](https://chakra-ui.com/) - Query multiple devices simultaneously - Browser-based DNS-over-HTTPS resolution of FQDN queries Get Started