| Platform SDK: Windows Management Instrumentation |
The following rules apply when mapping SNMP collections to CIM classes. Unless otherwise specified, these rules apply to both scalar and table collections:
[abstract]
class SnmpMacro
{
};
[abstract]
class SnmpObjectType:SnmpMacro
{
};
system translates to SNMP_RFC1213_MIB_system
ifTable translates to SNMP_RFC1213_MIB_ifTable
In all cases, hyphens (-) in SNMP MIB identifiers map to underscores (_) in CIM class names.