Maintenance Manual

Chapter 7 Support Facilities
SNMP Feed
7-12
Cisco ICM Enterprise Edition Administrator Guide Release 6.0(0)
The SNMP Service should be configured for “automatic” startup to allow it to run
automatically after each system reboot. This should be checked once the ICM
Extension Agent has been installed and configured through ICM Setup.
Note Refer to the Microsoft support website for information about SNMP updates.
How to use the MIB
The following table contains a MIB excerpt that describes the required fields that are
supported by each trap event.
Note This table applies to the new sub-agent using the ALARMEX.MIB.
Table 7-2 Required MIB Fields
Field Type Description
objectIdentifier DisplayString
(SIZE(1..256))
The unique identifier used to
relate events as objects. Use this
to map multiple trap events to a
single object. This allows for an
object-oriented status similar to
AlarmTracker.
objectState INTEGER
clear(0)
application-error(2)
raise(4)
single-state-raise(9)
The state of the unique object.
Clear indicates an up condition.
Raise indicates a down
condition. Use this to track the
state of the object indicated by
objectIdentifier value.