CCCamp IX Status

You can use this page to see how your CCCamp IX registration is progressing.

Looking Glass

We're running a Looking Glass web interface for our exchange at ix-lg.bgp.wtf.

System Status

If any of the above processors are down, provisioning of new peers might be delayed.

{% for processor in processors %} {% if processor.status == 1 %} {% else %} {% endif %} {% endfor %}
Processor Status Last Run Next Run
{{ processor.name }}OKERROR{{ (processor.last_run | from_nano).humanize() }} {{ (processor.next_run | from_nano).humanize() }}

Participating Peers

If you don't see your ASN here, means you didn't add yourself to out PeeringDB IX.

If some checks are failing for your ASN, see the click on the ASN to navigate to its status page. There you can get more details about failure conditions, checks passed and how to configure a session to the route servers and upstream router.

{% for peer in peers %} {% set rowspan = peer.peeringdb_info.routers | length %} {% if peer.check_status == 1 %} {% elif peer.check_status == 2 %} {% else %} {% endif %} {% for router in peer.peeringdb_info.routers[1:] %} {% endfor %} {% endfor %}
ASN Name Checks Passed Routers
IPv6 Legacy
{{ peer.peeringdb_info.asn }} {{ peer.peeringdb_info.name }}OKFAILEDUNKNOWN{{ peer.peeringdb_info.routers[0].ipv6 or "none" }} {{ peer.peeringdb_info.routers[0].ipv4 or "none" }}
{{ router.ipv6 or "none" }} {{ router.ipv4 or "none" }}