Folks,
When I startup snmptrapd using this command:
"snmptrapd -f -Le"
the following error is displayed on standard output
"No access configuration - dropping trap."
Can anyone tell me why snmptrapd is dropping the trap? And how to add access
configuration?
T
Folks,
When I startup snmptrapd using this command:
"snmptrapd -f -Le"
the following error is displayed on standard output
"No access configuration - dropping trap."
Can anyone tell me why snmptrapd is dropping the trap? And how to add access
configuration?
How do I get past this?
tar -xvf net-snmp-5.3.0.1.tar
x
net-snmp-5.3.0.1/agent/mibgroup/snmp-notification-mib/snmpNotifyFilterTable/
snmpNotifyFilterTable.h, 19640 bytes, 39 tape blocks
tar: directory checksum error
[EMAIL PROTECTED]:~/net_snmp:
I tried adding the "i": option to tar. It igno
I am not able to run the the first demo C program given on the website. I want to use localhost as both receiver and sender. I am getting this error:./snmpdemoappsnmpget: Unknown user name:Which username i should set? i used root. Am I supposed to run any program before running these programs.
On 4
Hi all,
I've dug into this for 2 days and can't find a thing
on anyone having this issue nor can I duplicate the errors,
even calling every OID in UCD-SNMP-MIB to try and trigger the
errors. Any ideas?
> Hi,
> I'm getting a lot of these errors on newly installed
> systems running s
I have been attemting to resolve this problem for a while.
I am running netsnmp 5.0.9
When I execute a series of snmpget command to a table,
snmpget -v2c opcs0a -c public enterprises.103.1.9.2.5.1.1.11
snmpget -v2c opcs0a -c public enterprises.103.1.9.2.5.1.1.10
I receive the proper data respon
Title: Re: snmpset is failing on usmDHParameters.0 OID
Wes,
Thanks for the reply.
I am trying to set value to this
scalar oid but it is failing. I tried to do snmpset with same default value
which is assigned for this OID is also failing.
Can we do snmpset on this OID with any
value
Title: snmpTargetAddrTable inconsistent values
Hi,
Please help in the following problem, If you have any idea.
Mahesh
From: Mahesh Anasuri (WT01 - Broadband
Networks)Sent: Fri 3/24/2006 4:20 PMTo:
Net-snmp-users@lists.sourceforge.netSubject: snmpTargetAddrTable
inconsistent values
> On Tue, 4 Apr 2006 14:01:47 +0200, nik600 <[EMAIL PROTECTED]> said:
nik> can you help me please? thanks
Please see the tutorial on how to write SNMP apps:
http://www.net-snmp.org/tutorial/tutorial-5/toolkit/
--
Wes Hardaker
Sparta, Inc.
-
> On Tue, 4 Apr 2006 09:39:13 -0400, "Palmadesso, Jack IT743" <[EMAIL
> PROTECTED]> said:
Jack> What I would like to know if there is an easy way to compile in
Jack> the Nagios MIBs into the net-snmp package similar to the way I
Jack> was able to compile in the DISMAN MIBs like I did bel
> On Wed, 5 Apr 2006 19:25:10 +0530, "Puru Govind" <[EMAIL PROTECTED]> said:
Puru> Ok...But do I have to create a agent at localhost?
Yes, if you want to query the localhost you need to run an agent on
it. If you want to send requests from the localhost then you should
be using a network add
> On Tue, 04 Apr 2006 13:22:29 +0200, Vincent Aaron <[EMAIL PROTECTED]>
> said:
Vincent> I have a few workstations on Linux ( RHEL 3.0 and 4.0, SLES
Vincent> 9, Debian ). I would like to get access to DMI information
Vincent> using Net-SNMP. I able for the moment to use dmidecode
Vincent
> On Tue, 4 Apr 2006 11:24:31 -0500, <[EMAIL PROTECTED]> said:
cherrero> 1. I've defined my own traps in one private MIB but I don't
cherrero> understand how to use the SNMP-NOTIFICATION-MIB. Should I
cherrero> register my traps in this MIB ?
no, that mib actually registers destinations to w
> On Tue, 4 Apr 2006 10:46:02 +0100, <[EMAIL PROTECTED]> said:
lee> I have the following in my snmpd.conf file:
lee> createUser quadrics MD5 my_passord DES
lee> rwuser quadrics
lee> rwcommunity public default .1
lee> I'm just want the simplest v3 settings possible at the moment -
lee> so I
> On Wed, 5 Apr 2006 18:04:56 +0530, <[EMAIL PROTECTED]> said:
raghavendra> 1) linux-host1- (ip= 192.168.31.125)
raghavendra> createUser myuser MD5 "mypassword" DES mypassword
raghavendra> rwuser myser
that looks good.
raghavendra> 2) linux-host2- (ip= 192.168.31.199)
raghavendra>
> On Wed, 5 Apr 2006 19:45:44 +0530, <[EMAIL PROTECTED]> said:
kanakamahesh> Any one has similar problem and solution.
I'm not sure what you're doing, but I will say that the snmpusm
command that comes with the 5.3.0.1 version works with this MIB and
thus you might either use it to do DH key
Hi
All,
I am using
net-snmp-5.3.0.1.
I have to support
proxy-agent. My setup goes as below:
1) linux-host1-
(ip= 192.168.31.125)
(a) It has
/usr/local/share/snmp/snmpd.conf which contains only one
line
rwuser myser
(b) It has /var/net-snmp/snmpd.conf which cont
Title: RE: snmpset is failing on usmDHParameters.0 OID
Hi All,
Any one has similar problem and
solution.
Thanks alot for the information and
help.
Mahesh
From: Mahesh Anasuri (WT01 - Broadband
Networks)Sent: Mon 3/6/2006 6:00 PMTo: Dave
ShieldCc: net-snmp-users@lists.sourceforg
Ok...But do I have to create a agent at localhost?On 4/5/06, Thomas Anders <[EMAIL PROTECTED]
> wrote:Puru Govind wrote:> Thanks for the previous reply.> Can you help me more? I want to create a simple SNMP application which
> will monitor just one object. how should i go about it. I have installed
HelloCant we run our snmp programs on localhost? If there is a way please lemme know.RegardsPuru-- --Computer Engineering Undergraduate(final year)Dept of Computer Science and Engineering
Vellore Institute of Technology
Puru Govind wrote:
Cant we run our snmp programs on localhost? If there is a way please
lemme know.
Sure. Just run the agent as "snmpd ... localhost" and the client tools
as e.g. "snmpget ... localhost ...".
+Thomas
--
Thomas Anders (thomas.anders at blue-cable.de)
--
Hi
All,
I am using
net-snmp-5.3.0.1.
I have to support
proxy-agent. My setup goes as below:
1) linux-host1-
(ip= 192.168.31.125)
(a) It has
/usr/local/share/snmp/snmpd.conf which contains only one
line
rwuser myser
(b) It has /var/net-snmp/snmpd.conf which cont
Hi
All,
I am using
net-snmp-5.3.0.1.
I have to support
proxy-agent. My setup goes as below:
1) linux-host1-
(ip= 192.168.31.125)
(a) It has
/usr/local/share/snmp/snmpd.conf which contains only one
line
rwuser myser
(b) It has /var/net-snmp/snmpd.conf which cont
I can't Set Table VariablesMy command is:snmpwalk -v 2c -c private localhost .1.3.6.1.2.1.4.21.1.7The result is:
RFC1213-MIB::ipRouteNextHop.0.0.0.0=IpAddress: 192.168.101.12RFC1213-MIB::ipRouteNextHop.169.254.0.0=IpAddress: 0.0.0.0RFC1213-MIB::ipRouteNextHop.192.168.101.0=IpAdress: 0.0.0.0but whe
24 matches
Mail list logo