Re: How to configure access control info in snmpd.conf file

2005-02-15 Thread Sridhar S
Chenna, Following is an example for configuring access control for SNMPv2c requests. com2sec rwsecnamedefault public group rwgroupname v2c rwsecname viewrwviewname included.1 viewnoneexcluded.1 access rwgroupname "" v2c noauth exact rwviewname rwviewname non

Re: How to configure access control info in snmpd.conf file

2005-02-15 Thread Robert Story
On Tue, 15 Feb 2005 03:03:39 -0800 Chenna wrote: C>Im using Net-SNMP 5.1.2. While starting the agent using C> "/usr/local/sbin/snmpd -Lf log.txt" it is writing the following error C> message in the log file. C> C> Warnging : No access control information configured. C>It's unlike the agent

Re: How to configure access control info in snmpd.conf file

2005-02-15 Thread Sridhar S
Chenna, After you run "snmpconfig -g basic_setup" command look for the file "snmpd.conf" in the local directory. Copy it to /tmp (for example) and restart your 'snmpd' as '/usr/local/sbin/snmpd -C -c /tmp/snmpd.conf -f' (-f for foreground running). Go through the man page of snmpconf for more in

How to configure access control info in snmpd.conf file

2005-02-15 Thread Chenna
HI all, Im using Net-SNMP 5.1.2. While starting the agent using "/usr/local/sbin/snmpd -Lf log.txt" it is writing the following error message in the log file. --- log.txt Warngi