{% extends 'generic/object_list.html' %} {% block tabs %} {% include 'netbox_librenms_plugin/inc/_mapping_tabs.html' with mapping_tab_active="devicetypemapping" %} {{ block.super }} {% endblock %} {% block content %}
Map LibreNMS hardware strings to NetBox device types. When importing devices from LibreNMS, these mappings are checked first before falling back to exact part number / model matching.
Example: Map "Juniper MX480 Internet Backbone Router" to device type "MX480"