psShuntAlarmStatus
VEC-MIB ·
.1.3.6.1.4.1.885.3.2.4.1.3
Object
column Enumeration
Shunt POD Alarm Status. Values: 0 = Type, 1 = No Reply, 2 = No Alarm
Context
- MIB
- VEC-MIB
- OID
.1.3.6.1.4.1.885.3.2.4.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- psShuntEntry
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 'VEC-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VEC-MIB::psShuntAlarmStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VEC-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VEC-MIB::psShuntAlarmStatus.<psShuntIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VEC-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VEC-MIB::psShuntAlarmStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | type |
1 | noreply |
2 | none |