Sukwoo Kang wrote:
> I would like to know if there is any way to build my (custom) subagent
> binary which works well on different operating systems (e.g., Redhat EL4,
> EL5, Suse9, 10), each of which has different net-snmp versions and
> configuration options.
Pick the "oldest" one among the plat
Malladi, Sasikanth wrote:
> I'm not sure why make is attempting to build the perl subsystems as I'm
> not interested in having perl support. This is reflected in my
> 'configure'.
>
> ./configure --without-root-access --with-default-snmp-version=3
> --enable-mfd-rewrites --with-mib-modules=ucd-snm
Hi,
I'm trying to work out what I've done wrong here, but it all seems a
frankly bizarre at the moment.
I use snmpget to try and get the value of a CISCO-PROCESS-MIB object:
-bash-3.00$ snmpget -c public -v 1 -m all xxx.xxx.xxx.xxx
CISCO-PROCESS-MIB::cpmCPUTotal5secRev.9
CISCO-PROCESS-MIB::cpmC
Hello all,
I would like to know if there is any way to build my (custom) subagent
binary which works well on different operating systems (e.g., Redhat EL4,
EL5, Suse9, 10), each of which has different net-snmp versions and
configuration options.
There is a problem when I build my subagent on one
All, I've run configure successfully and then attempted to build the
package from source.
I'm on Solaris 8, using gcc.
I'm not sure why make is attempting to build the perl subsystems as I'm
not interested in having perl support. This is reflected in my
'configure'.
The exact failure is: "/usr/u
It worked for me as well. I was a little thrown off by the errors in
config.log and thought that something was wrong. A closer look revealed
that this was just a part of the configure process.
All the Makefiles were generated successfully and make also ran fine.
-Original Message-
From: T
Malladi, Sasikanth wrote:
> All, has anyone tweaked the 'configure' script to suit Solaris 8 for
> system dependent information?
> If yes, could you publish this file (or mail it to me) so that I can
> further customize it for my environment?
> My configure (the downloaded one) script is throwing
All, has anyone tweaked the 'configure' script to suit Solaris 8 for
system dependent information?
If yes, could you publish this file (or mail it to me) so that I can
further customize it for my environment?
My configure (the downloaded one) script is throwing out some errors and
attempting to de
On 28/03/07, Naylor, Mark <[EMAIL PROTECTED]> wrote:
> I have a snmptrapd.conf file as written at the end of this email.
> I can send snmpv3 traps no problem
> However, I would like to send traps with contexts!!
> But what do I need to write in snmptrapd.conf!! I have tried using
> authAccess
On 30/03/07, Ward, Martin <[EMAIL PROTECTED]> wrote:
> monitor -r 30 -o sysName.0 -o laNames -o laErrMessage
> "laTable" laErrorFlag != 0
> If I take the sysName bit out...
> It works OK.
That makes sense.
This is a wildcarded monitor entry, so it will match any
row where laErrorFlag.X
On 30/03/07, Pilt <[EMAIL PROTECTED]> wrote:
> is it possible to append interfaces to ifTable without modifying the standard
> code?
I don't think so, no.
You'ld almost certainly have to tweak the routines in 'data_access',
in order to load the information about your extra interfaces.
Robert's t
[EMAIL PROTECTED] wrote:
> I am facing problem in running the snmptrapd service.
> when i am checking the status of snmptrapd after starting the service,
> its saying snmptrapd dead but pid file exists
Please run it in the foreground ("snmptrapd -f -Le ...") to find out why
it aborts.
+Thomas
Hi All, I'm trying to compile the net-snmp packages for my solaris 8 box
and am running into multiple issues.
Here's my errors from config.log:
===
configure:4110: sparc-sun-solaris2.8-gcc -c -g -O2
-I/usr/local/ssl/include
On 29/03/07, Santosh Pradhan <[EMAIL PROTECTED]> wrote:
> could you please let me know where i can get the beecrypt-devel bundle for
> the RHEL3 ?
It should be on your RHEL CDs or DVD.
This is part of the standard RedHat distribution.
(It's simply not installed by default).
Dave
On 29/03/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Is there any RMON support by net-snmp?
Please see the FAQ entry:
Does the agent support the RMON-MIB?
http://www.net-snmp.org/wiki/index.php/FAQ:Agent_37
Dave
---
On 28/03/07, Joao Miguel Ferreira <[EMAIL PROTECTED]> wrote:
> Lets say:
>
> a) a network management station A has configured (SNMP-NOTIFICATION-MIB)
> it self _not_to_ receive certain traps/notifications; and
>
> b) another management station B has configured it self _to_ receive
> those traps.
>
On 28/03/07, Joao Miguel Ferreira <[EMAIL PROTECTED]> wrote:
> Is there a problem if my AgentX sub-agent application does not run as a
> daemon
>
> I intend to do this:
>
> a) application starts
> b) application registers as a sub-agent
> c) application asks agent top send one or more traps
> d
Hi Premjit,
Looks like the hostname test.net-snmp.org is not getting resolved
or you are using incorrect hostname.
Can you try using the hostname / IP address of the box where your SNMP
agent is running ?
Thanks,
Sagar.
On Thu, 2007-03-29 at 14:29 +0530, Premjitsinh N Thakur wrote:
>
>
Hello,
When I run tkmib I get :
laptop:~# tkmib -c /usr/local/share/snmp/mibs/EADS-MIB.txt
setting opts
Tcl_GetStringFromObj @ 535 not utf8
SV = PV(0x86a934c) at 0x8695e68
REFCNT = 1
FLAGS = (POK,pPOK,UTF8)
PV = 0x869d4a8 "font \"[EMAIL PROTECTED] -1\" doesn't exist"\0 [UTF8 "font
"[EMAIL PROT
Hi all,
I am new user of net-snmp package.
I am facing problem while exicuting basic commands mentioned in the
net-snmp tutorial section.
e.g.
C:\>snmptranslate .1.3.6.1.2.1.1.3.0
DISMAN-EVENT-MIB::sysUpTimeInstance
This is working fine but the command below failed
C:\>snmpget -c demopublic
I am facing problem in running the snmptrapd service.
when i am checking the status of snmptrapd after starting the service,
its saying snmptrapd dead but pid file exists
Deepa
-
Take Surveys. Earn Cash. Influence the Future
I have a system that uses NET-SNMP and I cannot create a read or write
string with the special characters #$%^&.
Does NET-SNMP not allow special characters to be used? If so, what is the
reason?
thanks
Jim
-
Take Surveys.
Hi Thomas,
Thanks for the answer, I am working in net-snmp-5.4.
BR.
Augusto Salazar.
- Original Message -
From: "Thomas Anders" <[EMAIL PROTECTED]>
To: "Augusto Salazar" <[EMAIL PROTECTED]>
Cc:
Sent: Monday, April 02, 2007 2:45 PM
Subject: Re: Mib2c with mib2c.mfd.conf
> Augusto Sal
23 matches
Mail list logo