snmpset snmpv3 vs ssh command line interface

2009-05-29 Thread PoWah Wong
I can set a variable either by the snmpset command with the snmpv3 security or ssh to login to the same hardware and then execute a command in its command line interface (CLI). What are the pros and cons of each method? Both methods support user authentication methods such as password. __

Subagent question

2009-05-29 Thread Mario . Hebert
I am trying to use a subagent to access our enterprise MIB. I am using the daemon created when I built net-snmp. I build my subagent with : net-snmp-config --compile-subagent mysubagent mycompiledmib.c mycompiledmib.c was generated using: mib2c -c mib2c.scalar.conf mycompiledmib I ma

Re: quagga snmp

2009-05-29 Thread attia med
hi, i would like to configure trapsnmpd with quagga and get trap ospf.if some one have any idea or tutorial to do this please send to me. thanks. -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is

Re: WriteMethod function

2009-05-29 Thread Vincent Bernat
OoO En cette matinée ensoleillée du vendredi 29 mai 2009, vers 09:41, Dave Shield disait : > I would strongly suggest that you don't waste your time on the > old UCD way of doing things. The newer handlers are much > much more powerful. You really want to be using those instead. Unfortunat

RE: Is Gauge64 defined in the snmp standard?

2009-05-29 Thread PoWah Wong
Thanks for the info: because no Gauge64 nor Unsigned64 base types are defined, so CounterBasedGauge64 and ZeroBasedCounter64 textual conventions are defined in RFC 2856. --- On Thu, 5/28/09, Mike Ayers wrote: > From: Mike Ayers > Subject: RE: Is Gauge64 defined in the snmp standard? > To: "V

SNMP data off a client

2009-05-29 Thread Adrian Marsh
Hi All, I'm running Cacti, using snmp clients off various Centos and Windows machines to poll basic MIBs (network, cpu, etc). I'd like to learn a little more about how to poll different parts of the clients, and to do so I've a task in mind. I'm running a StrongSwan server, that I'd lik

RE: Need help with snmp_log() msgs from snmp_agent.c

2009-05-29 Thread Joan Landry
Thanks - I will look into that. Thanks again for your time -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Friday, May 29, 2009 8:48 AM To: Joan Landry Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Need help wi

Re: Need help with snmp_log() msgs from snmp_agent.c

2009-05-29 Thread Dave Shield
2009/5/29 Joan Landry : > The -Dall or -Dall did not work That strongly implies that debugging has been turned off. > The get of versionConfigureOptions is: > > * SNMP QUERY STARTED * > 1: versionConfigureOptions.0 (octet string) > '--host=powerpc-wrs-linux-gnu' '--build=i686-crosscompil

RE: Need help with snmp_log() msgs from snmp_agent.c

2009-05-29 Thread Joan Landry
Dave, Thanks for trying to help me figure this out. The -Dall or -Dall did not work The get of versionConfigureOptions is: * SNMP QUERY STARTED * 1: versionConfigureOptions.0 (octet string) '--host=powerpc-wrs-linux-gnu' '--build=i686-crosscompile-linux-gnu' '--program-prefix=' '--prefix=/

RE: LoadMib function

2009-05-29 Thread Sowmya P Venkatesh
I want to do it programmatically. From: Pranesh Kulkarni [mailto:pranes...@gmail.com] Sent: Friday, May 29, 2009 4:34 PM To: Sowmya P Venkatesh Cc: Dave Shield; net-snmp-users@lists.sourceforge.net Subject: Re: LoadMib function You Can check your mib file with , http://www.simpleweb.org/ietf/mibs

Re: LoadMib function

2009-05-29 Thread Pranesh Kulkarni
You Can check your mib file with , http://www.simpleweb.org/ietf/mibs/validate/ On Fri, May 29, 2009 at 2:38 PM, Sowmya P Venkatesh wrote: > Hi Dave, > > How to find whether the given mib File is a valid mib or not? > Can we use LoadMib ? > > Regards, > Sowmya > > > > -

Re: LoadMib function

2009-05-29 Thread Dave Shield
2009/5/29 Sowmya P Venkatesh : > How to find whether the given mib File is a valid mib or not? > Can we use LoadMib ? What are you asking me for? Try it and see! Dave -- Register Now for Creativity and Technology (CaT)

LoadMib function

2009-05-29 Thread Sowmya P Venkatesh
Hi Dave, How to find whether the given mib File is a valid mib or not? Can we use LoadMib ? Regards, Sowmya -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers

Re: WriteMethod function

2009-05-29 Thread Dave Shield
2009/5/28 Vincent Bernat : > oldadmin_status  seems inaccurate  to me.  ACTION will  be  executed for > column 5 first  then for column 6 and the  only value of oldadmin_status > we have saved would be the second one, right? Correct. Remember that you are looking at the *old* implementation of the

Re: SNMP broadcasts

2009-05-29 Thread Dave Shield
2009/5/28 Matej : > Because I simply cannot know all the IP > addresses of all the devices in the network (DHCP), what would be the > procedure to get particular values from all the devices in the network? SNMP is primarily designed for managing *known* systems, if on

Re: Reg: net-snmp usage

2009-05-29 Thread Mayukh Das
Hi Dave, If I want to snmpwalk on a table/object say entPhysicalTable, then I need to give the OID of this table: like this way bash-3.00$ snmpwalk -v 2c -c "public" 10.135.33.34 1.3.6.1.2.1.47.1.1.1 Then it displays the correct data. But If I put the snmpwalk syntax with the table name, I get er

net-snmp for Tru64 pre-compiled binaries

2009-05-29 Thread Valdemir Santos
Please, where could I found net-snmp for Tru64 pre-compiled binaries ? -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet

Re: Reg: net-snmp usage

2009-05-29 Thread Dave Shield
2009/5/28 Mayukh Das : > But If I put the snmpwalk syntax with the table name, I get error: > So to work for this, what I need to do? You need to install the MIB files. Please see the MIBS section of the project FAQ. http://www.net-snmp.org/wiki/index.php/FAQ:MIBs dave -

Re: Need help with snmp_log() msgs from snmp_agent.c

2009-05-29 Thread Dave Shield
2009/5/28 Joan Landry : >... to make things really simple I decided to see if I could get a > debug msg out of the agent_trap.c file > I used OPTIONS="-Lo -Dtrap > > And sent a trap - and verified that the trap was sent. > And there was no trap debug msg on the output screen or to the log when