{% extends "base.html" %} {% comment %}© 2012, Multapplied Networks, Inc.{% endcomment %} {% block title %}Dashboard {{ block.super }}{% endblock %} {% block breadcrumb %}{% endblock %} {% block content %}

Leg Growth

Loading data

Bond Growth

Loading data

Downtime Prevented

{% verbatim %}
Last week
{% endverbatim %}
Loading data
Data not yet available
{% verbatim %} {{ downtime_prevented.week.duration | human_readable_time }}
{{ downtime_prevented.week.count }} {% endverbatim %}
{% verbatim %}
Last month
{% endverbatim %}
Loading data
Data not yet available
{% verbatim %} {{ downtime_prevented.month.duration | human_readable_time }}
{{ downtime_prevented.month.count }} {% endverbatim %}

Bonds

{% include "bacore/bonds/list_partials/_bonds_list.html" %}

Leg Status Legend

  • Up
  • Down
  • Testing
  • Idle/Unknown
  • Failover, up
  • Offline
  • Link is establishing the encrypted session.
  • Link has had its speed reduced automatically.
  • Link is in use but has high latency, packet loss, or is flapping.
  • Link is removed from bond due to packet loss or is flapping.

Options Legend

  • Aggregator failover
  • Quality of Service
  • Compression
  • HMAC authentication
  • Encryption
  • TCP proxy
{% endblock %}