{{ sub.netident }}
| From |
{{ sub.local_sysname }}
{% if sub.local_interface %}
{{ sub.local_interface }}
{% else %}
N/A
{% endif %}
|
| To |
{{ sub.remote_sysname }}
{% if sub.remote_interface %}
{{ sub.remote_interface }}
{% else %}
N/A
{% endif %}
|
| Capacity | {{ sub.capacity|floatformat:0 }} Mbps |
| Load in | {{ sub.load_in|nan2none|format:"%.3f Mbps"|default:"unknown" }} |
| Load out | {{ sub.load_out|nan2none|format:"%.3f Mbps"|default:"unknown" }} |
| Network type | {{ sub.nettype }} |
| Layer | {{ sub.layer }} |
| Vlan | {{ sub.vlan }} |
{% if debug %}
| Debug |
| Port from | {{ sub.local_portid }} |
| Port to | {{ sub.remote_portid }} |
| RRD file | {{ sub.local_rrdfile }} |
{% endif %}
{% endfor %}