AIQUM adds suffix ".0" to SNMP trap OIDs
- Views:
- 136
- Visibility:
- Public
- Votes:
- 0
- Category:
- active-iq-unified-manager
- Specialty:
- OM
- Last Updated:
- 4/6/2023, 4:37:03 AM
Applies to
- Active IQ Unified Manager (AIQUM)
- SNMP Trap
Issue
- AIQUM adds suffix
.0
to SNMP trap OIDs
Example: Although ocumEventName
is defined as OID 1.3.6.1.4.1.789.5.1.2.1
, AIQUM sends 1.3.6.1.4.1.789.5.1.2.1.0
ocumEventName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Display name of the event. e.g. Volume Full."
::= { ocumEvent 1 }
- SNMP Manager translates object names to object name with suffix
.0
Example: ocumEventName.0