inpAlarmSetup
SD-PORTAL-MIB ·
.1.3.6.1.4.1.21796.5.1.4.1.7
Object
You can enable alarm for this binary input. Alarm can be inactive or active for On/Off state.
Context
- MIB
- SD-PORTAL-MIB
- OID
.1.3.6.1.4.1.21796.5.1.4.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- inpEntry
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 'SD-PORTAL-MIB' -M '/opt/observium/mibs/hwgroup:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SD-PORTAL-MIB::inpAlarmSetup'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SD-PORTAL-MIB' -M '/opt/observium/mibs/hwgroup:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SD-PORTAL-MIB::inpAlarmSetup.<inpIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SD-PORTAL-MIB' -M '/opt/observium/mibs/hwgroup:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SD-PORTAL-MIB::inpAlarmSetup'
Syntax
- Source
- InputAlarmSetup
- Base type
Enumeration
Values & Constraints
Type Values
1 | inactive |
2 | activeOn |
3 | activeOff |