This rule is working fine and all ports are created with the description (e.g. “Interface GigabitEthernet0/0”, “Interface GigabitEthernet0/1”, …).
But, as soon as we add an additional condition (e.g. “Match interface description”), all the ports are then created by the index only (service/item name then is “Interface 01”, “Interface 02”, …)!
Thanks for your response! Just a question: what happens if you add a second condition? With only 1 condition, it’s also working fine here but as soon as we add a 2nd, it fails.
I’ve added some logging to interfaces.py to see what params are provided when the items are discovered and with only 1 condition the value of “item_appearance” is correct (“descr”) but when I add another condition, the value of “item_appearance” is always “index”…
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.