AT-LICENSE-MIB

File: AT-LICENSE-MIB.mib (19336 bytes)

Imported modules

AT-SMI-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

sysinfo Integer32 OBJECT-TYPE
MODULE-IDENTITY DisplayString RowStatus
TruthValue

Defined Types

BaseLicenseEntry  
SEQUENCE    
  baseLicenseStackId Integer32
  baseLicenseName DisplayString
  baseLicenseQuantity Integer32
  baseLicenseType DisplayString
  baseLicenseIssueDate DisplayString
  baseLicenseExpiryDate DisplayString
  baseLicenseFeatures OCTET STRING

LicenseEntry  
SEQUENCE    
  licenseStackId Integer32
  licenseIndex Integer32
  licenseName DisplayString
  licenseCustomer DisplayString
  licenseQuantity Integer32
  licenseType DisplayString
  licenseIssueDate DisplayString
  licenseExpiryDate DisplayString
  licenseFeatures OCTET STRING
  licenseRowStatus RowStatus

LicenseFeatureEntry  
SEQUENCE    
  licenseFeatureIndex Integer32
  licenseFeatureName DisplayString
  licenseFeatureStkMembers OCTET STRING

Defined Values

license 1.3.6.1.4.1.207.8.4.4.3.22
The license MIB, for listing applied software licenses, adding new licenses, and deleting existing licenses.
MODULE-IDENTITY    

baseLicenseTable 1.3.6.1.4.1.207.8.4.4.3.22.1
A table representing the installed base software licenses on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BaseLicenseEntry

baseLicenseEntry 1.3.6.1.4.1.207.8.4.4.3.22.1.1
Each entry represents the base software license on a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  BaseLicenseEntry  

baseLicenseStackId 1.3.6.1.4.1.207.8.4.4.3.22.1.1.1
The index of the base license entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

baseLicenseName 1.3.6.1.4.1.207.8.4.4.3.22.1.1.2
The name of the base license.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

baseLicenseQuantity 1.3.6.1.4.1.207.8.4.4.3.22.1.1.3
The number of licenses issued for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

baseLicenseType 1.3.6.1.4.1.207.8.4.4.3.22.1.1.4
The type of base license issued.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

baseLicenseIssueDate 1.3.6.1.4.1.207.8.4.4.3.22.1.1.5
The date of issue of the base license.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

baseLicenseExpiryDate 1.3.6.1.4.1.207.8.4.4.3.22.1.1.6
The date that the base license expires on.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

baseLicenseFeatures 1.3.6.1.4.1.207.8.4.4.3.22.1.1.7
The featureset that this license enables. Each bit in the returned octet string represents a particular feature that can be license-enabled. The bit position within the string maps to the feature entry with the same index, in licenseFeatureTable. A binary '1' indicates that the feature is included in the license, with a '0' indicating that it is not
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

licenseTable 1.3.6.1.4.1.207.8.4.4.3.22.2
A table representing the installed software licenses on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LicenseEntry

licenseEntry 1.3.6.1.4.1.207.8.4.4.3.22.2.1
Each entry represents a single installed software license on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  LicenseEntry  

licenseStackId 1.3.6.1.4.1.207.8.4.4.3.22.2.1.1
The index of the license entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

licenseIndex 1.3.6.1.4.1.207.8.4.4.3.22.2.1.2
The index of the license entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

licenseName 1.3.6.1.4.1.207.8.4.4.3.22.2.1.3
The name of the license.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

licenseCustomer 1.3.6.1.4.1.207.8.4.4.3.22.2.1.4
The name of the customer of the license.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

licenseQuantity 1.3.6.1.4.1.207.8.4.4.3.22.2.1.5
The number of licenses issued for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

licenseType 1.3.6.1.4.1.207.8.4.4.3.22.2.1.6
The type of license issued.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

licenseIssueDate 1.3.6.1.4.1.207.8.4.4.3.22.2.1.7
The date of issue of the license.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

licenseExpiryDate 1.3.6.1.4.1.207.8.4.4.3.22.2.1.8
The date that the license expires on.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

licenseFeatures 1.3.6.1.4.1.207.8.4.4.3.22.2.1.9
The featureset that this license enables. Each bit in the returned octet string represents a particular feature that can be license-enabled. The bit position within the string maps to the feature entry with the same index, in licenseFeatureTable. A binary '1' indicates that the feature is included in the license, with a '0' indicating that it is not
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

licenseRowStatus 1.3.6.1.4.1.207.8.4.4.3.22.2.1.10
The current status of the license. The following values may be returned when reading this object: active (1) - The license is currently installed and valid. notInService (2) - The license has expired or is invalid. The following values may be written to this object: destroy (6) - The license will be removed from the device - this may result in some features being disabled. Note that a stacked device that has a license de-installed on it may not be able to rejoin the stack after reboot, unless the license is also de-installed on all other devices in the stack.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

licenseFeatureTable 1.3.6.1.4.1.207.8.4.4.3.22.3
A table of all features that must be license-enabled to be utilised on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LicenseFeatureEntry

licenseFeatureEntry 1.3.6.1.4.1.207.8.4.4.3.22.3.1
Each entry represents a single feature that must be license-enabled in order to be utilised on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  LicenseFeatureEntry  

licenseFeatureIndex 1.3.6.1.4.1.207.8.4.4.3.22.3.1.1
The index of the feature which must be license-enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

licenseFeatureName 1.3.6.1.4.1.207.8.4.4.3.22.3.1.2
The name of the feature under licensing control.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

licenseFeatureStkMembers 1.3.6.1.4.1.207.8.4.4.3.22.3.1.3
A bitmap with each bit representing an individual stacking member. Bit one represents stacking member one etc. A bit value of '1' indicates that the applicable feature is enabled on the matching device. A '0' indicates that it is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

licenseNew 1.3.6.1.4.1.207.8.4.4.3.22.4
OBJECT IDENTIFIER    

licenseNewStackId 1.3.6.1.4.1.207.8.4.4.3.22.4.1
The stack ID of the member upon which the new license is to be installed. Setting this object to the value zero, will result in the license being installed on all stack members.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

licenseNewName 1.3.6.1.4.1.207.8.4.4.3.22.4.2
The name of the new license to be installed.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

licenseNewKey 1.3.6.1.4.1.207.8.4.4.3.22.4.3
The key for the new license to be installed.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

licenseNewInstall 1.3.6.1.4.1.207.8.4.4.3.22.4.4
This object is used to install a new software license on the device. To commence installation, a valid license name and key must first have been set via the licenseNewName and licenseNewKey objects respectively. The current value of licenseNewInstallStatus must also be idle(1), indicating that no other license installation operation is in progress. This object should then be set to the value true(1). The status of the installation operation can be determined by reading object licenseNewInstallStatus. Once installed, the software modules affected by any newly enabled features will automatically be restarted. Note that a stacked device that has a new license installed on it may not be able to rejoin the stack after reboot, unless the license is also added to all other devices in the stack. When read, the object shall always return false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

licenseNewInstallStatus 1.3.6.1.4.1.207.8.4.4.3.22.4.5
Shows the current status of the last requested license installation request. One of the following values will be returned: idle (1) - No new operation has been requested. processing (2) - The last request is in progress. success (3) - The last request was successful. failure (4) - The last request failed. Upon completion of a stack license installation operation, the first read of this object will return a success/failure indication. Subsequent reads will then return idle(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), processing(2), success(3), failure(4)  

licenseStackRemove 1.3.6.1.4.1.207.8.4.4.3.22.5
OBJECT IDENTIFIER    

licenseStackRemoveName 1.3.6.1.4.1.207.8.4.4.3.22.5.1
The name of the license to be removed from all stack members on which it currently exists. All existing licenses with the given name must activate the same feature set, in order for the removal operation to be successful.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

licenseStackRemoveExecute 1.3.6.1.4.1.207.8.4.4.3.22.5.2
This object is used to remove a new license from all stack members on which it exists. To commence removal, a valid license name must first have been set via licenseStackRemoveName. The current value of licenseStackRemoveStatus must also be idle(1), indicating that no other license installation operation is in progress. This object should then be set to the value true(1). The status of the removal operation can be determined by reading object licenseStackRemoveStatus. Once removed, the software modules affected by any newly disabled features will automatically be restarted. When read, the object shall always return false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

licenseStackRemoveStatus 1.3.6.1.4.1.207.8.4.4.3.22.5.3
Shows the current status of the last requested stack license removal request. One of the following values will be returned: idle (1) - No new removal operation has been requested. processing (2) - The last request is in progress. success (3) - The last request was successful. failure (4) - The last request failed. Upon completion of a stack license removal operation, the first read of this object will return a success/failure indication. Subsequent reads will then return idle(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), processing(2), success(3), failure(4)