irHdamAction
MRV-IR-HDAM-MIB ·
.1.3.6.1.4.1.33.100.4.1.1.1.5
Object
column r/w
Enumeration
This object is used to perform an action on the HDAM unit. A read of this object always returns the value other(1). Setting this object to reset(2) causes the unit to be reset.
Context
- MIB
- MRV-IR-HDAM-MIB
- OID
.1.3.6.1.4.1.33.100.4.1.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- irHdamUnitEntry
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 'MRV-IR-HDAM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MRV-IR-HDAM-MIB::irHdamAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MRV-IR-HDAM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MRV-IR-HDAM-MIB::irHdamAction.<irHdamUnitPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MRV-IR-HDAM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MRV-IR-HDAM-MIB::irHdamAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | reset |