{% extends 'generic/object_list.html' %} {% block content %}

Device Type Mapping

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"

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