RE: snmpd - configuration

2009-05-19 Thread McKie, Tod
Try using the actual hostname rather than localhost. 


**...@aixdev20 $ /opt/net-snmp/bin/snmpwalk -v2c -c *** localhost
system.sysDescr.0
Timeout: No Response from localhost
[/]
**...@aixdev20 $ /opt/net-snmp/bin/snmpwalk -v2c -c *** aixdev20
system.sysDescr.0 
SNMPv2-MIB::sysDescr.0 = STRING: AIX aixdev20 3 5 00C**C00 

-Original Message-
From: pch0317 [mailto:pch0...@gmail.com] 
Sent: Monday, May 18, 2009 3:43 PM
To: net-snmp-users@lists.sourceforge.net
Subject: Re: snmpd - configuration

Yes, I mean localhost.


In /var/net-snmp/snmpd.conf I have got:


setserialno 167691539
##
#
# snmpNotifyFilterTable persistent data
#
##

##
#
# ifXTable persistent data
#
ifXTable .1 14:0 18:0x $
ifXTable .2 14:0 18:0x $
ifXTable .3 14:0 18:0x $
ifXTable .4 14:0 18:0x $
ifXTable .5 14:0 18:0x $
##

engineBoots 3
oldEngineID 0x80001f88804ce7100dcbdd8a49



2009/5/18 pch0317 pch0...@gmail.com:

  I have install net-snmp but I can't configure snmpd.
 
  when I type snmpget -c public localhos system.sysDescr.0
   

I hope you mean localhost not localhos !


  I can see:
  Timeout: No Response from localhost
 
  What I can do?
   

Telling us what you've got in your snmpd.conf file might be a good
start.

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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

IMPORTANT:  E-mail sent through the Internet is not secure. Legg Mason 
therefore recommends that you do not send any confidential or sensitive 
information to us via electronic mail, including social security numbers, 
account numbers, or personal identification numbers. Delivery, and or timely 
delivery of Internet mail is not guaranteed. Legg Mason therefore recommends 
that you do not send time sensitive 
or action-oriented messages to us via electronic mail.

This message is intended for the addressee only and may contain privileged or 
confidential information. Unless you are the intended recipient, you may not 
use, copy or disclose to anyone any information contained in this message. If 
you have received this message in error, please notify the author by replying 
to this message and then kindly delete the message. Thank you.

--
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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: snmpd - configuration

2009-05-19 Thread pch0317
I haven't got any other snmpd.conf (I use: find / -name snmpd.conf)
In /usr/local/share/snmp I only have:
mib2c.access_functions.conf mib2c.array-user.conf mib2c.check_values.conf
mib2c.check_values_local.conf mib2c.column_defines.conf 
mib2c.column_enums.conf mib2c.column_storage.conf
mib2c.conf mib2c.container.conf mib2c.create-dataset.conf
mib2c-data mib2c.genhtml.conf mib2c.int_watch.conf
mib2c.iterate_access.conf mib2c.iterate.conf mib2c.mfd.conf
mib2c.notify.conf mib2c.old-api.conf mib2c.perl.conf mib2c.scalar.conf
mib2c.table_data.conf mibs snmpconf-data snmp_perl_trapd.pl


I type hostname instead localhost but it make this same result.


Dave Shield wrote:
 2009/5/18 pch0317 pch0...@gmail.com:
   
 In /var/net-snmp/snmpd.conf
 

 No - not that file - that's essentially private to the agent.
 You need another snmpd.conf file - probably in either
 /etc/snmp (if the agent is vendor-supplied) or
 /usr/local/share/snmp  (if you compiled it yourself).

 Please see the FAQ entries about access control.
 These discuss exactly the problems you are seeing.

 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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


RE: snmpd - configuration

2009-05-19 Thread Mike Ayers
 From: pch0317 [mailto:pch0...@gmail.com] 
 Sent: Tuesday, May 19, 2009 9:43 AM

 I haven't got any other snmpd.conf (I use: find / -name snmpd.conf)

That's your problem, then.  You need to configure the agent.  Then you 
need to start it.  Apparently your distributioon does not run out of the box.

 Dave Shield wrote:
  2009/5/18 pch0317 pch0...@gmail.com:

  In /var/net-snmp/snmpd.conf
  
 
  No - not that file - that's essentially private to the agent.
  You need another snmpd.conf file - probably in either
  /etc/snmp (if the agent is vendor-supplied) or
  /usr/local/share/snmp  (if you compiled it yourself).
 
  Please see the FAQ entries about access control.
  These discuss exactly the problems you are seeing.


HTH,

Mike

--
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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: snmpd - configuration

2009-05-18 Thread Dave Shield
2009/5/18 pch0317 pch0...@gmail.com:
 I have install net-snmp but I can't configure snmpd.

 when I type snmpget -c public localhos system.sysDescr.0

I hope you mean localhost not localhos !

 I can see:
 Timeout: No Response from localhost

 What I can do?

Telling us what you've got in your snmpd.conf file might
be a good start.

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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: snmpd - configuration

2009-05-18 Thread pch0317
Yes, I mean localhost.


In /var/net-snmp/snmpd.conf I have got:


setserialno 167691539
##
#
# snmpNotifyFilterTable persistent data
#
##

##
#
# ifXTable persistent data
#
ifXTable .1 14:0 18:0x $
ifXTable .2 14:0 18:0x $
ifXTable .3 14:0 18:0x $
ifXTable .4 14:0 18:0x $
ifXTable .5 14:0 18:0x $
##

engineBoots 3
oldEngineID 0x80001f88804ce7100dcbdd8a49



2009/5/18 pch0317 pch0...@gmail.com:

  I have install net-snmp but I can't configure snmpd.
 
  when I type snmpget -c public localhos system.sysDescr.0
   

I hope you mean localhost not localhos !


  I can see:
  Timeout: No Response from localhost
 
  What I can do?
   

Telling us what you've got in your snmpd.conf file might
be a good start.

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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: snmpd - configuration

2009-05-18 Thread Dave Shield
2009/5/18 pch0317 pch0...@gmail.com:
 In /var/net-snmp/snmpd.conf

No - not that file - that's essentially private to the agent.
You need another snmpd.conf file - probably in either
/etc/snmp (if the agent is vendor-supplied) or
/usr/local/share/snmp  (if you compiled it yourself).

Please see the FAQ entries about access control.
These discuss exactly the problems you are seeing.

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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users