Difference between revisions of "MFD:ifTable"
From Net-SNMP Wiki
Line 17: | Line 17: | ||
* [[MFD:ifTable:data_get]] -- get data | * [[MFD:ifTable:data_get]] -- get data | ||
* [[MFD:ifTable:testing]] -- testing | * [[MFD:ifTable:testing]] -- testing | ||
− | |||
− |
Revision as of 17:59, 13 July 2011
MFD Tutorial | |
|
MFD: ifTable
This tutorial documents the process of implementing the ifTable MIB module for Linux. It's not a complete implementation, but it covers the basics. As we advance through the various tutorials, we'll come closer and closer to complete implementations.
We'll cover the files generated by mib2c in the order that I recommend they be flushed out. We'll cover the following topics:
- MFD:ifTable:mib2c -- running mib2c
- MFD:ifTable:structures -- data structures
- MFD:ifTable:data_access -- data access
- MFD:ifTable:data_get -- get data
- MFD:ifTable:testing -- testing