Difference between revisions of "Template:TUT:LIST"
From Net-SNMP Wiki
(→Tutorial Sections) |
|||
Line 6: | Line 6: | ||
** [[TUT:snmpgetnext | snmpgetnext]]: retrieving unknown indexed data. | ** [[TUT:snmpgetnext | snmpgetnext]]: retrieving unknown indexed data. | ||
** [[TUT:snmpwalk | snmpwalk]]: retrieving lots of data at once! | ** [[TUT:snmpwalk | snmpwalk]]: retrieving lots of data at once! | ||
− | ** [[TUT:snmptable | snmptable]]: displaying table. | + | ** [[TUT:snmptable | snmptable]]: displaying a table. |
** [[TUT:snmpset | snmpset]]: peforming write operations. | ** [[TUT:snmpset | snmpset]]: peforming write operations. | ||
** [[TUT:snmptrap | snmptrap]]: Sending and receiving traps, and acting upon them. | ** [[TUT:snmptrap | snmptrap]]: Sending and receiving traps, and acting upon them. |
Revision as of 20:19, 23 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:
- Agent (snmpd) Configuration
- Configuring VACM (access control)
- Coding Tutorials