Re: Setting SNMP Agent version

2004-11-29 Thread Sridhar S
Thnaks for the inputs. By using the following lines in the snmpd.conf, I am able to restrict the access based on the SNMP version used com2sec public default public group public v2c public viewall included.1 access public "" v2cnoauth exact all noneno

Re: Setting SNMP Agent version

2004-11-26 Thread Users
On Wed, 24 Nov 2004 10:41:44 +0530 Sridhar wrote: SS> [...] forcing the SNMP agent to re-read the new configuraiton file [...]. SS> But I couldn't set the SNMP version to operate. I tried by setting SS> 'defVersion' token to 1 and v2c but no use. This token is only for the library and command lin

Setting SNMP Agent version

2004-11-24 Thread Sridhar S
Hello All, We are creating Web UI interface to configure the SNMP parameters. Once the user finishes the configuration we are generating a configuration file in Net-SNMP format and forcing the SNMP agent to re-read the new configuraiton file by sending the SIGHUP signal. This is working fine. But