Hi everyone,
I am looking for some information on Orion NCM Policy Reporter related specifically on alerting users about configuration changes. We can already do this by comparing the last downloaded configuration to the running configuration and alerting users. What we want to do is take this to the next step and want to know if first if it is possible and second if it is how to implement it, i.e. an example.
What we would hope to do is notify users when a subset of the ACL changes not when there is any change in the ACL. So for example if a change is made in a specific VLAN ACL filter that only a subset of users are notified. When a change is made in a different VLAN ACL filter a different group is notified. So a simple example is the following:
Baseline Config
access-list 102 deny ip any any
Running Config
access-list 102 permit ip any any
Once the change is made to the running config we want a subset of users to be notified of the VLAN ACL change. Changes made to port speeds, descriptions, duplex, or changes made anywhere else unrelated to the particular ACL in question would be ignored.
Thanks for any help, much appreciated.
Jeremy