GENLIC-MIB

File: GENLIC-MIB.mib (6485 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
DisplayString

Defined Types

LicModuleIdentEntry  
SEQUENCE    
  licModuleIdentIndex INTEGER
  licModuleIdentUniqueID OCTET STRING

LicFeatureTableEntry  
SEQUENCE    
  licFeatureId INTEGER
  licFeatureModifier OCTET STRING
  licFeatureName DisplayString
  licFeatureLicense OCTET STRING
  licFeatureLicenseStatus INTEGER

Defined Values

lannet 1.3.6.1.4.1.81
OBJECT IDENTIFIER    

license 1.3.6.1.4.1.81.37
Lucent Common License MIB
MODULE-IDENTITY    

licensePerModule 1.3.6.1.4.1.81.37.1
OBJECT IDENTIFIER    

licModuleIdentTable 1.3.6.1.4.1.81.37.1.1
Table of module identifieres used for requesting licenses
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LicModuleIdentEntry

licModuleIdentEntry 1.3.6.1.4.1.81.37.1.1.1
An entry in the table, containing data about a single modules operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  LicModuleIdentEntry  

licModuleIdentIndex 1.3.6.1.4.1.81.37.1.1.1.1
Index which identifies the module inside the chassis for which this entry contains information. Equals the number of the slot by which the group is accessed or the stackable index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

licModuleIdentUniqueID 1.3.6.1.4.1.81.37.1.1.1.2
The Unique identifier of this module. Example: the MAC Address of the agent onboard a P330 module. Must be 6 octets long.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

licFeatureTable 1.3.6.1.4.1.81.37.1.2
Table of features and their licenses as entered to each module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LicFeatureTableEntry

licFeatureTableEntry 1.3.6.1.4.1.81.37.1.2.1
An entry in the table, containing data about a particular feature on a particular module.
Status: current Access: not-accessible
OBJECT-TYPE    
  LicFeatureTableEntry  

licFeatureId 1.3.6.1.4.1.81.37.1.2.1.1
The basic feature type. Features numbered 208 (0xD0) and above are reserved for host-based applications.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER smon(1), richLayer2(2), routing(3), serverLoadBalance(4), rfc1483(5), loadBalance(6), cajunViewPlus(208), realNetRules(209)  

licFeatureModifier 1.3.6.1.4.1.81.37.1.2.1.2
The FeatureModifier field for this feature. value Set when a license is entered.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

licFeatureName 1.3.6.1.4.1.81.37.1.2.1.3
The name of the feature. Used by CLI commands. Must be a lowercase string without spaces. Feature Names: smon - Switch Monitoring routing - Enable routing functions rich-layer-2 - Enable Policy calssifications and actions in a Layer 2 switch server-load-balance - Load balancing server traffic. rfc-1483 - Enable RFC 1483 functions. load-balance - Enable load balancing. cajun-view-plus - host-based Network Managemnet application real-net-rules - host-based Policy Management application.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(16)  

licFeatureLicense 1.3.6.1.4.1.81.37.1.2.1.4
The License needed for this feature. The length serves to diffrentiate between the old SMON scheme and the new versions. 9 octet string - license version 0x02 and onwards 12 octets string - old SMON license. Note that on pre-configured devices, a feature may be active without a license key (License key=0).
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..12)  

licFeatureLicenseStatus 1.3.6.1.4.1.81.37.1.2.1.5
The state of the feature in terms of the licensing mechanism. State will change to licensed(1) if a valid license is enetered, or if the feature is somhow pre-configured. Note that a licensed feature may be inactive. However, an unlicened feature cannot be activated.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER licensed(1), unlicensed(2)