{% extends "app/app_base.html" %} {% block content %}

Resources

{% for object in asns %} {% endfor %} {% for object in prefixes %} {% endfor %} {% if prefixes_v6 %} {% for object in prefixes_v6 %} {% endfor %} {% endif %}
Resource Valid Until Parent
{{ object }} {{ object.cert.not_after }} {% if object.cert.parent %} {{ object.cert.parent.handle }} {% endif %}
{{ object.as_resource_range }} {{ object.cert.not_after }} {% if object.cert.parent %} {{ object.cert.parent.handle }} {% endif %}
{{ object.as_resource_range }} {{ object.cert.not_after }} {% if object.cert.parent %} {{ object.cert.parent.handle }} {% endif %}

Refresh

Unallocated Resources

The following resources have not been allocated to a child, nor appear in a ROA. {% if unused_asns %}

ASNs

    {% for asn in unused_asns %}
  • AS{{ asn }} {% endfor %}
{% endif %} {% if unused_prefixes %}

IPv4

{% for addr in unused_prefixes %} {% endfor %}
PrefixAction
{{ addr }} ROA
{% endif %} {% if unused_prefixes_v6 %}

IPv6

{% for addr in unused_prefixes_v6 %} {% endfor %}
Prefix
{{ addr }} ROA
{% endif %}

ROAs

{% for roa in conf.roas %} {% endfor %}
PrefixMax LengthAS#
{{ roa.prefixes.all.0.as_roa_prefix }} {{ roa.prefixes.all.0.max_prefixlen }} {{ roa.asn }}
Create Import Export

Ghostbusters

{% for gbr in conf.ghostbusters %} {% endfor %}
Full NameOrganizationEmailTelephone
{{ gbr.full_name }} {{ gbr.organization }} {{ gbr.email_address }} {{ gbr.telephone }}
Create

Router Certificates

{% for rtr in conf.router_certs %} {% endfor %}
SNASNValid Until
{{ rtr.sn }} {{ rtr.asns.all.0.start_as }} {{ rtr.valid_until }}
Import

Children

{% for child in conf.children %} {% endfor %}
Handle#
{{ child.handle }}

Parents

{% for parent in conf.parents %} {% endfor %}
Handle#
{{ parent.handle }}
Import

Repositories

{% for repo in conf.repositories %} {% endfor %}
Handle
{{ repo.handle }}
Import
{% endblock %}