{% extends "base.html" %} {% block title %} ONT Details {% endblock %} {% block styles %} {% endblock %} {% block content %} {% set rebooting = false %}
| Port | Status | Speed | Duplex | Auto-Negotiated | Admin Status |
|---|---|---|---|---|---|
| Port {{ port_data['port-number'] }} | {% if port_data['status'] == "up" %} UP {% else %} DOWN {% endif %} | {% if port_data['actual-speed'] %} {% set speed_mbps = (port_data['actual-speed'] * 1000)|int %} {% if speed_mbps >= 1000 %} {{ (speed_mbps / 1000)|int }}Gbps {% else %} {{ speed_mbps }}Mbps {% endif %} {% else %} - {% endif %} | {% if port_data['actual-duplex'] == "full" %} Full {% elif port_data['actual-duplex'] == "half" %} Half {% else %} - {% endif %} | {% if port_data['auto-negotiated'] %} Yes {% else %} No {% endif %} | {% if port_data['admin-status'] == "up" %} Enabled {% else %} Disabled {% endif %} |
No ethernet port data available for this ONT.
| Service ID | Profile | VLANs | Customer | Status | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {% if data['customer_id'] == "none" %} {{ data['service-id'] }} {% else %} {{ data['service-id'] }} {% endif %} | {{ data['profile'] }} | {{ data['uplink-vlans'] }} | {% if data['customer_id'] == "none" %}No Splynx Service |
{% else %}
{{ data['customer_name'] }} | {% endif %}{% if data['status'] == "Online" %} Online {% elif data['status'] == "stopped" %} Paused {% elif data['status'] == "active" %} Offline {% elif data['status'] == "no service found" %} {% else %} {{ data['status'] }} {% endif %} | {% else %}No services configured | {% endif %}||||
No services configured
| Model | Serial | MAC | Corteca | Status | Admin | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ data['Model'] }} | {{ data['Serial'] }} | {% set nokia_mac = data['MAC'][:2] ~ '-' ~ data['MAC'][2:4] ~ '-' ~ data['MAC'][4:6] ~ '-' ~ data['MAC'][6:8] ~ '-' ~ data['MAC'][8:10] ~ '-' ~ data['MAC'][10:12] %}{{ nokia_mac }} | View | {% if nokia_status[data['Serial']] %} Online {% else %} Offline {% endif %} | {% else %} | No Beacons assigned | {% endif %}|||||
No Beacons assigned
| Timestamp | Event |
|---|---|
| {{ data['timestamp'] }} | {{ data['event'] }} |
No recent events
An ONT swap job is currently in progress for this location.