{% extends '_base.html' %} {% load helpers %} {% block header %} {{ block.super }} {% if new_release %} {% endif %} {% endblock %} {% block content %} {% include "includes/search_bar.html" %}

Peering Data

{{ statistics.autonomous_systems_count }}

Autonomous Systems

Networks to peer with

{{ statistics.bgp_groups_count }}

BGP Groups

Groups of BGP sessions

{{ statistics.internet_exchanges_count }}

Internet Exchange Points

Infrastructures allowing peering

{{ statistics.direct_peering_sessions_count }}

Direct Peering Sessions

BGP sessions for transit, PNIs, etc.

{{ statistics.internet_exchange_peering_sessions_count }}

IXP Peering Sessions

BGP sessions setup over IXPs

Devices

{{ statistics.configurations_count }}

Configurations

Templates to build router configurations

{{ statistics.routers_count }}

Routers

Network devices running BGP

Messaging

{{ statistics.contacts_count }}

Contacts

People to discuss peering with

{{ statistics.emails_count }}

E-mails

Templates to build e-mails

Policy Options

{{ statistics.routing_policies_count }}

Routing Policies

Policies filtering advertised/received routes

{{ statistics.communities_count }}

Communities

Tags for traffic engineering

{% if changelog and perms.utils.view_objectchange %}

Changelog

{% for change in changelog %} {% endfor %}
User Action Type Object Time
{{ change.user | default:change.user_name }} {{ change.get_action_display | title_with_uppers }} {{ change.changed_object_type.name | title_with_uppers }} {% if change.changed_object.get_absolute_url %} {{ change.changed_object }} {% else %} {{ change.changed_object | default:change.object_repr }} {% endif %} {{ change.time | date:settings.SHORT_DATETIME_FORMAT }}
{% endif %} {% endblock %} {% block javascript %} {% endblock %}