{{config.DOMAIN|capitalize}}
Looking Glass
ipv4
ipv6
all
{% for host in config.HOST_MAPPING %}
{{host}}
{% endfor %}
traceroute ...
show protocols
show protocols ... all
show route for ...
show route for ... all
show route where net ~ [ ... ]
show route where net ~ [ ... ] all
{% if session.request_args %}
... = {{session.request_args}}
{% endif %}
{% if errors %}
{{errors}}
{% endif %} {% block body %}{% endblock %}