OID Groups
Object Identifier (OID) groups are optional monitor specific parameters. They define sets of one or more OIDs of a device's Management Information Base (MIB) objects. The SNMP monitor uses the OID groups to retrieve data from those MIB objects whose OIDs appear in a specified OID group.
The details of the MIB objects from which the monitor extract data are as follows:
- OID ValueThe numerical identifier of the MIB object instance expressed using either ASN.1 notation, for example .1.3.6.1.2.1.1.2.0, or the object’s name, for example sysObjectID.0Note: When using ASN.1 notation, you must include the leading
.character in the OID.Note: You may only use an object’s instance name to specify the OID value if the MIB document that defines the name is accessible by the monitor. The default directory for MIB documents is $ISHOME/mibs. - OID Name
The name of the MIB object, for example
sysObjectID. This name is used in service level classifications and in$oidNamenmonitor elements. - OID UnitThe units of the data contained in the MIB object. For example, seconds, bytes, or bits per second (BPS). Set to BPS to enable bits per second calculation for the OID. Bits per second values are calculated as:
current_poll_value - prev_poll_value) / poll_interval * 8 - SelectorThe index value of the MIB object. The following table shows an example that results in the selector searching all the
ifDescrrows for the valueFastEthernet0/1, giving a row index of 2. Then the rowifPhysAddress.2is queried and the value0:6:53:34:d2:a1is returned. In this way the index 2 is not directly specified, so if the index forFastEthernet0/1changes, the OID groups do not need to be re-configured.Table 1. Use of the index value MIB object MIB object value OID value ifPhysAddressOID name FastEthernet0/1PhysicalAddressOID unit stringSelector ifDescr=FastEthernet0/1