CISCO-LICENSE-MGMT-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
7
Rows
7
Columns
68
.1.3.6.1.4.1.9.9.543.1.1.2 · 1 row entry · 22 columns
A table for invoking license management actions. Management
application must create a row in this table to trigger any of
the license management actions. The following are different
actions that can be executed using this table.
    1. install
    2. clear
    3. processPermissionTicket
    4. regenerateLastRehostTicket
    5. backup
    6. generateEULA
          
Refer to the description of clmgmtLicenseAction for more
information on what these actions do on the device.
Once the request completes, the management application should
retrieve the values of the objects of interest, and then
delete the entry.  In order to prevent old entries from
clogging the table, entries will be aged out, but an entry
will never be deleted within 5 minutes of completion.
clmgmtLicenseActionEntry entry .1.3.6.1.4.1.9.9.543.1.1.2.1
An entry for each action that is being executed or was
executed recently. The management application executes an
action
by creating this entry. This can be done in the following
2 methods

1. CREATE-AND-GO m…
Indexes
clmgmtLicenseActionIndex
Column Syntax OID
clmgmtLicenseActionIndex
This object uniquely identifies a row in
clmgmtLicenseActionTable. The management application should choose
this value by reading clmgmtNextFreeLicenseActionIndex
while creating an entry in this table. If an entry alrea…
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.4.1.9.9.543.1.1.2.1.1
clmgmtLicenseActionEntPhysicalIndex
This object represents the entPhysicalIndex of the device
where the action is being executed. This object is mainly
used in devices where one device is acting as a master and
rest of the devices as slaves. The master de…
ENTITY-MIBPhysicalIndexOrZeror/w
Textual Convention: ENTITY-MIBPhysicalIndexOrZero Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.9.9.543.1.1.2.1.2
clmgmtLicenseActionTransferProtocol
This object represents the transfer protocol to be used
when copying files as specified in the following objects.
1. clmgmtLicenseFile
2. clmgmtLicensePermissionTicketFile
3. clmgmtLicenseRehostTicketFile
4. clmgmtLicen…
ClmgmtLicenseTransferProtocolr/w
Textual Convention: ClmgmtLicenseTransferProtocol Enumeration
Type Values:
1none
2local
3tftp
4ftp
5rcp
6http
7scp
8sftp
.1.3.6.1.4.1.9.9.543.1.1.2.1.3
clmgmtLicenseServerAddressType
This object indicates the transport type of the
address contained in clmgmtLicenseServerAddress object.
This must be set when clmgmtLicenseActionTransferProtocol
is not none(1) or local(2).
INET-ADDRESS-MIBInetAddressTyper/w
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.9.543.1.1.2.1.4
clmgmtLicenseServerAddress
This object indicates the ip address of the server from
which the files must be read or written to if
clmgmtLicenseActionTransferProtocol is not none(1) or
local(2).

All bits as 0s or 1s for clmgmtLicense…
INET-ADDRESS-MIBInetAddressr/w
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.9.543.1.1.2.1.5
clmgmtLicenseServerUsername
This object indicates the remote user name for accessing
files via ftp, rcp, sftp or scp protocols. This object must
be set when the clmgmtLicenseActionTransferProtocol is
ftp(4), rcp(5), scp(7) or sftp(8). If
clmgmtLic…
OctetStringr/w
Constraints:
range: 0-96
.1.3.6.1.4.1.9.9.543.1.1.2.1.6
clmgmtLicenseServerPassword
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
clmgmtLicenseActionTransferProtocol is ftp(4) or scp(7)
or sftp(8). Reading…
OctetStringr/w
Constraints:
range: 0-96
.1.3.6.1.4.1.9.9.543.1.1.2.1.7
clmgmtLicenseFile
This object represents the location of the license file
on the server identified by clmgmtLicenseServerAddress. This
object MUST be set to a valid value before or concurrently
with setting the value of the clmgmtLicense…
OctetStringr/w
Constraints:
range: 0-255
.1.3.6.1.4.1.9.9.543.1.1.2.1.8
clmgmtLicenseStore
This object represents the clmgmtLicenseStoreIndex of the
license store to use within the device. The license store
can be a local disk or flash. A device can have more than
one license stores. If this object is not set…
SNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.1.2.1.9
clmgmtLicenseActionLicenseIndex
This object indicates the the license index of the license
that is the subject of this action. This is used for
identifying a license for performing actions specific to
that license. This object need to be set only if
c…
ClmgmtLicenseIndexOrZeror/w
Textual Convention: ClmgmtLicenseIndexOrZero Unsigned32
.1.3.6.1.4.1.9.9.543.1.1.2.1.10
clmgmtLicensePermissionTicketFile
This object indicates the file name of the permission
ticket. This object need to be set only if
clmgmtLicenseAction is set to processPermissionTicket(4)
or regenerateLastRehostTicket(5) actions. The permission
ticket i…
OctetStringr/w
Constraints:
range: 0-255
.1.3.6.1.4.1.9.9.543.1.1.2.1.11
clmgmtLicenseRehostTicketFile
This object indicates the file where the rehost ticket
generated by the device need to be exported to. The rehost
ticket is generated as a result of processPermissionTicket
and regenerateLastRehostTicket actions. After …
OctetStringr/w
Constraints:
range: 0-255
.1.3.6.1.4.1.9.9.543.1.1.2.1.12
clmgmtLicenseBackupFile
This object indicates the file where all the licenses in
the device need to be backed up. This object need to be set
only if clmgmtLicenseAction is set to backup(6) and the
management application must set the value of t…
OctetStringr/w
Constraints:
range: 0-255
.1.3.6.1.4.1.9.9.543.1.1.2.1.13
clmgmtLicenseStopOnFailure
This object indicates whether the license action should
stop if the action on a license fails. This object is
applicable only if there are more than one licenses
involved in an action.
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.9.543.1.1.2.1.14
clmgmtLicenseAction
This object indicates the the command/action to be executed.

Command Remarks
------- -------
noOp(1) No operation will be
Enumerationr/w
Enumerated Values:
1noOp
2install
3clear
4processPermissionTicket
5regenerateLastRehostTicket
6backup
7generateEULA
.1.3.6.1.4.1.9.9.543.1.1.2.1.15
clmgmtLicenseActionState
This object indicates the state of this license action.
ClmgmtLicenseActionState
Textual Convention: ClmgmtLicenseActionState Enumeration
Type Values:
1none
2pending
3inProgress
4successful
5partiallySuccessful
6failed
.1.3.6.1.4.1.9.9.543.1.1.2.1.16
clmgmtLicenseJobQPosition
This object represents the position of the action
in the license action job queue that is maintained
internally. Only actions in pending(2) state will
be put in the queue until they are executed. By
reading this object,…
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.1.2.1.17
clmgmtLicenseActionFailCause
This object indicates the reason for this license action
failure. The value of this object is valid only when
clmgmtLicenseActionState is failed(6).
ClmgmtLicenseActionFailCause
Textual Convention: ClmgmtLicenseActionFailCause Enumeration
Type Values:
1none
2generalFailure
3transferProtocolNotSupported
4fileServerNotReachable
5unrecognizedEntPhysicalIndex
6invalidLicenseFilePath
7invalidLicenseFile
8invalidLicenseLine
9licenseAlreadyExists
10licenseNotValidForDevice
11invalidLicenseCount
12invalidLicensePeriod
13licenseInUse
14invalidLicenseStore
15licenseStorageFull
16invalidPermissionTicketFile
17invalidPermissionTicket
18invalidRehostTicketFile
19invalidRehostTicket
20invalidLicenseBackupFile
21licenseClearInProgress
22invalidLicenseEULAFile
.1.3.6.1.4.1.9.9.543.1.1.2.1.18
clmgmtLicenseActionStorageType
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.
SNMPv2-TCStorageTyper/w
Textual Convention: SNMPv2-TCStorageType Enumeration
Type Values:
1other
2volatile
3nonVolatile
4permanent
5readOnly
.1.3.6.1.4.1.9.9.543.1.1.2.1.19
clmgmtLicenseActionRowStatus
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
(clmgmtLicenseConfigCommandStatus is set to a value…
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.9.9.543.1.1.2.1.20
clmgmtLicenseAcceptEULA
This object indicates whether the End User License Agreement
needed for installing the licenses is accepted.

true(1) - EULA is read and accepted
false(2) - EULA is not accepted

Management a…
SNMPv2-TCTruthValuer/w
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.9.543.1.1.2.1.21
clmgmtLicenseEULAFile
This object indicates the file where all the End User License
Agreements (EULAs) need to be exported to. This object need to
be set only if clmgmtLicenseAction is set to generateEULA(7) and
the management application mu…
OctetStringr/w
Constraints:
range: 0-255
.1.3.6.1.4.1.9.9.543.1.1.2.1.22
.1.3.6.1.4.1.9.9.543.1.1.3 · 1 row entry · 3 columns
This table contains results of license action if the
license action involves multiple licenses. Entries in this
table are not created for actions where there is
only license that is subject of the action. For
example, if there are 3 licenses in a license file
when executing license install action, 3 entries will
be created in this table, one for each license.
clmgmtLicenseActionResultEntry entry .1.3.6.1.4.1.9.9.543.1.1.3.1
An entry in clmgmtLicenseActionResultTable. Each entry
contains result of the action for a single license.
These entries are created immediately after action
execution when the action involves multiple licenses.
These e…
Indexes
clmgmtLicenseActionIndex clmgmtLicenseNumber
Column Syntax OID
clmgmtLicenseNumber
This object indicates the sequence number of this license
in the list of licenses on which the action is executed.
For example, if there are 3 licenses in a license file
when executing license install action, this objec…
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.4.1.9.9.543.1.1.3.1.1
clmgmtLicenseIndivActionState
This object indicates the state of action on this
individual license.
ClmgmtLicenseActionState
Textual Convention: ClmgmtLicenseActionState Enumeration
Type Values:
1none
2pending
3inProgress
4successful
5partiallySuccessful
6failed
.1.3.6.1.4.1.9.9.543.1.1.3.1.2
clmgmtLicenseIndivActionFailCause
This object indicates the reason for action failure on this
individual license
ClmgmtLicenseActionFailCause
Textual Convention: ClmgmtLicenseActionFailCause Enumeration
Type Values:
1none
2generalFailure
3transferProtocolNotSupported
4fileServerNotReachable
5unrecognizedEntPhysicalIndex
6invalidLicenseFilePath
7invalidLicenseFile
8invalidLicenseLine
9licenseAlreadyExists
10licenseNotValidForDevice
11invalidLicenseCount
12invalidLicensePeriod
13licenseInUse
14invalidLicenseStore
15licenseStorageFull
16invalidPermissionTicketFile
17invalidPermissionTicket
18invalidRehostTicketFile
19invalidRehostTicket
20invalidLicenseBackupFile
21licenseClearInProgress
22invalidLicenseEULAFile
.1.3.6.1.4.1.9.9.543.1.1.3.1.3
.1.3.6.1.4.1.9.9.543.1.2.1 · 1 row entry · 4 columns
This table contains information about all the license
stores allocated on the device.
clmgmtLicenseStoreInfoEntry entry .1.3.6.1.4.1.9.9.543.1.2.1.1
An entry in clmgmtLicenseStoreInfoTable. Each entry
contains information about a license store allocated
on the device
Indexes
ENTITY-MIBentPhysicalIndex clmgmtLicenseStoreIndex
Column Syntax OID
clmgmtLicenseStoreIndex
This object uniquely identifies a license store within
the device.
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.4.1.9.9.543.1.2.1.1.1
clmgmtLicenseStoreName
This object indicates the name of the license store
within the device. It is a file in device's local file
system i.e., either on a local disk or flash or some
other storage media. For example, the value of this
object …
OctetString
Constraints:
range: 0-255
.1.3.6.1.4.1.9.9.543.1.2.1.1.2
clmgmtLicenseStoreTotalSize
This object indicates the total number of bytes that are
allocated to the license store.
bytesSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.2.1.1.3
clmgmtLicenseStoreSizeRemaining
This object indicates the number of bytes still remaining
to be used for new license installations in the license
store.
bytesSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.2.1.1.4
.1.3.6.1.4.1.9.9.543.1.2.2 · 1 row entry · 1 columns
This table contains objects that provide licensing related
information at the device level. Entries will exist
only for entities that support licensing. For example,
if it is a stand alone device and supports licensing,
then there will be only one entry in this table. If
it is stackable switch then there will be multiple
entries with one entry for each device in the stack.
clmgmtLicenseDeviceInfoEntry entry .1.3.6.1.4.1.9.9.543.1.2.2.1
An entry in clmgmtLicenseDeviceInfoTable. Each entry
contains device level licensing information for a device.
Indexes
ENTITY-MIBentPhysicalIndex
Column Syntax OID
clmgmtDefaultLicenseStore
This object indicates the clmgmtLicenseStoreIndex of
default store in the device. There will be only one
default license store per device. If no license store
is specified during license install, this default license
st…
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.4.1.9.9.543.1.2.2.1.1
.1.3.6.1.4.1.9.9.543.1.2.3 · 1 row entry · 17 columns
This table contains information about all the licenses
installed on the device.
clmgmtLicenseInfoEntry entry .1.3.6.1.4.1.9.9.543.1.2.3.1
An entry in clmgmtLicenseInfoTable. Each entry contains
information about a license installed on the device. This
entry gets created when a license is installed successfully.
Management application can not create these …
Indexes
ENTITY-MIBentPhysicalIndex clmgmtLicenseStoreUsed clmgmtLicenseIndex
Column Syntax OID
clmgmtLicenseStoreUsed
This object represents the license store that is used for
storing this license. This object will have the same value
as clmgmtLicenseStoreIndex in clmgmtLicenseStoreInfoEntry
of the license store used.
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.4.1.9.9.543.1.2.3.1.1
clmgmtLicenseIndex
This object uniquely identifies a license within
the device.
ClmgmtLicenseIndex
Textual Convention: ClmgmtLicenseIndex Unsigned32
Type Constraints:
range: 1..4294967295
.1.3.6.1.4.1.9.9.543.1.2.3.1.2
clmgmtLicenseFeatureName
This object indicates the name of the feature that is
using or can use this license. A license can be used by
only one feature. Examples of feature name are: 'IPBASE',
'ADVIPSERVICE'.
OctetString
Constraints:
range: 0-128
.1.3.6.1.4.1.9.9.543.1.2.3.1.3
clmgmtLicenseFeatureVersion
This object indicates the version of the feature that is
using or can use this license. Examples of feature version
are: '1.0', '2.0'
OctetString
Constraints:
range: 0-128
.1.3.6.1.4.1.9.9.543.1.2.3.1.4
clmgmtLicenseType
This object identifies type of license. Licenses may have
validity period defined in terms of time duration that the
license is valid for or it may be defined in terms of actual
calendar dates. Subscription licenses are…
Enumeration
Enumerated Values:
1demo
2extension
3gracePeriod
4permanent
5paidSubscription
6evaluationSubscription
7extensionSubscription
8evalRightToUse
9rightToUse
10permanentRightToUse
.1.3.6.1.4.1.9.9.543.1.2.3.1.5
clmgmtLicenseCounted
This object indicates whether the license is counted
license.
true(1) - counted license
false(2) - uncounted license
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.9.543.1.2.3.1.6
clmgmtLicenseValidityPeriod
This object indicates the time period the license is valid for.
This object is applicable only if clmgmtLicenseType is demo(1),
or extension(2) or gracePeriod(3) or evalRightToUse(8). The
object will return 0 for other …
secondsSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.2.3.1.7
clmgmtLicenseValidityPeriodRemaining
This object indicates the time period remaining before the
license expires or transitions to rightToUse(9) license. This
object is applicable only if clmgmtLicenseType is demo(1), or
extension(2) or gracePeriod(3) or ev…
secondsSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.2.3.1.8
clmgmtLicenseExpiredPeriod
This object indicates the elapsed time period since the license
expired. This object is applicable only if clmgmtLicenseType
is demo(1), or extension(2) or gracePeriod(3). Also, this
value of this object will be valid o…
secondsSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.2.3.1.9
clmgmtLicenseMaxUsageCount
This object indicates the maximum number of entities that
can use this license. This object is applicable only if
clmgmtLicenseCounted is true(1). The entity that is being
counted can be anything and it depends on the l…
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.2.3.1.10
clmgmtLicenseUsageCountRemaining
This object indicates the number of entities that can
still use this license. This object is applicable only
if clmgmtLicenseCounted is true(1).
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.2.3.1.11
clmgmtLicenseEULAStatus
This object indicates whether the user accepted
End User License Agreement for this license.

true(1) - EULA accpeted
false(2) - EULA not accepted
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.9.543.1.2.3.1.12
clmgmtLicenseComments
This object represents the user modifiable comments
about the license. This object is initially populated
with comments from the license file.
OctetStringr/w
Constraints:
range: 0-255
.1.3.6.1.4.1.9.9.543.1.2.3.1.13
clmgmtLicenseStatus
This object represents status of the license.

inactive(1) - license is installed, but
not active.
notInUse(2) - license is installed and
Enumeration
Enumerated Values:
1inactive
2notInUse
3inUse
4expiredInUse
5expiredNotInUse
6usageCountConsumed
.1.3.6.1.4.1.9.9.543.1.2.3.1.14
clmgmtLicenseStartDate
This object indicates the start date for a subscription
license. It is optional for subscription linceses to have a
start date associated with them, they may only have an end
date associated with them. This object may b…
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.9.9.543.1.2.3.1.15
clmgmtLicenseEndDate
This object indicates the end date for a subscription license.
This object is applicable only when clmgmtLicenseType is
paidSubscription(5), evaluationSubscription(6) or
extensionSubscription (7). The object will contai…
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.9.9.543.1.2.3.1.16
clmgmtLicensePeriodUsed
This object indicates the time period used for the
Right to use (RTU) licenses. This object is applicable for all
RTU licenses.
secondsSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.2.3.1.17
.1.3.6.1.4.1.9.9.543.1.2.4 · 1 row entry · 8 columns
This table contains list of licensable features in the
image. All the licensable features will have an entry each
in this table irrespective of whether they are using any
licenses currently. Entries in this table are created by
the agent one for each licensable feature in the image.
These entries remain in the table permanently and can not
be deleted. Management application can not create or delete
entries from this table.
clmgmtLicensableFeatureEntry entry .1.3.6.1.4.1.9.9.543.1.2.4.1
An entry in clmgmtLicensableFeatureTable. Each entry represents
a licensable feature.
Indexes
ENTITY-MIBentPhysicalIndex clmgmtFeatureIndex
Column Syntax OID
clmgmtFeatureIndex
This object uniquely identifies a licensable feature in
the device.
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.4.1.9.9.543.1.2.4.1.1
clmgmtFeatureName
This object indicates the name of the licensable feature
in the device. Examples of feature names are: 'IPBASE',
'ADVIPSERVICE'
OctetString
Constraints:
range: 0-128
.1.3.6.1.4.1.9.9.543.1.2.4.1.2
clmgmtFeatureVersion
This object indicates the version of the licensable
feature in the device. Examples of feature versions
are: '1.0' or '2.0'
OctetString
Constraints:
range: 0-32
.1.3.6.1.4.1.9.9.543.1.2.4.1.3
clmgmtFeatureValidityPeriodRemaining
This object indicates the time period remaining before
the feature's license expires or transitions. This object is
applicable only if clmgmtLicenseType of the license used by
this feature is demo(1), or extension(2) or…
secondsSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.2.4.1.4
clmgmtFeatureWhatIsCounted
This object represents the entity that is being counted
by this feature. Examples of entities are IP Phones, number
of sessions etc. This object is only applicable for
features that use counting licenses. For other feat…
OctetString
Constraints:
range: 0-128
.1.3.6.1.4.1.9.9.543.1.2.4.1.5
clmgmtFeatureStartDate
This object indicates the license start date of the feature.
This object is applicable if at least one of the licenses used
for this feature has a valid start date. The start date will
be the earliest of the valid start…
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.9.9.543.1.2.4.1.6
clmgmtFeatureEndDate
This object indicates the license end date of the feature.
This object is applicable if at least one of the licenses used
for this feature has a valid end date. The end date will
be the latest of the valid end dates of …
SNMPv2-TCDateAndTime
Textual Convention: SNMPv2-TCDateAndTime OctetString
Type Constraints:
range: 8
range: 11
.1.3.6.1.4.1.9.9.543.1.2.4.1.7
clmgmtFeaturePeriodUsed
This object indicates the license period used for the feature.
secondsSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.543.1.2.4.1.8
.1.3.6.1.4.1.9.9.543.1.3.2 · 1 row entry · 13 columns
A table for triggering device credentials export action.
Management application must create this entry to trigger the
export of device credentials from the device to a file.
          
Once the request completes, the management application should
retrieve the values of the objects of interest, and then
delete the entry.  In order to prevent old entries from
clogging the table, entries will be aged out, but an entry
will never be deleted within 5 minutes of completion.
clmgmtDevCredExportActionEntry entry .1.3.6.1.4.1.9.9.543.1.3.2.1
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 m…
Indexes
clmgmtDevCredExportActionIndex
Column Syntax OID
clmgmtDevCredExportActionIndex
This object uniquely identifies a row in
clmgmtDevCredExportActionTable. The management application
chooses this value by reading
clmgmtNextFreeDevCredExportActionIndex while creating an
entry in this table. If an entry…
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.4.1.9.9.543.1.3.2.1.1
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 a master and rest of the devices as sla…
ENTITY-MIBPhysicalIndexOrZeror/w
Textual Convention: ENTITY-MIBPhysicalIndexOrZero Integer32
Type Constraints:
range: 0..2147483647
.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
.
ClmgmtLicenseTransferProtocolr/w
Textual Convention: ClmgmtLicenseTransferProtocol Enumeration
Type Values:
1none
2local
3tftp
4ftp
5rcp
6http
7scp
8sftp
.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(2).
INET-ADDRESS-MIBInetAddressTyper/w
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.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).

All bits as 0s or 1s for clmgmtDevCredS…
INET-ADDRESS-MIBInetAddressr/w
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.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), scp(7) or sftp(8). If
clmgmtDevCredTr…
OctetStringr/w
Constraints:
range: 0-96
.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 ftp(4) or scp(7) or
sftp(8). Reading it r…
OctetStringr/w
Constraints:
range: 0-96
.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.
OctetStringr/w
Constraints:
range: 0-255
.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) No operation will be
Enumerationr/w
Enumerated Values:
1noOp
2getDeviceCredentials
.1.3.6.1.4.1.9.9.543.1.3.2.1.9
clmgmtDevCredCommandState
This object indicates the state of the action that is
executed as a result of setting clmgmtDevCredRowStatus
to active(1).
ClmgmtLicenseActionState
Textual Convention: ClmgmtLicenseActionState Enumeration
Type Values:
1none
2pending
3inProgress
4successful
5partiallySuccessful
6failed
.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 failed(6).

none(1) - a…
Enumeration
Enumerated Values:
1none
2unknownError
3transferProtocolNotSupported
4fileServerNotReachable
5unrecognizedEntPhysicalIndex
6invalidFile
.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.
SNMPv2-TCStorageTyper/w
Textual Convention: SNMPv2-TCStorageType Enumeration
Type Values:
1other
2volatile
3nonVolatile
4permanent
5readOnly
.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
(clmgmtDevCredCommandStatus is set to a value
other…
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.9.9.543.1.3.2.1.13