Hi
I try to auto add those intefaces with regex & I get only the last 2
GigabitEthernet0/0/1 · Connection to Core-PL
GigabitEthernet0/1/0 · Trunk port - Native VLAN 331 - AP
GigabitEthernet0/1/7 · Trunk port - Trunk between routers
Any one know why?
Regex is matching the word and looks like its working as per the condition provided by you:
1. regex is trying to search for word "AP" and hence its picking up the below interface
2. regex is trying to search for word "routers" and hence its picking up the below interface
3. regex is trying to search for word "PL" but then that isn't the case here, Interface alias name has word "Core-PL" not "PL" that's the reason it is not considering the below interface in discovery
Change your regex accordingly for it to work, hope it helps.
@vinay.by
Thanks still not working ...
The Interface still missing...can I add %Core-PL% ?
Find the problem ....
@vinay.by Thanks
The type was on Trunk or Access I just add also unknow