apDiscCtrlResult
APDISC-MIB ·
.1.3.6.1.4.1.272.4.49.1.1.4
Object
column mandatory
Enumeration
This variable indicates the result of the discovery operation after
the operation has finished.
'noError': no discovery has been initiated or discovery was a success.
'destUnreachable': the interface is currently not usable.
Interface is not operational, has no IP address assigned or
has no associated direct route. The request could not be sent.
'internalError': an internal error was detected, discovery not
initiated. Enabling logging and debugging might reveal more
information in this case.
Context
- MIB
- APDISC-MIB
- OID
.1.3.6.1.4.1.272.4.49.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- apDiscCtrlEntry
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 'APDISC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APDISC-MIB::apDiscCtrlResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'APDISC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APDISC-MIB::apDiscCtrlResult.<apDiscCtrlIfIndex>.<apDiscCtrlProto>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'APDISC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'APDISC-MIB::apDiscCtrlResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noError |
2 | destUnreachable |
3 | internalError |