Search results

From Net-SNMP Wiki
Jump to: navigation, search

Page title matches

  • ...t allows the same mib module API to be used in either the core agent or in a agentx subagent, and thus your code can be designed to operate in either mo ...then it's easy to simply remove the support from the master agent and make a subagent instead [and, again, the nifty thing is that the mib API code does
    10 KB (1,363 words) - 12:07, 21 March 2014
  • ...t to do if you are developing changes on a branch and need to move them to a different branch using [[Git]] Here's a snapshot from [[gitk]] showing the tree where I started. Note that my mast
    5 KB (819 words) - 00:28, 30 June 2011
  • ...able Object]]) and a separate daemon (see [[TUT:Writing a Subagent|Writing a Subagent]]). ...es the actual callback function. This can, for example, be used to install a <em>cache</em> in front of the actual data acquisition, which may be costly
    11 KB (1,762 words) - 05:36, 12 September 2023

Page text matches

  • Here are a few quick links to useful Net-SNMP pages (wiki or otherwise):
    2 KB (310 words) - 16:10, 14 September 2016
  • * problems with SELinux settings<BR> a) running the agent<BR> b) dlmod or suggest entries that might be more appropriate in a different section.
    597 bytes (89 words) - 05:54, 29 May 2013
  • * [http://savannah.nongnu.org/projects/ramon/ Ramon]: a RMON2 Network Monitoring Agent (RFC-2021)
    3 KB (486 words) - 03:22, 15 July 2015
  • There are three main elements to such a request - ...me basic command can also be used to retrieve a single element from within a table:
    6 KB (971 words) - 23:36, 30 June 2011
  • In its simplest form, <tt>snmptranslate</tt> takes a numeric OID and displays the corresponding textual MIB name: == Specifying a MIB object ==
    5 KB (700 words) - 23:35, 30 June 2011
  • ...everal special purpose [[Handlers]] to reduce the work needed to implement a MIB module. See the [[Agent Architecture]] documentation for details on how Here is a list of ''all'' current helpers, by file name as found in <code>agent/helpe
    4 KB (574 words) - 15:03, 14 July 2011
  • This handler calls user specified functions to iterate over a (generally unsorted) set of data, looking for the data to satisfy an incomi ''Note:'' the ''Table Iterator Helper'' is a child-helper of the [[table]] helper. You might want to read its documenta
    2 KB (315 words) - 15:34, 7 July 2014
  • === Integrating a remote branch === ...f objects available from the remote device. One example would be to import a devices enterprise branch:
    5 KB (835 words) - 15:45, 23 June 2011
  • The Net-SNMP administrative staff holds meetings on IRC on a regular basis to discuss project issues, goals, etc. The meetings are run For a while, there were also separate [[BugBash]] meetings on IRC.
    4 KB (369 words) - 20:14, 27 October 2015
  • There are a few differences to how the previous implementations calculated the values (
    5 KB (572 words) - 16:55, 29 June 2011
  • ...m a [http://en.wikipedia.org/wiki/Core_dump core dump]. This page presents a simple introduction to one debugger, GDB. GDB is the GNU debugger, which is a terminal-based debugger. DDD is a graphical (GUI) front end to GDB.
    6 KB (922 words) - 14:03, 6 September 2013
  • ...poe interface names remain contstant, even though the connection may be to a different user each time it comes up. In this case, does it really make sen ...rease for the same name. For people wanting to monitor a ppp connection to a single place, this is annoying, because most monitoring applications work o
    2 KB (386 words) - 15:03, 28 July 2011
  • ===A Visual Aid=== A user-contributed image and text-representation of the relationships can be
    9 KB (1,259 words) - 16:01, 18 December 2014
  • Containers are a generic data interface, similar to a database. Like a database, you use an index (aka key) to access
    21 KB (2,978 words) - 20:58, 3 August 2011
  • ...ain SNMP operation for retrieving information is the [[GETNEXT]] request - a "fuzzy-matching" version of GET, and is implemented by the [[snmpgetnext]] SNMPv2-MIB::sysDescr.0 = HP-UX net-snmp B.10.20 A 9000/715<BR>
    9 KB (1,309 words) - 09:42, 30 May 2013
  • The <tt>[[snmpwalk]]</tt> command is designed to perform a sequence of chained GETNEXT requests automatically, rather than having to i The command takes a single OID, and will display a list of all the results which lie within the subtree rooted on this OID:
    5 KB (744 words) - 23:36, 30 June 2011
  • Although [[snmpwalk|snmpwalk]] can be used to retrieve the contents of a table, would naturally expect to see a table displayed, which is where <tt>[[snmptable]]</tt> comes in.
    5 KB (760 words) - 16:13, 23 December 2014
  • Instead of a single OID, the <code>snmpset</code> command requires the a subsequent GET request (as shown above), but not necessarily:
    6 KB (912 words) - 23:37, 30 June 2011
  • Most SNMP traffic is sent from a management station to a network entity, some way. Notifications (Traps and Informs) can be used by a network
    8 KB (1,077 words) - 23:37, 30 June 2011
  • files. The net-snmp toolkit provides a few of the standard So, lets say you have a MIB called
    6 KB (955 words) - 16:34, 12 February 2016
  • ...that have been missing from the previous versions. In SNMPv1 and SNMPv2c, a simple community string was put in clear text into the packet to authentica ...lt Security Module for SNMPv3. The U stands for User-based, as it contains a list of users and their attributes. The USM is described by [[rfc:2574|RFC
    7 KB (903 words) - 18:23, 11 March 2013
  • All of the net-snmp commands pick a common set of options, which the next few sections will be discussing. The A list of all of the options that are available for use from a command can be printed by passing "-h" on the command line to any of the co
    9 KB (1,162 words) - 08:26, 30 May 2013
  • * To act as an example of a truly trivial helper
    252 bytes (46 words) - 16:01, 13 July 2011
  • ...application. Its only purpose is to retrieve the value of a variable from a remote host. ...d to declare 2 of these, one to fill with information, and second which is a pointer returned by the library.
    9 KB (1,343 words) - 15:20, 11 November 2014
  • ...ion. It's only purpose is to retrieve the value of a set of variables from a set of remote hosts. (This is for the C library, see [[TUT:Simple_Perl_Asyn ...gram assumes that you have a set of hosts that you want to interrogate for a set of variables. For simplicity's sake each query just asks for one variab
    8 KB (1,009 words) - 14:33, 11 November 2014
  • ...t allows the same mib module API to be used in either the core agent or in a agentx subagent, and thus your code can be designed to operate in either mo ...then it's easy to simply remove the support from the master agent and make a subagent instead [and, again, the nifty thing is that the mib API code does
    10 KB (1,363 words) - 12:07, 21 March 2014
  • This tutorial is intended as a brief introduction to the technique of Obviously, this can only server as a very basic example in the context of an SNMP agent.
    20 KB (2,832 words) - 17:02, 14 July 2015
  • This brief tutorial presents an overview of generating skeleton C code for a SNMP MIB using the mib2c utility. You didn't give mib2c a valid OID to start with. IE, I could not find
    3 KB (503 words) - 13:18, 19 April 2012
  • Net-SNMP source code is now in a [[Git|Git repository]] on SourceForge.
    71 bytes (12 words) - 21:45, 15 December 2017
  • ./configure [options, see "configure --help" for a list] See [[Build_System/Windows_features]] for a comparison of the features implemented in each of the Windows build environ
    7 KB (975 words) - 05:18, 24 February 2020
  • The Net-SNMP project has a bunch of [http://www.net-snmp.org/lists/ mailing lists] which may be of int
    262 bytes (42 words) - 17:02, 9 May 2011
  • ...and re-send unacknowledged INFORMS up to a certain configured number over a specified period of time. (An application may be configured to specify the SNMPv3 USM users are uniquely defined by a combination of the authoritative EngineID and the user name.
    7 KB (1,165 words) - 14:49, 10 January 2012
  • There is a good tutorial on loading MIBs into the tools. Please make sure you read th === A broken MIB ===
    2 KB (323 words) - 17:38, 19 December 2013
  • mib space, some objects that normally return a string type are instead ...SNMP that decides whether to print a string as a human-formatted string or a hexadecimal string. And, in turn, Net-SNMP leaves that decision up to the
    1 KB (237 words) - 01:40, 8 May 2014
  • Open a command prompt with the correct options:
    859 bytes (134 words) - 04:45, 14 March 2018
  • AES192 and AES256 were never defined in a RFC. At one point the AES draft ...shed forward into the full standardization process and was later dropped. A few companies picked up that work and implemented it internally to their pr
    2 KB (307 words) - 18:31, 5 January 2018
  • ...he [http://net-snmp.git.sourceforge.net/git/gitweb.cgi?p=net-snmp/net-snmp;a=blob_plain;f=agent/mibgroup/ip-mib/ip_scalars.c;hb=HEAD IP-MIB scalars impl /* We are never called for a GETNEXT if it's registered as a
    4 KB (401 words) - 14:07, 18 April 2012
  • ...ia SNMP [[notifications]]. This can greatly relieve the amount of traffic a network management station needs to send to every device on the network. ...t define a user, add access control for it, and create it. '''PLEASE PICK A NAME DIFFERENT THAN ''myMonitorName'' and ''mysecretepassword''''', which i
    4 KB (531 words) - 00:18, 12 March 2011
  • ...ructure that used native authentication mechanisms, rather than relying on a completely independent user base like [[USM]] does. The working group has * A '''Transport Security Model''' ([[TSM]]) responsible for assuring incoming
    932 bytes (133 words) - 20:11, 5 August 2011
  • * Be a generic MIB processing engine, capable of converting MIBs and MIB structure ...once and leaving it to the programmer to fill in the blanks, is to provide a framework for splitting code into two pieces:
    3 KB (435 words) - 23:33, 30 June 2011
  • Just ensure you have a recent version of [[OpenSSL]] installed as well as run configure with the f === Generating a CA-signed Certificate ===
    11 KB (1,689 words) - 11:40, 26 January 2015
  • This is a list of used DEBUGMSG tokens in net-snmp version 5.4.2.1. See [[Debug_tokens]] for the command to generate this list, and a shorter list of commonly used tokens.
    68 KB (6,848 words) - 00:15, 19 November 2014
  • If the release is being built from a fresh source checkout, and expects there to be a suitable <code>Makefile</code> already present.
    8 KB (1,327 words) - 05:35, 8 March 2014
  • This was obviously a problem so SNMPv3 was later developed to secure the protocol. SNMPv3, documented in RFCS 3410-3419, defines a modular approach to SNMPv3. This modular approach is important as it is de
    6 KB (831 words) - 14:26, 21 January 2013
  • ...tput. The -D flag can be used to select tokens to display at runtime with a comma separated list. For example ''-Dtls,ssl,snmpd'' will display every d for the agent (rather than all SNMP commands), then you'd need a block
    1 KB (190 words) - 00:58, 19 November 2014
  • Net-SNMP comes with a testing suite that is simple to use, and fairly simple to write new tests f ==== Running a particular test ====
    8 KB (1,247 words) - 13:59, 17 May 2011
  • ...nt to support certain features in the code. But if the code that requires a feature isn't compiled in, the supporting code still is and needlessly adds * A configure flag (--with-minimalist) to enable minimal code
    8 KB (1,149 words) - 00:07, 10 May 2011
  • Net-SNMP uses a layer of abstraction over the various transport protocol for the transport protocols. Adding support for a new transport is relatively
    16 KB (2,264 words) - 13:45, 2 June 2011
  • ...y good position to modify the instructions to your own platform (and I get a bigger reading audience!). ...e a beginner, it will be useful. Now, open up a terminal window and create a projects directory,
    7 KB (1,007 words) - 03:37, 16 February 2011
  • *** '''Unanswered: Niels' has a set of IPv6 fixes for *BSD; what should they go in?''' (see below) *** '''hardaker will be moving some of the code tests into a test-suite directory and adding more'''
    2 KB (330 words) - 09:08, 22 February 2011

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)