{% load util %} {% load i18n %}
{% if entity_name == "Facility" %}

{% trans "Only use this if you own the facility" %}

{% elif entity_name == "Exchange" %}

{% trans "Only use this if you own the exchange" %}

{% elif entity_name == "Carrier" %}

{% trans "Only use this if you own the carrier" %}

{% elif entity_name == "Campus" %}

{% trans "Only use this if you own the campus" %}

{% endif %} {% if entity_name != "Carrier" and entity_name != "Campus" %} {% blocktrans trimmed %} Add a new {{ entity_name }} to your Organization. Note that the newly created {{ entity_name }} will need to be approved by PeeringDB staff before it will appear in the search results or the API listings{% endblocktrans %} {% elif entity_name == "Campus" %} {% blocktrans trimmed %} Add a new {{ entity_name }} to your Organization. Note that your campus will not be visible to other users until it has at least 2 facilities in it. {% endblocktrans %} {% elif entity_name == "Carrier" %} {% trans "Add a new carrier to your Organization." %} {% endif %} {% if entity_name == "Facility" %}

{% blocktrans trimmed %} To be listed as a Facility in PeeringDB we would expect that you offer colocation, data center and/or meet-me-room services to the public. {% endblocktrans %}

{% elif entity_name == "Exchange" %}

{% blocktrans trimmed %} To be listed as an Internet Exchange in PeeringDB we would expect that you meet the following criteria: {% endblocktrans %}

{% blocktrans trimmed %} An Internet Exchange Point (IXP) is a network facility that enables the interconnection of more than two independent Autonomous Systems, primarily for the purpose of facilitating the exchange of Internet traffic. {% endblocktrans %}

{% blocktrans trimmed %} An IXP provides interconnection only for Autonomous Systems. An IXP does not require the Internet traffic passing between any pair of participating Autonomous Systems to pass through any third Autonomous System, nor does it alter or otherwise interfere with such traffic {% endblocktrans %}

{% endif %}
{% trans "Submit" %} {{ entity_name }}