Is it possible to do an inverse regex in a discovery filter? I have several interfaces that get pulled in that I don't want, e.g,
TenGigabitEthernet1/1/26--Uncontrolled
TenGigabitEthernet1/1/26--Controlled
unrouted VLAN 232
Do you know of a way to just filter out Uncontrolled, Controlled, and VLAN? I have tried ^((?!VLAN).)*$ but that wipes everything out.
TenGigabitEthernet1/1/26--Uncontrolled
TenGigabitEthernet1/1/26--Controlled
unrouted VLAN 232
Do you know of a way to just filter out Uncontrolled, Controlled, and VLAN? I have tried ^((?!VLAN).)*$ but that wipes everything out.
Comment