clmgmtDevCredCommandFailCause

CISCO-LICENSE-MGMT-MIB · .1.3.6.1.4.1.9.9.543.1.3.2.1.11

Object

column Enumeration
This object indicates the the reason for device
credentials export operation failure.
              
The value of this object is valid only when
clmgmtDevCredCommandState is failed(6).
              
none(1)         - action execution has not started yet.
                  If the action is completed and the 
                  action is successful, then also
                  none(1) is returned to indicate that
                  there are no errors.
unknownError(2) - reason for failure is unknown,
                  operation failed, no operation is
                  performed
transferProtocolNotSupported(3) - clmgmtDevCredTransferProtocol
                                  given is not supported.
fileServerNotReachable(4)       - file server is not reachable.
unrecognizedEntPhysicalIndex(5) - entPhysicalIndex is not
                                  valid
invalidFile(6)  - The target file specified is not valid.

Context

MIB
CISCO-LICENSE-MGMT-MIB
OID
.1.3.6.1.4.1.9.9.543.1.3.2.1.11
Type
column
Access
readonly
Status
current
Parent
clmgmtDevCredExportActionEntry
Groups
1

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 'CISCO-LICENSE-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LICENSE-MGMT-MIB::clmgmtDevCredCommandFailCause'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LICENSE-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LICENSE-MGMT-MIB::clmgmtDevCredCommandFailCause.<clmgmtDevCredExportActionIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LICENSE-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LICENSE-MGMT-MIB::clmgmtDevCredCommandFailCause'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1none
2unknownError
3transferProtocolNotSupported
4fileServerNotReachable
5unrecognizedEntPhysicalIndex
6invalidFile

Conformance