{% extends 'base.html' %} {% block content %}
| channel name | Frequency | Target Output Power | Operational Mode | Line Port | Channel Status |
|---|---|---|---|---|---|
| {{channel.name.index}} | {{channel.frequency}} | {{channel.targetOutputPower}} | {{channel.operationalMode}} | {{channel.line_port}} | {{channel.status}} |
| Name | Status | Operation Status | Ifindex | In Octets | In packets | In Unicast Pkts | In Broadcast pkts | In Multicast pkts | In Discards | In Errors | Out Discards | Out Errors | Out Octets | Out Pkts | Out Unicast Pkts | Out Broadcast Pkts | Out Multicast Pkts | Last Clear |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{interface.name}} | {{interface.status}} | {{interface.operation_status}} | {{interface.ifindex}} | {{interface.in_octets}} | {{interface.in_pkts}} | {{interface.in_unicast_pkts}} | {{interface.in_broadcast_pkts}} | {{interface.in_multicast_pkts}} | {{interface.in_discards}} | {{interface.in_errors}} | {{interface.out_discards}} | {{interface.out_errors}} | {{interface.out_pkts}} | {{interface.out_unicast_pkts}} | {{interface.out_broadcast_pkts}} | {{interface.operation_status}} | {{interface.out_multicast_pkts}} | {{interface.last_clear}} |
| Channel Index | Optical Band Parent | Band Name | Lower Frequency | Upper Frequency | type | Source Port | Destination Port | Channel Status |
|---|---|---|---|---|---|---|---|---|
| {{channel.channel_index}} | {{channel.optical_band_parent}} | {{channel.band_name}} | {{channel.lower_frequency}} | {{channel.upper_frequency}} | {{channel.type}} | {{channel.src_port}} | {{channel.dest_port}} | {{channel.status}} |