{% extends "noc_canvas/base.html" %} {% block title %}Looking Glass — NOC Operations Canvas{% endblock %} {% block content %} {% if hyperglass_url %}
hyperglass — Live BGP Lookup Open in New Tab
{% else %} {% if hyperglass_invalid %}
HYPERGLASS_URL is set but invalid — it must be a well-formed http(s):// URL to be embedded. Ignoring it and showing ad-hoc lookups instead.
{% endif %}
Quick BGP Lookup

Set HYPERGLASS_URL in .env to embed a hyperglass instance for live multi-router lookups. Running ad-hoc queries below:

Enter a prefix or ASN above to query the NOC looking glass.
External Looking Glass Resources

Quick links to public looking glass services for route verification:

RIPE RIS
BGP routing info from RIS route collectors
BGPalerter
{% if config.get('BGPALERTER_ALERT_DIR') %} Configured — alerts via Genesis reflex {% else %} Set BGPALERTER_ALERT_DIR in .env {% endif %}
Alice-LG
IX-focused looking glass — Bird2/ExaBGP backend
{% endif %} {% include "includes/iqe_query_widget.html" %} {% endblock %}