New to NCM
Trying to craft a rule to help identify switch ports that do not have 802.1x configured.
I can't seem to get the logic right.
I am doing a 'String does not exist' and block mode
regex - interface (.*)
string - switchport mode access
string -dot1e pae authenticator
The logic should be for each interface that if the interface is an access port does it contain the dot1e pae authenticator string
It seems to be including trunk ports
Kind of need an if statement