shelfFunctionModuleHoldReset
BASIS-SHELF-MIB ·
.1.3.6.1.4.1.351.110.1.1.1.1.6
Object
column mandatory
r/w
Enumeration
This object holds the card in a particular shelf-slot, in reset, If the object is set to holdInReset. If the object is set to doNotHold, then it only reset the card in the specified slot, if slot number is 17 then it'll reset the whole shelf.
Context
- MIB
- BASIS-SHELF-MIB
- OID
.1.3.6.1.4.1.351.110.1.1.1.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- shelfEntry
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 'BASIS-SHELF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BASIS-SHELF-MIB::shelfFunctionModuleHoldReset'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BASIS-SHELF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BASIS-SHELF-MIB::shelfFunctionModuleHoldReset.<shelfNum>.<shelfSlotNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BASIS-SHELF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BASIS-SHELF-MIB::shelfFunctionModuleHoldReset'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | doNotHold |
2 | holdInReset |