Greetings,
I am trying to right a policy for NCM that will do the following:
check all interfaces to see if they have dot1x applied
I came up with the following, but my knowledge of regex is very limited
(interface)|dot1x
It does not seem to return the correct data
is their a way to accomplish this? In short, check all interfaces of certain switches (cisco) if the interface does not have dot1x configured on it, send back a report as to which port it is
thanks in advance