clmgmtDevCredExportActionEntry
CISCO-LICENSE-MGMT-MIB ·
.1.3.6.1.4.1.9.9.543.1.3.2.1
Object
row
An entry for each device credential export action that
is being executed or was executed recently. The management
application triggers the export by creating an entry in this
table. This can be done in the following 2 methods
1. CREATE-AND-GO method
Management application sets clmgmtDevCredExportActionStatus
to createAndGo(4) and all other required objects to valid
values in a single SNMP SET request. If all the values
are valid, the device creates the entry and executes the
action. If the SET request fails, the entry will not be
created.
2. CREATE-AND-WAIT method
Management application sets clmgmtDevCredExportActionStatus to
createAndWait(5) to create an entry. Management application
can set all other required objects to valid
values in more than one SNMP SET request. If SET request
for any of the objects fails, management application can set
just only that object. Once all the required objects
are set to valid values, management application triggers action
execution by setting clmgmtDevCredExportActionStatus to
active(1).
To stop the action from being executed, the management application
can delete the entry by setting clmgmtDevCredExportActionStatus
to destroy(6) when clmgmtDevCredCommandState is pending(2).
The status of action execution can be known by querying
clmgmtDevCredCommandState. If the action is still in
pending(2) or inProgress(3), the management application need to
check back again after few seconds. Once the action completes
and if status of the action is failed(6), the reason for
failure can be retrieved from clmgmtDevCredCommandFailCause.
Entry can be deleted except when clmgmtLicenseAction is set
to inProgress(3). All entries in this table are volatile
and are cleared on agent reset.
Context
- MIB
- CISCO-LICENSE-MGMT-MIB
- OID
.1.3.6.1.4.1.9.9.543.1.3.2.1- Type
- row
- Status
- current
- Parent
- clmgmtDevCredExportActionTable
- Table
- clmgmtDevCredExportActionTable
- Children
- 13
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| clmgmtDevCredExportActionIndex This object uniquely identifies a row in
clmgmtDevCredExportActionTable. The management application
chooses this value by reading
clmgmtNextFreeDevCredExportActionIndex while crea… | column | Unsigned32 | .1.3.6.1.4.1.9.9.543.1.3.2.1.1 |
| clmgmtDevCredCommandState This object indicates the state of the action that is
executed as a result of setting clmgmtDevCredRowStatus
to active(1). | column | ClmgmtLicenseActionState | .1.3.6.1.4.1.9.9.543.1.3.2.1.10 |
| clmgmtDevCredCommandFailCause This object indicates the the reason for device
credentials export operation failure.
The value of this object is valid only when
clmgmtDevCredCommandState is faile… | column | Enumeration | .1.3.6.1.4.1.9.9.543.1.3.2.1.11 |
| clmgmtDevCredStorageType This object indicates the storage type for this conceptual
row. Conceptual rows having the value 'permanent' need not
allow write-access to any columnar objects in the row. | column | SNMPv2-TCStorageType | .1.3.6.1.4.1.9.9.543.1.3.2.1.12 |
| clmgmtDevCredRowStatus This object indicates the the status of this table entry.
Once the entry status is set to active(1), the associated
entry cannot be modified until the action completes
(clmgmtDevC… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.9.9.543.1.3.2.1.13 |
| clmgmtDevCredEntPhysicalIndex This object represents the entPhysicalIndex of the device
for which the device credentials are being retrieved. This
object is mainly used in devices where one device is acting
as… | column | ENTITY-MIBPhysicalIndexOrZero | .1.3.6.1.4.1.9.9.543.1.3.2.1.2 |
| clmgmtDevCredTransferProtocol This object indicates the transfer protocol to be used when
copying files as specified in the following objects.
1. clmgmtDevCredExportFile
. | column | ClmgmtLicenseTransferProtocol | .1.3.6.1.4.1.9.9.543.1.3.2.1.3 |
| clmgmtDevCredServerAddressType This object indicates the transport type of the
address contained in clmgmtDevCredServerAddress object.
This must be set when clmgmtDevCredTransferProtocol
is not none(1) or local… | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.4.1.9.9.543.1.3.2.1.4 |
| clmgmtDevCredServerAddress This object indicates the the ip address of the server
from which the files must be read or written to if
clmgmtDevCredTransferProtocol is not none(1) or local(2).
… | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.9.9.543.1.3.2.1.5 |
| clmgmtDevCredServerUsername This object indicates the remote user name for accessing
files via ftp, rcp, sftp or scp protocols. This object
must be set when the clmgmtDevCredTransferProtocol is
ftp(4), rcp(5… | column | OctetString | .1.3.6.1.4.1.9.9.543.1.3.2.1.6 |
| clmgmtDevCredServerPassword This object indicates the password used by ftp, sftp or
scp for copying a file to/from an ftp/sftp/scp server.
This object must be set when the
clmgmtDevCredTransferProtocol is f… | column | OctetString | .1.3.6.1.4.1.9.9.543.1.3.2.1.7 |
| clmgmtDevCredExportFile This object represents file where device credentials needs
to be exported to. | column | OctetString | .1.3.6.1.4.1.9.9.543.1.3.2.1.8 |
| clmgmtDevCredCommand This object indicates the the command to be executed.
Command Remarks
------- -------
noOp(1) … | column | Enumeration | .1.3.6.1.4.1.9.9.543.1.3.2.1.9 |
Indexes
| Object | Type | Syntax | OID |
|---|---|---|---|
| clmgmtDevCredExportActionIndex This object uniquely identifies a row in
clmgmtDevCredExportActionTable. The management application
chooses this value by reading
clmgmtNextFreeDevCredExportActionIndex while crea… | column | Unsigned32 | .1.3.6.1.4.1.9.9.543.1.3.2.1.1 |