apDiscSetResult

APDISC-MIB · .1.3.6.1.4.1.272.4.49.3.1.10

Object

column mandatory Enumeration
This variable indicates the result of the set operation
after the operation has finished.
              
'noError': no set operation performed or operation was a
success.
              
'invalidIpParam':  either no proper netmask was specified,
or the gateway address does not fit to the IP address and
netmask.
              
'accessDenied': authorization for set operation failed.
              
'otherError': access point replied with an unexpected error.
Logging and debugging might reveal more information in this
case.
              
'destUnreachable': the interface is currently not usable.
Interface is not operational or has no IP address assigned.
The request could not be sent.
              
'timeout': no response to set request.
              
'internalError': an internal problem detected. The request
could not be sent. Enabling log and debug messages might
reveal more information in this case.

Context

MIB
APDISC-MIB
OID
.1.3.6.1.4.1.272.4.49.3.1.10
Type
column
Access
readonly
Status
mandatory
Parent
apDiscSetEntry

Walk 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::apDiscSetResult'
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::apDiscSetResult.<apDiscSetIfIndex>.<apDiscSetProto>.<apDiscSetMacAddress>'
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::apDiscSetResult'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1noError
2invalidIpParam
3accessDenied
4otherError
5destUnreachable
6timeout
7internalError