public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] snmp agent
@ 2009-03-31 18:33 Deroo Stijn
  0 siblings, 0 replies; only message in thread
From: Deroo Stijn @ 2009-03-31 18:33 UTC (permalink / raw)
  To: ecos-discuss

Hi,

I try to configure the snmp agent for eCOS and have following issue:

As long as I don't put a snmpd.conf file on the flash I can do snmp get requests with community public without problems. (see (3) below)

But if I put a snmpd.conf file on the flash, I receive a timeout when doing a snmp get request.  Even with a very simple snmpd.conf file it fails.  However, the snmpd.conf file is parsed well.  I tried with both version1 (see (1) below) as version3 (see (2) below) authentication, but both give the same behaviour.  Does someone know how to configure authentication with snmpd.conf?

KR,
Stijn.


(1)snmpd.conf file for version1:
-------------------------------
        rwcommunity stijn

$>snmpget -v 1 -c stijn 10.0.0.82 1.3.6.1.2.1.1.1.0
Timeout: No Response from 10.0.0.82.


(2)snmpd.conf file for version3:
-------------------------------
        createUser stijn MD5 "password"
        rwuser Stijn

$>snmpget -v 3 -l authNoPriv -u stijn -A "password" 10.0.0.82 1.3.6.1.2.1.1.1.0
Timeout: No Response from 10.0.0.82.


(3)without snmpd.conf file:
---------------------------
$>snmpget -v 1 -c public 10.0.0.82 1.3.6.1.2.1.1.1.0
SNMPv2-MIB::sysDescr.0 = STRING: ucd-snmp-4.1.2/Red Hat eCos

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-31 12:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-31 18:33 [ECOS] snmp agent Deroo Stijn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).