Unsolved
This post is more than 5 years old
19 Posts
0
2392
May 26th, 2010 02:00
Setting Default Community String in IP/APM Options
Hi,
The default community String in the IP/APM is "public". Is there any
way by which we can change this to a different value?
Thanks in anticipation
With Warm Regards,
Gopal
No Events found!
bkuhhirte
52 Posts
0
May 27th, 2010 04:00
There is an attribute in the ICF_TopologyManager class:
/// The default SNMP read community string.
attribute string defaultReadCommunity
= "public";
Setting that to something other than "public" either through DMCTL or through discovery.conf would do the trick.
--Bill