{% extends 'generic/object_list.html' %} {% block tabs %} {% include 'netbox_librenms_plugin/inc/_mapping_tabs.html' with mapping_tab_active="interfacetypemapping" %} {{ block.super }} {% endblock %} {% block content %}

Interface Type Mapping

This section allows you to map LibreNMS interface types to NetBox interface types. When synchronizing interfaces from LibreNMS, these mappings will be used to ensure correct interface type assignment in NetBox.

Example: Map LibreNMS type "ethernetCsmacd" to NetBox type "1000base-t"

{{ block.super }} {% endblock %} {% block bulk_buttons %} {{ block.super }} {% endblock %}