CilmImageLevelToLicenseMapEntry¶
-
class
CISCOIMAGELICENSEMGMTMIB::CilmImageLevelToLicenseMapTable::CilmImageLevelToLicenseMapEntry¶ Bases:
EntityClass Hierarchy :
CISCOIMAGELICENSEMGMTMIBCilmImageLevelToLicenseMapTableCilmImageLevelToLicenseMapEntryThis class represents state data.
An entry in the table containing the following
information.
- The image levels at the which the modules can be run.
- The license required to the run a module at a
particular image level.
- The priority of the license.
-
entphysicalindex(key)¶ type: int
range: 1..2147483647
refers to:
entphysicalindexconfig: False
-
cilmmodulename(key)¶ type:
std::stringrefers to:
cilmmodulenameconfig: False
-
cilmimagelicensemapindex(key)¶ This is a running index used to identify an entry of this table
type: int
range: 0..4294967295
config: False
-
cilmimagelicenseimagelevel¶ This object indicates the image level at which a module can be run. A module can be run at different image levels. An entry will be created in this table for every module and image level combination
type:
std::stringlength: 0..255
config: False
-
cilmimagelicensename¶ This object indicates the list of licenses needed to be installed for the module to run at the image level mentioned by cilmImageLicenseImageLevel object of this entry
type:
std::stringlength: 0..255
config: False
-
cilmimagelicensepriority¶ This object indicates the priority of the image level mentioned by cilmImageLicenseImageLevel object of this entry. The image level with the highest priority license will be considered as the default level in the absense of next boot image level configuration. For example if there are three licenses l1, l2 and l3 in the ascending order of priority, then by default l1 will be the level at which the module will be running. If the next boot level is configured then the configuration will override the priority. The highest priority license supports a feature set which is a super set of all other licenses
type: int
range: 1..255
config: False
-