Re: SNMP on 64bit platform

"Dave Shield" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
On 15/04/2008, Taymour A. El Erian <[email protected]> wrote:
>  I had to comment out the declaration of passwd (compilation error since it
> is defined in the function) and the patch worked and the output below, can
> you tell me what it means ?

I can *guess*.
Please remember that the SMUX code is effectively unsupported,
since this protocol has basically been superceded by AgentX.
(And there's no-one in the Net-SNMP team that really understands
the SMUX code any more!)


>  smux: [smux_auth_peer] Authorizing:
>       SNMPv2-SMI::enterprises.3317.1.3.1, password

This looks as if the SMUX subagent is trying to register
    .1.3.6.1.4.1.3317.1.3.1


>  smux: [smux_auth_peer] Checking OID:
>       SNMPv2-SMI::enterprises.674.10892.1 (0)
>  smux: [smux_auth_peer] Checking OID:
>       SNMPv2-SMI::enterprises.3317.1.3 (1)

This looks as if the SNMP master agent has "smux" configuration
entries for
    .1.3.6.1.4.1.674.10892.1
and
    .1.3.6.1.4.1.3317.1.3



>  refused smux peer: oid SNMPv2-SMI::enterprises.3317.1.3.1

There isn't a configuration entry that matches the OID being
registered, so the registration fails.
    (enterprises.3317.1.3  !=  enterprises.3317.1.3.1)

Try tweaking the snmpd.conf file to specify

    .1.3.6.1.4.1.3317.1.3.1

instead.

(But that's a complete guess - see above!)

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.