2 years ago
Can I group devices based on interface alias?
Our organization tags WAN interfaces with the name and circuit ID of the provider. I’m looking to see if I can use this information to create dynamic groups of WAN devices based on provider cloud.
Drilling into a relevant device, I can find the the following property/value:
auto.interface.alias - ATT-ASE..DJWU.829478..LB (actual circuit ID obfuscated for obvious reasons)
My initial reaction was to just do something along these lines:
contains(auto.interface.alias,”ATT-ASE..DJWU.829478..LB”)
This obviously doesn’t work. I don’t necessarily know why, perhaps the property is too deep into the device, etc. Long story short, is there any way to accomplish what I’m trying to do? Relatively new to the product and not having luck so far…
Thanks