AISLC-MIB

File: AISLC-MIB.mib (7479 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
TimeTicks DisplayString DateAndTime
TruthValue

Defined Types

AislcRomIdSelFeatTableEntry  
SEQUENCE    
  aislcRomIdSelFeatName DisplayString
  aislcRomIdSelFeatEnabled TruthValue

Defined Values

aii 1.3.6.1.4.1.539
OBJECT IDENTIFIER    

aiSLC 1.3.6.1.4.1.539.10
The MIB Module for Smart Line Cards (SLC)
MODULE-IDENTITY    

aiSLCSystem 1.3.6.1.4.1.539.10.1
OBJECT IDENTIFIER    

aislcAdminStatus 1.3.6.1.4.1.539.10.1.1
Configured boot status of the card. A write of boot(2)when this object is in up(1) state will cause the SLC to reboot. Any other write will have no effect. This may not yet be the operational state of the SLC. The current operational state of the SLC is available as aislcOperStatus below.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), boot(2)  

aislcAdminPush 1.3.6.1.4.1.539.10.1.2
A write of push(2) to this object informs the SLC that the management station is done with a group of related set requests. The SLC will save to novolatile memory any unsaved values. The use of this feature by the management station is OPTIONAL. The SLC will save to nonvolatile memory periodically, and upon the occurence of various events, even if the management station never writes to this object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), push(2)  

aislcOperBaseport 1.3.6.1.4.1.539.10.1.3
The baseport of the SLC. This is the lowest-numbered backplane Time Division Subchannel assigned to this SLC.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

aislcLastConfigTime 1.3.6.1.4.1.539.10.1.4
The timestamp of the last configuration or inventory change in the SLC. This value should be set to the value of sysUpTime at boot time. Additionaly, this value should be updated when a user changes the configuration or when any new hardware is detected that would effect variables in the supported MIBs.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

aislcAdminResetAlarm 1.3.6.1.4.1.539.10.1.5
A write of reset(2) to this object informs the SLC that the management station wishes to reset the board alarm level for the SLC to the NORMAL level. The use of this feature by the management station is OPTIONAL. The SLC will reset the alarm status of the SLC to a normal alarm status. Used to reset the alarm status of the SLC after marking an enabled link that is down as dormant. A get of this object will return the current board level alarm state, either normal(1) or linkdown(3).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), reset(2), linkdown(3)  

aislcFirmwareVersion 1.3.6.1.4.1.539.10.1.6
The version of the firmware currently executing on the SLC. This is in the format xxx.yyy[.zzz] where xxx, yyy, and zzz are 1 to 3 digit numbers and the third field, zzz, is optional.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(3..11)  

aislcProductName 1.3.6.1.4.1.539.10.1.7
The name of the product, such as AI296 or AI193-FT.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(3..40)  

aislcRomIdImageId 1.3.6.1.4.1.539.10.1.8
The image identifier (ROM ID) string of the firmware currently executing on the SLC.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..20)  

aislcRomIdTimeDate 1.3.6.1.4.1.539.10.1.9
This is the image build time and date. The DateAndTime type is a structured OCTET STRING, defined in v2-tc.my (SNMPv2 Textual Conventions).
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

aislcRomIdSelFeatTable 1.3.6.1.4.1.539.10.1.10
A table of selectable features in this firmware image. If there are no selectable features, this table is empty.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AislcRomIdSelFeatTableEntry

aislcRomIdSelFeatTableEntry 1.3.6.1.4.1.539.10.1.10.1
Information about a particular selectable feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  AislcRomIdSelFeatTableEntry  

aislcRomIdSelFeatName 1.3.6.1.4.1.539.10.1.10.1.1
The name of the selectable feature for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

aislcRomIdSelFeatEnabled 1.3.6.1.4.1.539.10.1.10.1.2
Whether or not this selectable feature is enabled. The TruthValue syntax defines values of true(1) and false(2).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue