I have a host with using the template Template Module Interfaces SNMPv2
This template has 15 Macros filters. One of them is: {$NET.IF.IFALIAS.MATCHES}
I am using this macro to filter only interfaces that I want by specifying: @My_Regex
@My_Regex is configured as: Administration > General > Regular Expressions as: ^LAN$
When the discovery runs, it discovers no the interfaces. If I remove the regular expression it discovers ALL interfaces
I have tried to use the regex expression directly into the macro filter without pointing to @My_Regex: (^.*LAN.*$)
It stil doesn't work.
What am I missing here?
This template has 15 Macros filters. One of them is: {$NET.IF.IFALIAS.MATCHES}
I am using this macro to filter only interfaces that I want by specifying: @My_Regex
@My_Regex is configured as: Administration > General > Regular Expressions as: ^LAN$
When the discovery runs, it discovers no the interfaces. If I remove the regular expression it discovers ALL interfaces
I have tried to use the regex expression directly into the macro filter without pointing to @My_Regex: (^.*LAN.*$)
It stil doesn't work.
What am I missing here?
Comment