Hey, you are right.  I started snmpd with:

/usr/sbin/snmpd -c /unisphere/srx3000/srx/snmpd.conf -D -d -DTOKEN -Le  -f
localhost:8159

I changed it to
/usr/sbin/snmpd -c /unisphere/srx3000/srx/snmpd.conf -D -d -DTOKEN -Le  -f
10.77.168.10:8159

Now it works. Thanks.

Now what should I do it to bind with

1) all the ipAddr  on this node
2) a range of ipAddr on this node:

Regards,

May



On 5/26/09, Dave Shield <[email protected]> wrote:
>
>     [ First - *please* don't mail me privately, without copying
>      any responses to the mailing list.  I don't have the time
>      or inclination to offer private, unpaid, SNMP consultancy.
>      Keep discussions to the list, where others can both learn
>      and offer advice.  Thanks.   ]
>
>
> 2009/5/21 May The Dog <[email protected]>:
>
> > For snmpget,
> >
> > if Agent is localhost:8159, it works
> > if Agent is 10.77.168.10:8159, it does not work.
>
>
> How is the agent being started?
> It might be set up to only listen on localhost.
> Try running "netstat -an | grep 8159'
>
> If there's an entry for   127.0.0.1:8159
>    then that will be the problem.
> Have a look at the scripts or configuration
> used to start the agent.
>
> If there's an entry for    *:8159
>    then the problem is something else.
> In which case we'll need some more information,
> such as the O/S you are running on, and the
> access configuration settings in the snmpd.conf file.
>
>
>
> > For Emanate, either one of them works. Any idea?
>
>
> My guess is that Emanate is being clever, and
> spotting that 10.77.168.10 is the address of a local
> interface, so is actually sending it to 'localhost'
> in both cases.
>
>
> Dave
>
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
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