{% load angular %}
{% if agg.debug %}
 
Debug
{% endif %}
Aggregator ID
{{ agg.id }}
Name
{{ agg.name | escapeangular_unsafe }}
Space
{% if perms.bacore.view_space %} {% verbatim %} {{ aggregator.space.name }} {% endverbatim %} {% if perms.banode.change_aggregator %} {% endif %} {% else %} {{ agg.space.name | escapeangular_unsafe }} {% endif %}
IP
{{ agg.ip }}
{% if agg.ipv6 %}
IPv6
{{ agg.ipv6 }} {% if not agg.supports_ipv6 %}
Aggregator version does not support IPv6.
{% endif %}
{% endif %}
Routing group
{{ agg.routing_group | escapeangular_unsafe }}
{% if agg.serial_number %}
Serial number
{{ agg.serial_number | escapeangular_unsafe }}
{% endif %} {% if agg.asset_tag %}
Asset tag
{{ agg.asset_tag | escapeangular_unsafe }}
{% endif %} {% if perms.banode.view_aggregatorauthorization %}
Username
{{ agg.authorization.username | escapeangular_unsafe }}
Password
•••••••• Show password {{ agg.authorization.password | escapeangular_unsafe }}
{% endif %}
Node key
{{ agg.get_key_display }}
Failover monitoring
Failover interval
{{ agg.failover_check_interval }}
Failover receive timeout
{{ agg.failover_check_recv_timeout }}
Failover failure threshold
{{ agg.failover_check_fail_threshold }}
Failover recovery checks
{{ agg.failover_check_recovery_checks }}
Failover max flap checks
{{ agg.failover_check_max_flap_checks }}
Proxy ARP
Metric collection interval
{{ agg.metric_collection_interval }}
Metric reporting interval
{{ agg.metric_reporting_interval }}
CPU governor
{% if agg.cpu_governor %} {{ agg.get_cpu_governor_display }} {% else %} {% endif %}
TCP congestion control algorithm
{{ agg.get_tcp_congestion_control_algorithm_display }}
Conntrack table size
{{ agg.conntrack_table_size }}
Web server
Debug
TCP Segmentation Offloading