NAC - table of smartmanager_conf of CAM CLI... Where and how?

I want to set the OobSnmpErrorLimit, OobSnmpRecoverInterval and OobDiscoveredClientCleanup as described in notes 4.5 version.

http://www.Cisco.com/en/us/docs/security/NAC/appliance/Release_notes/45/45rn.html

Does anyone have a step by step on exactly how to proceed?

"You can set this option by using the following parameters in the smartmanager_conf from the cam table.

CLI.

"To activate these processes, set".

OobDiscoveredClientCleanup to yes in the smartmanager_conf of the CLI CAM table. »

Thanks in advance...

SSH to the Manager

"

[[email protected] / * / ~] # psql h 127.0.0.1 - U postgres controlsmartdb

controlsmartdb = # select * from smartmanager_conf where prop_name = "OobDiscoveredClientCleanup";

PROP_NAME | prop_value

-----------+------------

(0 rows)

"

to add this value

insert into smartmanager_conf (prop_name, prop_value) values ('OobDiscoveredClientCleanup', 'yes');

to check, run again the select

Select * from smartmanager_conf where prop_name = "OobDiscoveredClientCleanup";

to stop smoking

\Q

Tags: Cisco Security

Similar Questions

Maybe you are looking for