> Here are more details:
> If I will run `snmpwalk` from my Linux machine, I can definitely
> see the line:
> 
> "RFC1213-MIB::ifPhysAddress.2 = Hex-STRING: 00 90 73 00 02 F5"

Is that the same box as the agent is running on, or a different one?
It's worth checking you can see things from a "remote" system,
as well as the local one.


> It's also highly possible that snmputilg does not support 
> physical addresses (*shrugs*).

Seems unlikely, to be honest.
Such tools typically work with raw OIDs, and don't care about what
the values actually mean.

> Btw, what other FREE Win32 client tools that you guys use, in order 
> to get/set information to your net-snmp servers?

Well personally, I tend to use the Net-SNMP client applications
on all systems, including windows boxes.   (Not that I use windows
kit much).   But I'd be fairly surprised if this made a difference.
It's much more likely to be an access control problem.


> Also, here's my test conf, please feel free to send flames:
> 
> #---------------------------------------------------------------------
> #       sec.name  source          community
> com2sec local     172.0.0.1       public
> com2sec mynetwork 0.0.0.0/0       public

Is that a typo for "127.0.0.1" ?
Otherwise the access control stuff looks OK.

(I'd have used "default" rather than "0.0.0.0/0" but it
 probably works the same).



You don't need all three of the following:

> trapsink 127.0.0.1
> trap2sink 127.0.0.1
> informsink 127.0.0.1

since that will generate *three* copies of every trap you send,
but that's not relevant to this problem.


Another thought - are you *sure* that this is the snmpd.conf file
that's being read.   If you're running a pre-installed version
of the agent, then that will typically be looking in somewhere like
/etc/snmp/snmpd.conf rather than /usr/local/etc/snmp/snmpd.conf

Try deliberately putting an invalid token into the config file
and restarting the agent.  It should log an error.

Or stop the agent, and restart it using

        snmpd -f -Le -Dread_config

and check that it's reading things in correctly.

Dave



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
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

Reply via email to