forked from hardaker/net-snmp
-
Notifications
You must be signed in to change notification settings - Fork 2
MFD:ifXTable
Bill Fenner edited this page Aug 30, 2018
·
1 revision
In the first MFD tutorial, we implemented a subset of the ifTable, leaving out some parts for simplicity's sake. In this tutorial, we'll cover the following new topics:
- using an existing data structure
- using the container-cached access method
- set support
We'll cover the files generated by mib2c in the order that I recommend they be flushed out:
- MFD:ifXTable:mib2c
- MFD:ifXTable:Data Structures
- MFD:ifXTable:Data Access
- MFD:ifXTable:Get Data
- MFD:ifXTable:Testing Gets
- MFD:ifXTable:Set Data
- MFD:ifXTable:Testing Sets