{% extends 'peering/internetexchangepeeringsession/_base.html' %} {% load helpers %} {% block subcontent %} {% if instance.autonomous_system.peeringdb_network and not instance.exists_in_peeringdb %}
| Service ID | {{ instance.service_reference }} |
| Internet Exchange | {{ instance.ixp_connection.internet_exchange_point|as_link }} - {{ instance.ixp_connection|as_link }} {% if instance.ixp_connection.internet_exchange_point.comments %} {% endif %} |
| AS | {{ instance.autonomous_system|as_link }} {% if instance.autonomous_system.comments %} {% endif %} |
| IP Address | {{ instance.ip_address }} |
| Status | {{ instance|status_as_badge }} |
| Passive | {{ instance.passive|boolean_as_icon }} |
| Route Server | {{ instance.is_route_server|boolean_as_icon }} |
| Password |
|
| Multihop TTL | {{ instance.multihop_ttl }} |
| BFD | {{ instance.bfd|as_link }} |
| State | {{ instance.get_bgp_state_html }} |
| Last Established | {{ instance.last_established_state }} |
| Received Prefix Count | {{ instance.received_prefix_count }} |
| Accepted Prefix Count | {{ instance.accepted_prefix_count }} |
| Advertised Prefix Count | {{ instance.advertised_prefix_count }} |