rcDaiBindInHw
SWITCH-DAI-MIB ·
.1.3.6.1.4.1.8886.6.1.38.1.6.1.6
Object
column Enumeration
This object specifies the state of this rule.InHw(1) specifies this rule is in hardware.notInHw(1) specifies this rule is not in hardware.
Context
- MIB
- SWITCH-DAI-MIB
- OID
.1.3.6.1.4.1.8886.6.1.38.1.6.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcDaiBindEntry
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 'SWITCH-DAI-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-DAI-MIB::rcDaiBindInHw'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-DAI-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-DAI-MIB::rcDaiBindInHw.<rcDaiBindIp>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-DAI-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-DAI-MIB::rcDaiBindInHw'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inHw |
2 | notinHw |