Difference between revisions of "Template:TUT:LIST"
From Net-SNMP Wiki
(→Tutorial Sections) |
(→Tutorial Sections) |
||
Line 14: | Line 14: | ||
*** [[TUT:SNMPv3 Options | SNMPv3 Options]] | *** [[TUT:SNMPv3 Options | SNMPv3 Options]] | ||
*** [[TUT:Customized Output Formats | Customized Output Formats]] | *** [[TUT:Customized Output Formats | Customized Output Formats]] | ||
− | ** [[TUT:Writing mib2c config files]] | + | ** [[TUT:mib2c config files | Writing mib2c config files ]] |
* Agent (snmpd) Configuration | * Agent (snmpd) Configuration | ||
** [[Vacm | Configuring VACM]] (access control) | ** [[Vacm | Configuring VACM]] (access control) | ||
* Coding Tutorials | * Coding Tutorials | ||
** [[Debugger|Debugging]] | ** [[Debugger|Debugging]] |
Revision as of 22:00, 31 January 2007
Tutorial Sections
- Command Line Applications
- snmptranslate: learning about the MIB tree.
- snmpget: retrieving data from a host.
- snmpgetnext: retrieving unknown indexed data.
- snmpwalk: retrieving lots of data at once!
- snmptable: displaying a table.
- snmpset: peforming write operations.
- snmptrap: Sending and receiving traps, and acting upon them.
- Traps/informs with SNMPv3: Sending and receiving SNMPv3 TRAPs and INFORMs
- Common command line options:
- Writing mib2c config files
- Agent (snmpd) Configuration
- Configuring VACM (access control)
- Coding Tutorials