Is it possible to set up a policy report that will alert on the presence of nonstandard variations of Cisco IOS commands that can have multiple permutations of the same command on different lines? For example:
Require:
username bob
but alert if:
username bob
username [not bob]
or
Require:
ntp server 1.1.1.1
but alert if:
ntp server 1.1.1.1
ntp server [not 1.1.1.1]
This seems like a basic requirement, but I couldn't find anything about it in the forums, and I haven't figured out a way to do it.