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

Inventory Ignore Rules

Configurable rules to skip ENTITY-MIB entries during module sync. Some vendors (e.g. Cisco IOS-XR) report EEPROM/IDPROM chips as child entities with the same model name and serial as their parent hardware. These phantom entries would appear as duplicate modules in the sync UI.

Each rule matches an entity using one of the following strategies:

When Require Serial Match is enabled (for name-based rules), the entry is only skipped if its serial number also matches the parent entity — providing a safety net against accidentally hiding legitimate modules.

Example — Cisco IOS-XR IDPROM entries:
Match type: ends_with, Pattern: IDPROM, Require serial match: Yes
Skips entries like Optics0/0/0/0-IDPROM, 0/FT0-FT IDPROM, Rack 0-Chassis IDPROM.

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