itsIfSuppressAlarm
NETI-ITS-MIB ·
.1.3.6.1.4.1.2928.6.2.16.1.1.2.1.6
Object
column r/w
Enumeration
The alarm suppression mode. When alarms are suppressed, no
alarms will be generated if a fault situation is detected on
the interface. Failures will still be shown by the object
itsIfFailure.
notSupported(0). Suppress alarms is not supported by the
interface. This value can not be written.
none(1). No alarms are suppressed. All alarms are reported.
warning(2). Suppress alarms of severity warning only.
all(3). All alarms are suppressed. No alarms will be
reported.
Context
- MIB
- NETI-ITS-MIB
- OID
.1.3.6.1.4.1.2928.6.2.16.1.1.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- itsIfEntry
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 'NETI-ITS-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ITS-MIB::itsIfSuppressAlarm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETI-ITS-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ITS-MIB::itsIfSuppressAlarm.<itsIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETI-ITS-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETI-ITS-MIB::itsIfSuppressAlarm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notSupported |
1 | none |
2 | warning |
3 | all |