multi-destination trap send .

2007-05-28 Thread feebright
Hello,All! I want to send trap to multi destination.And i config the snmpd.conf as: trap2sink xx.xx.xx.xx public trap2sink yy.yy.yy.yy public And i successful! But i think this is not a good ways and want to kown there is some ways better. thanks ! Regards feebright [EMAIL PROTECT

Re: Doubts about hrProcessorLoad

2007-05-28 Thread Dave Shield
On 28/05/07, Ricardo Marx <[EMAIL PROTECTED]> wrote: > On Host-resource-mib from net-snmp 5.4a there are two entries in > "hrProcessorLoad" object: > > hrProcessorLoad.768 and hrProcessorLoad.769. I guess that the first one is > about the processor load over the last minute. And the second one? Yo

Doubts about hrProcessorLoad

2007-05-28 Thread Ricardo Marx
Hi people, On Host-resource-mib from net-snmp 5.4a there are two entries in "hrProcessorLoad" object: hrProcessorLoad.768 and hrProcessorLoad.769. I guess that the first one is about the processor load over the last minute. And the second one? -- Many thanks Ricardo ---

Re: Re: Monitoring Ports & IPaddress

2007-05-28 Thread Noah Gift
If the router isn't a Cisco router then all you have to do is walk the .iso tree and get everything you can get from the command line. From there you might be able to determine if there is something useful. From the client side the MIB only translates OID to a meaningful namenot having a MIB

Re: Re: Monitoring Ports & IPaddress

2007-05-28 Thread Peeyush Bishnoi
I tried to get the IP Address & Port number as per illustrated in Web Document but i have not got any success as router don't have such MIB. So can you please suggest me some alternative to get this information. --- Peeyush Bishnoi On Thu, 24 May 2007 Noah Gift wrote : >http://www.cisco.com/e

Re: snmpd.log output

2007-05-28 Thread Dave Shield
On 28/05/07, Daniel Coelho <[EMAIL PROTECTED]> wrote: > this is the snmpd.log file I get when I start the snmpd service. > Can you please explain this output? This is the agent sending three notifications to a trap receiver. One is an SNMPv1 trap ("trapsink"), one is an SNMPv2c trap ("trap2sink")

snmpd.log output

2007-05-28 Thread Daniel Coelho
And know this? Anyone, please? Daniel Coelho Sending 1 bytes to callback: 3 on fd 9 2007-05-28 16:33:49 : 78x 2007-05-28 16:33:49 2007-05-28 16:33:49 Received 1 bytes from callback: 1 on fd 4 2007-05-28 16:33:49 : 00

snmpd.log output

2007-05-28 Thread Daniel Coelho
Hi, this is the snmpd.log file I get when I start the snmpd service. Can you please explain this output? And what is the meanning of this snmpd: send_trap: Timeout? Thank you for your time Daniel Coelho 2007-05-28 16:32:49 Sending 44 bytes to 127.0.0.1 2007-05-28 16:32:49 : 30 2A 02 01 00

error while loading shared libraries: libnetsnmpmibs.so.14

2007-05-28 Thread Awadhesh Kumar
Hi, I am using net-snmp 5.4 for net-snmp sub agent development. When i execute my subagent application(developed using mib2c etc..) at Linux machine, it is giving following error $ ./snmpSubAgent ./snmpSubAgent: error while loading shared libraries: libnetsnmpmibs.so.14: cannot open shared objec

Re: "snmpwalk -v 2c localhost iftable" fails on hosts configured with virtual interface

2007-05-28 Thread Thomas Anders
Liangliang Guo (SH/CBC) wrote: > The command #snmpwalk -v 2c localhost iftable does not works on hosts > configured with virtual interface. > And I checked the source and find that the iftable MIB is implemented in > source interfaces.c [...] > Maybe this is a fault for this software. > The vesio

Re: disman/event-mib argument on net-snmp configure script

2007-05-28 Thread Dave Shield
On 28/05/07, Daniel Coelho <[EMAIL PROTECTED]> wrote: > How do I run the configure script with this argument configure --with-mib-modules=disman/event > and how do I find out the current arguments... net-snmp-config --configure-options or snmpget versionConfigureOptions.0 D

disman/event-mib argument on net-snmp configure script

2007-05-28 Thread Daniel Coelho
Hi, I'm getting this error Warning: Unknown token: linkUpDownNotifications on my snmp.log file. I guess this is due to the absence of the disman/event-mib argument on the net-snmp configure script... How do I run the configure script with this argument and how do I find out the current arguments.

"snmpwalk -v 2c localhost iftable" fails on hosts configured with virtual interface

2007-05-28 Thread Liangliang Guo (SH/CBC)
Hello : The command #snmpwalk -v 2c localhost iftable does not works on hosts configured with virtual interface. And I checked the source and find that the iftable MIB is implemented in source interfaces.c The query goes to -->var_ifEntry--> getMibstat(MIB_INTERFACES, &ifstat, sizeof(mib2_ifEnt