asamAlarmEntryConfigState
ASAM-ALARM-MIB ·
.1.3.6.1.4.1.637.61.1.3.1.1.11
Object
This object represents the status of configured values of the entry.
It indicates whether a system created row contains all system init
values (staticAllInitialValues(1)) or
whether the values are already modified by an
operator (staticOperatorModified(2)).
This object can be used to decide to suppress the row when its value
equals staticAllInitialValues(1).
ALCATEL NOTE:
SUPPORT: YES INSRVMOD: NA RANGE: NA
PERSIST: NO DEFVALUE: NA UNITS: -
Context
- MIB
- ASAM-ALARM-MIB
- OID
.1.3.6.1.4.1.637.61.1.3.1.1.11- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- asamAlarmEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ASAM-ALARM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-ALARM-MIB::asamAlarmEntryConfigState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASAM-ALARM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-ALARM-MIB::asamAlarmEntryConfigState.<asamAlarmId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASAM-ALARM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASAM-ALARM-MIB::asamAlarmEntryConfigState'
Syntax
- Source
- RowConfigState
- Base type
Enumeration
Values & Constraints
Type Values
1 | staticAllInitialValues |
2 | staticOperatorModified |
3 | operatorCreated |