Re: SNMPD ended up in an endless loop processing GETNEXT
"Dave Shield" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
On 17/07/07, Raymond Pau <[email protected]> wrote: > rwcommunity p > rocommunity p Please do not include both "rwcommunity" and "rocommunity" directives with the same community string. Granting "read-write" access includes read, so granting "read-only" as well is unncessary. And it's unclear whether this allows SET requests or not. If you want to allow SET requests, then use rwcommunity p If you do not want to allow SET requests, then use rocommunity p But don't use both. > # ./snmpd -f -Le > Encryption support not enabled. > /usr/local/etc/snmp/snmpd.conf: line 1: Warning: Unknown token: rwcommunity. > /usr/local/etc/snmp/snmpd.conf: line 2: Warning: Unknown token: rocommunity. That's why you can't query the agent. It's not picking up the access control settings. How was this agent originally compiled? It looks as if it was stripped down to less than the bare minimum. I'd say that it's probably not useable in this configuration. I suspect you will need to re-compile it. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users