21 Jan 2024 02:30 PM
I am trying to filter Cisco interfaces that are in the format of "Ethernet1/1 @"
I am trying to filter interfaces from vlans and the format of the interface names are :
Cisco network interface Ethernet1/1 @ FQDN of the network switch
There are some posts that suggest that a $or($contrains(Ethernet1/1 @),$contains(Ethernet1/2 @)) could work, but it doesn't. Does the filter handle the at sign character?
Solved! Go to Solution.
21 Jan 2024 04:02 PM
You have an extra “r” in the first contains. It should work.