When using command line like
ccnfcmda -cmd setparametervalue -ps /itrm/manager/engine -pn MAC_filter -v "00:00:00:00:00:00;00:00:00:00:00:00:00:E0;00:50:56:C0:00:01;00:50:56:C0:00:08"
in order to set a new value for parameter MAC_filter, error CCNF_ACCESS_DENIED appears
<Please see attached file for image>
The parameter /itrm/manager/engine/MAC_filter is centrally managed so it could be only updated using a configuration policy.
In output of comstore generated with command like "dsmdiag -c comstore.txt" we could see this :
<Please see attached file for image>
MAC_filter has entity="Manager" so it is centrally managed.
But in Default Computer Policy there is no parameter MAC_filter displayed under DSM/Manager/Engines
<Please see attached file for image>
So how to update parameter MAC_filter ?
Parameter MAC_filter could be added in Default Computer Policy by executing following command :
ccnfregdb -f "C:\Program Files (x86)\CA\DSM\Manager\CCNF\EngineTrust.xml"
<Please see attached file for image>