I am new to NCM and am trying to create rules for my baseline policy report. I am stuck on an item that i hope someone can help with. We use an access list on our switches to allow management devices access. I need to find out which configs have the correct entries and if there are extra entries that need to be cleaned up.
For example I need to search a config to verify that the following entries exist
access-list 5 permit 10.x.x.1
access-list 5 permit 10.x.x.2
access-list 5 permit 10.x.x.3
I also need to find out if any other entries exist for the access list. So if there are any other access-list 5 permit entries I would like to know about them so I can remove them..
Is this possible? If so, can someone provide the rule so I can get it created? Thanks