apcDiscoveryProtocolEnabledDisabled
PowerNet-Discovery-MIB ·
.1.3.6.1.4.1.318.1.4.2.6.1.5
Object
column Enumeration
The enabled/disabled state of the protocol within this device . disabled(1) indicates the protocol is supported, but mandatoryly disabled. enabled(2) indicates the protocol is supported and enabled.
Context
- MIB
- PowerNet-Discovery-MIB
- OID
.1.3.6.1.4.1.318.1.4.2.6.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- apcDiscoveryDeviceProtocolEntry
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 'PowerNet-Discovery-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-Discovery-MIB::apcDiscoveryProtocolEnabledDisabled'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PowerNet-Discovery-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-Discovery-MIB::apcDiscoveryProtocolEnabledDisabled.<apcDiscoveryDeviceProtocolTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PowerNet-Discovery-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PowerNet-Discovery-MIB::apcDiscoveryProtocolEnabledDisabled'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | enabled |