Alpha API to SNMP Message and PDU objects
The Alpha API provides the following mix-ins to
SNMP protocol classes.
API classes common to all SNMP protocol versions
(rfc1157,
rfc1905):
- class VarBindMixIn()
- class GetRequestPduMixIn()
- class GetNextRequestPduMixIn()
- class SetRequestPduMixIn()
- class GetResponsePduMixIn()
- class MessageMixIn()
SNMP v1-specific API classes (rfc1157):
- class TrapPduMixIn()
SNMP v2c-specific API classes (rfc1905):
- class GetBulkRequestPduMixIn()
- class InformRequestPduMixIn()
- class ReportPduMixIn()
- class SnmpV2TrapPduMixIn()
For API methods implemented by these classes, please, refer to the
Subsections below.
Subsections
ilya@glas.net