ENTERASYS-ACTIVATION-MIB

File: ENTERASYS-ACTIVATION-MIB.mib (16087 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB ENTERASYS-MIB-NAMES

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
TEXTUAL-CONVENTION RowStatus MODULE-COMPLIANCE
OBJECT-GROUP SnmpAdminString etsysModules

Defined Types

EnterasysKeyType  
A value of this type indicates whether an activation key is a product key, or whether it is a special kind of key such as a demonstration key. noKey(1) Indicates that no key is configured. unknownKeyType(2) Indicates that a key is configured, but that the agent has no idea what type of key it is. productKey(3) Indicates that a product key is configured. demoKey(4) Indicates that a demonstration key is configured. Demonstration keys intended for customer use will typically have expirations or other restrictions.
TEXTUAL-CONVENTION    
  INTEGER noKey(1), unknownKeyType(2), productKey(3), demoKey(4)  

EnterasysFeature  
A value of this type identifies an optional feature for which an activation key may be bought or obtained. This enumeration type will be extended as necessary.
TEXTUAL-CONVENTION    
  INTEGER dot1xAuthentication(1), pointToMultipoint(2)  

EtsysActivationKeyEntry  
SEQUENCE    
  etsysActivationKeyRow Integer32
  etsysActivationLicenseString SnmpAdminString
  etsysActivationKeyValue SnmpAdminString
  etsysActivationKeyType EnterasysKeyType
  etsysActivationKeyStatus RowStatus

EtsysActivationKeyFeatureEntry  
SEQUENCE    
  etsysActivationKeyFeature EnterasysFeature
  etsysActivationKeyRestrictions SnmpAdminString

Defined Values

etsysActivationMIB 1.3.6.1.4.1.5624.1.2.99999
This MIB module defines a portion of the SNMP enterprise MIBs under Enterasys Networks' enterprise OID pertaining to configuration of product activation keys.
MODULE-IDENTITY    

etsysActivationObjects 1.3.6.1.4.1.5624.1.2.99999.1
OBJECT IDENTIFIER    

etsysActivationBaseBranch 1.3.6.1.4.1.5624.1.2.99999.1.1
OBJECT IDENTIFIER    

etsysMaxActivationKeyRow 1.3.6.1.4.1.5624.1.2.99999.1.1.1
The largest value that the agent supports for the index object etsysActivationKeyRow.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

etsysActivationKeyTable 1.3.6.1.4.1.5624.1.2.99999.1.1.2
This table contains activation keys for optional features.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysActivationKeyEntry

etsysActivationKeyEntry 1.3.6.1.4.1.5624.1.2.99999.1.1.2.1
Each valid conceptual row contains basic information about one product activation key. Only those rows for which the etsysActivationKeyStatus is active(1) may enable features. Note that it is possible for an active(1) row to contain a well-formatted, internally-consistent key that has expired. A managed system is under no obligation to enable features in response to the presence of expired keys.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysActivationKeyEntry  

etsysActivationKeyRow 1.3.6.1.4.1.5624.1.2.99999.1.1.2.1.1
An index that uniquely identifies a row in the product key table. Agents are not required to accept arbitrary indices -- they may limit indices to numbers in the range (1 - N), where N is defined as the maximum number of activation keys that can usefully be supported on a product.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

etsysActivationLicenseString 1.3.6.1.4.1.5624.1.2.99999.1.1.2.1.2
A place for human-readable administrative information associated with this activation key, such as a product serial number or a demo key's registration date. Some key formats may require entry of 'License String' values provided by the vendor. Agents may enforce the following rule with respect to such paired-key rows: ------------------------------------------------------- This object MUST be set before etsysActivationKeyStatus can become active(1), and MAY NOT be modified while etsysActivationKeyStatus is active(1). -------------------------------------------------------
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

etsysActivationKeyValue 1.3.6.1.4.1.5624.1.2.99999.1.1.2.1.3
An activation key. The activation key must be coded as a string of printable characters. Spaces and hyphens are reserved punctuation characters. They may be used freely on input and output, and do not form part of the key value. (The agent is not required to preserve these or other non-essential aspects of the key formatting.) The key must conform to one of the meta-formats defined in this DESCRIPTION. These meta-formats are subject to change. Agents should validate activation keys at Set time. An agent may reject even a valid key if it is inapplicable to the managed device. This object MUST be set before etsysActivationKeyStatus can become active(1), and MAY NOT be modified while etsysActivationKeyStatus is active(1). ======================================================= Standard activation keys have the following format: The is encoded as four hexadecimal digits, and identifies the format of the . The may be encoded in any fashion the agent likes, within the constraints mentioned earlier in this DESCRIPTION. ======================================================= A platform may accept keys of the format [Qualifiers] provided that there is no possibility of confusion with standard activation keys. This format is best suited to non-secret demo keys that are intended for a wide audience ('everyone reading the user manual'). ======================================================= Backwards compatibility example Task : Configure an existing RoamAbout AccessPoint 2000 P-MP activation key, using this MIB. : XXXX-XXXX-XXXX-XXXX (existing key) : 0001 You enter : 0001-XXXX-XXXX-XXXX-XXXX =======================================================
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

etsysActivationKeyType 1.3.6.1.4.1.5624.1.2.99999.1.1.2.1.4
Derived from the activation key. Identifies the type of key (product key vs. demonstration key). Identification of existing demonstration keys may not be 100% accurate.
Status: current Access: read-only
OBJECT-TYPE    
  EnterasysKeyType  

etsysActivationKeyStatus 1.3.6.1.4.1.5624.1.2.99999.1.1.2.1.5
Supports creation, deletion, and activation of rows in the etsysActivationKeyTable. An instance of this variable may become active(1) only when there is a corresponding etsysActivationKeyValue. For some key formats, the etsysActivationLicenseString may need to be set to a matching vendor-supplied value. Note that a row with an active(1) status may contain a demo key that has expired, and that no longer provides access to any features.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysActivationKeyFeatureTable 1.3.6.1.4.1.5624.1.2.99999.1.1.3
This table indicates which optional feature or features each activation key enables. Rows only appear in this table for 'etsysActivationKeyValue' instances that contain recognizable key values.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysActivationKeyFeatureEntry

etsysActivationKeyFeatureEntry 1.3.6.1.4.1.5624.1.2.99999.1.1.3.1
Each valid conceptual row indicates the existence of a known mapping between an activation key and an optional feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysActivationKeyFeatureEntry  

etsysActivationKeyFeature 1.3.6.1.4.1.5624.1.2.99999.1.1.3.1.1
Identifies one of the optional product features enabled by an activation key in the etsysActivationKeyTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  EnterasysFeature  

etsysActivationKeyRestrictions 1.3.6.1.4.1.5624.1.2.99999.1.1.3.1.2
If the activation key associated with this row is a demo key, this MIB object may contain a human-readable string describing the key's restrictions, expiration conditions, and/or status. A demo key that enables several features could, at least theoretically, have different conditions for each. Platforms may automatically enforce expirations, but are not guaranteed to do so. It is ultimately the system manager's responsibility to clean up expired keys. For a key that has no restrictions, this object's value may consist of the empty string, or of whitespace.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

etsysActivationConformance 1.3.6.1.4.1.5624.1.2.99999.2
OBJECT IDENTIFIER    

etsysActivationGroups 1.3.6.1.4.1.5624.1.2.99999.2.1
OBJECT IDENTIFIER    

etsysActivationCompliances 1.3.6.1.4.1.5624.1.2.99999.2.2
OBJECT IDENTIFIER    

etsysActivationBaseGroup 1.3.6.1.4.1.5624.1.2.99999.2.1.1
A collection of objects for configuring activation keys for optional platform features.
Status: current Access: read-only
OBJECT-GROUP    

etsysActivationCompliance 1.3.6.1.4.1.5624.1.2.99999.2.2.1
The compliance statement for devices that support the Enterasys Product Activation MIB.
Status: current Access: read-only
MODULE-COMPLIANCE