{% extends "admin/base_site.html" %}
  • {% block title %}6MoN Macfind - {{ block.super }}{% endblock %} {% block content %}
    {% if uid %}

    MacFind

    MacFind finds the switch physical interface that is closest to a given MAC address
    Number of entries corresponds to the number of MAC addresses learned on the specific interface. A lower value implies that the searched MAC address has a higher probability of being close to the corresponding switch interface.

    results for {{ searchedMac }}

    IP Interface name Number of entries StatusDescription
    {% endif %}
    {% endblock %}