fsErpsCtxtTrapStatus
SUPERMICRO-ERPS-MIB ·
.1.3.6.1.4.1.10876.101.2.40.1.1.1.6
Object
column r/w
Enumeration
This object is used to enable or disable the TRAP notification. The value 'enable (1)' indicates that the ERPS will send notifications. The value 'disable (2)' indicates that the ERPS notifications will not be sent.
Context
- MIB
- SUPERMICRO-ERPS-MIB
- OID
.1.3.6.1.4.1.10876.101.2.40.1.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsErpsContextEntry
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 'SUPERMICRO-ERPS-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-ERPS-MIB::fsErpsCtxtTrapStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-ERPS-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-ERPS-MIB::fsErpsCtxtTrapStatus.<fsErpsContextId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-ERPS-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-ERPS-MIB::fsErpsCtxtTrapStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |