{% load bond %} {% load label_info %} {% load angular %}

Tunnel

{% if bond.debug or not bond.clamp_tcp %}
 
{% if not bond.clamp_tcp %} TCP clamping disabled {% endif %} {% if bond.debug %} Debug {% endif %}
{% endif %}
Aggregator
{{ bond.aggregator.name | escapeangular_unsafe }} {% if not bond.aggregator.monitor_aggfail and bond.secondary_aggregator %} Failover monitoring disabled {% label_info 'Failover monitoring is disabled on this aggregator. If this bond fails, it will not be automatically failed over to the secondary aggregator.' %} {% endif %} {% if bond.aggregator.has_failed %} Aggregator has failed {% endif %} {% if not bond.aggregator.is_online %} Aggregator has never been online {% endif %}
Secondary aggregator
{% if bond.secondary_aggregator %} {{ bond.secondary_aggregator.name | escapeangular_unsafe }} {% if not bond.secondary_aggregator.is_online %} Aggregator has never been online {% endif %} {% endif %}
Aggregator failback
QoS profile
{% if bond.qos_profile %} {{ bond.qos_profile.name | escapeangular_unsafe }} {% else %} {% endif %}
Flow collectors
{% if flow_collectors %} {% for flow_collector in flow_collectors %} {{ flow_collector.obj.name | escapeangular_unsafe }} {% endfor %} {% else %} {% endif %}
Classification profile
{% if bond.classification_profile %} {{ bond.classification_profile.display_name | escapeangular_unsafe }} {% else %} {% endif %}
Compression
Tunnel security
{{ bond.get_tunnel_security_display }}
{% if bond.encryption_enabled %} {% comment %} LEGACY-LAST-NODE-VERSION: 2014.1 {% endcomment %} {% if bond.bonder.version and bond.bonder.version < '2014.2' %}
Upgrade this bonder to at least version 2014.2 to enable encryption
{% endif %}
Encryption cipher
{{ bond.get_encryption_cipher_display }}
Encryption handshake interval
{{ bond.encryption_handshake_interval|humanize_seconds }}
{% endif %}
Packet distribution
{{ bond.get_balancing_display }}
{% if bond.balancing == 'flowlet' %}
Flowlet delta
{{ bond.flowlet_delta }} ms
{% endif %}
Batched leg send operations
Clamp TCP
Source address verification
Automatic ping timing
Regular leg ping time
Ping every {{ bond.regular_leg_ping_time }} ms, down after {{ bond.regular_leg_fail_time }} ms
Failover leg ping time
Ping every {{ bond.failover_leg_ping_time }} ms, down after {{ bond.failover_leg_fail_time }} ms
Automatic reorder max hold
{% if not bond.automatic_reorder_max_hold %}
Reorder max hold
{{ bond.reorder_max_hold }} ms
{% endif %}
Packet loss detection
Flap detection
Leg MTU detection
Leg MTU detection time
{{ bond.leg_mtu_detection_time }} hour{{ bond.leg_mtu_detection_time|pluralize }}
Send jitter buffer
Debug

{% if not disable_tcp_proxy %}

TCP Proxy

Enable TCP proxy
{% if bond.bridge_enabled %}
Ports
{{ bond.bridge_ports }}
Concurrency
{{ bond.bridge_concurrency }}
Congestion control algorithm
{{ bond.get_bridge_congestion_control_algorithm_display }}
File descriptor limit
{{ bond.bridge_file_descriptor_limit }}
{% endif %}
{% endif %}