{% extends "app/app_base.html" %} {# this can be removed when django 1.4 is EOL, because it is the default behavior in 1.5 #} {% block sidebar_extra %}
  • {# #}export identity
  • IPv4: {{ timestamp.bgp_v4_import.isoformat }}
  • IPv6: {{ timestamp.bgp_v6_import.isoformat }}
  • {{ timestamp.rcynic_import.isoformat }}
  • {% endblock sidebar_extra %} {% block content %}
    {% 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

    {% 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 %}
    {% 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
    {% for gbr in conf.ghostbusters %} {% endfor %}
    Full NameOrganizationEmailTelephone
    {{ gbr.full_name }} {{ gbr.organization }} {{ gbr.email_address }} {{ gbr.telephone }}
    Create
    {% for rtr in conf.router_certs %} {% endfor %}
    SNASNValid Until
    {{ rtr.sn }} {{ rtr.asns.all.0.start_as }} {{ rtr.valid_until }}
    Import
    {% for child in conf.children %} {% endfor %}
    Handle
    {{ child.handle }}
    {% for parent in conf.parents %} {% endfor %}
    Handle
    {{ parent.handle }}
    Import
    {% for repo in conf.repositories %} {% endfor %}
    Handle
    {{ repo.handle }}
    Import
    {% endblock %}