AISYSTEM-MIB

File: AISYSTEM-MIB.mib (14262 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
IpAddress TEXTUAL-CONVENTION DateAndTime
DisplayString TruthValue

Defined Types

PositiveInteger  
INTEGER 0..2147483647    

AIIHwIntType  
This data type is used as the syntax of the hardware interface type object(aiSysSTHwIntType) of the AII Statum Discovery Table.
TEXTUAL-CONVENTION    
  INTEGER noHwIfType(0), serialSyncAsync(1), serialSync(2), serialAsync(3), discreteIn(4), discreteOut(5), ethernetPort10(6), ethernetPort100(7), ethernetPort10-100(8), hubbedEthernetPort10(9), hubbedEthernetPort100(10), hubbedEthernetPort10-100(11), modem56K(12), hubbedFiber1310(13), hubbedFiber1550(14), temperatureProbe(15), power(16), fan(17), ethernetPort1000(18), fiber850(19), fiber1310(20), analogIn(21), switchedEthernetPort10(22), switchedEthernetPort100(23), switchedEthernetPort10-100(24), switchedFiber1310(25), switchedFiber1550(26), luxChannel10G(27), switchedEthernetPort1000(28), serialSyncAsyncnoDSR(29), serialAsyncnoDSR(30)  

AIIConnType  
This data type is used as the syntax of the connector type object(aiSysSTConnType) of the AII Statum Discovery Table.
TEXTUAL-CONVENTION    
  INTEGER noConnType(0), propConnType(1), db9(2), db25(3), rj11(4), rj45(5), coax(6), aui(7), sc(8), vhdci(9), scsi2(10), copperGBIC(11), gbic(12), sfp(13)  

AiSysModuleTableEntry  
SEQUENCE    
  aiSysMTIndex OBJECT IDENTIFIER
  aiSysMTProductName DisplayString
  aiSysMTSerialNumber DisplayString
  aiSysMTManufDate DisplayString

AiSysStatumTableEntry  
SEQUENCE    
  aiSysSTIndex OBJECT IDENTIFIER
  aiSysSTLabel DisplayString
  aiSysSTFaceplateModule OBJECT IDENTIFIER
  aiSysSTFaceplateOpening INTEGER
  aiSysSTOpeningIndex INTEGER
  aiSysSTHwIntType AIIHwIntType
  aiSysSTConnType AIIConnType
  aiSysSTMonTabIndex INTEGER

AISystemManagerTableEntry  
SEQUENCE    
  aisysManagerIndex PositiveInteger
  aisysManagerAddress IpAddress

Defined Values

aii 1.3.6.1.4.1.539
OBJECT IDENTIFIER    

aiSystem 1.3.6.1.4.1.539.8
The System MIB Module for AI Equipment
MODULE-IDENTITY    

aiSystemSendsStatusTraps 1.3.6.1.4.1.539.8.1
This flag indicates whether or not this agent sends traps when its ports change status. The TruthValue syntax defines values of true(1) and false(2).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

aiSystemLastTrapSequenceNum 1.3.6.1.4.1.539.8.2
This is the sequence number of the last trap sent by this agent. The sequence number starts at zero following a hardware reset or power-up. When the sequence number reaches 0xffffffff, it rolls over to 0 on the next trap. If the agent supports trap sequence numbers, it must include the trap sequence number when it sends traps and it must notify the CLC via a window transaction after each trap. When this varbind appears in a trap, this is the sequence number of that trap.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..4294967295  

aiSystemLastTrapMsg 1.3.6.1.4.1.539.8.3
The message text which was inserted in the last trap sent by this agent. If this agent does not support traps, the string is blank. When this varbind appears in a trap, the value is the message for that trap.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

aiSystemDisc 1.3.6.1.4.1.539.8.4
OBJECT IDENTIFIER    

aiSystemDiscVersion 1.3.6.1.4.1.539.8.4.1
The version of the aiSystem discovery tables supported by the SNMP agent. Each time modifications are made to the syntax of any part of this MIB under the aiSystemDisc branch, the version number must be incremented. For example, if a new column is added to a table or a new value is added to an enum object, the version must be incremented. If a description is changed or an object name is changed, the version is not incremented.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..32767  

aiSystemDiscLastChanged 1.3.6.1.4.1.539.8.4.2
The date and time of the last change to any object under the aiSystemDisc branch of this MIB. The DateAndTime type is a structured OCTET STRING, defined in v2-tc.my (SNMPv2 Textual Conventions).
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

aiSysDiscModuleTable 1.3.6.1.4.1.539.8.4.3
A table of modules in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AiSysModuleTableEntry

aiSysModuleTableEntry 1.3.6.1.4.1.539.8.4.3.1
Information unique to a particular module.
Status: current Access: not-accessible
OBJECT-TYPE    
  AiSysModuleTableEntry  

aiSysMTIndex 1.3.6.1.4.1.539.8.4.3.1.1
The index for the module or submodule described in this row. The top-level module's oid is always 1.1. Submodules nest within the top-level module (e.g. 1.1.1, 1.1.2,...) and may have submodules nested within them to an arbitrary level(e.g. 1.1.1.1, 1.1.1.2,...). Each hardware component which has a product code that can be read or inferred by the SNMP agent may appear as a row in this table. The nesting of modules within modules describes the hierarchy of the hardware components that make up the top-level module.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

aiSysMTProductName 1.3.6.1.4.1.539.8.4.3.1.2
The product name of the module. This is the name from the module's auto-id part, if it has one.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

aiSysMTSerialNumber 1.3.6.1.4.1.539.8.4.3.1.3
The serial number of the module. This is the serial number from the module's auto-id part, if it has one.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

aiSysMTManufDate 1.3.6.1.4.1.539.8.4.3.1.4
The date of manufacture of the module. This is the manufacture date from the module's auto-id part, if it has one.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

aiSysDiscStatumTable 1.3.6.1.4.1.539.8.4.4
A table of statums in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AiSysStatumTableEntry

aiSysStatumTableEntry 1.3.6.1.4.1.539.8.4.4.1
Information unique to a particular statum.
Status: current Access: not-accessible
OBJECT-TYPE    
  AiSysStatumTableEntry  

aiSysSTIndex 1.3.6.1.4.1.539.8.4.4.1.1
The index for the statum described in this row. This is a module table index (aiSysMTIndex) with a unique statum number appended (e.g. 1.1.1.2.1, 1.1.1.2.2,... where 1.1.1.2 is the module table index and 1, 2,... are statum numbers). The module table identifier is from the parent module that contains the port or point associated with this entry, or the top-level module, if this statum is not associated with a specific hardware assembly.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

aiSysSTLabel 1.3.6.1.4.1.539.8.4.4.1.2
A label that uniquely identifies this statum within its faceplate.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

aiSysSTFaceplateModule 1.3.6.1.4.1.539.8.4.4.1.3
The module table index (aiSysMTIndex) of the module table entry associated with the faceplate that this statum's connector extends from. This may be the module this statum is nested under or any other module, including the top-level module of the system.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

aiSysSTFaceplateOpening 1.3.6.1.4.1.539.8.4.4.1.4
The identifier of the faceplate opening that this statum's connector extends from. Each opening in a given faceplate must have a unique numeric identifier.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..32767  

aiSysSTOpeningIndex 1.3.6.1.4.1.539.8.4.4.1.5
A number that identifies the index of the statum in its opening identified in aiSysSTFaceplateOpening. If only one statum is accessible from an opening then that statum has an opening index of 1. If more than one statum is accessible through an opening, then the first statum is given the index of 1. Each successive statum for an opening has an index of one greater than the previous statum's opening index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..32767  

aiSysSTHwIntType 1.3.6.1.4.1.539.8.4.4.1.6
Identifies the hardware interface type for the statum.
Status: current Access: read-only
OBJECT-TYPE    
  AIIHwIntType  

aiSysSTConnType 1.3.6.1.4.1.539.8.4.4.1.7
Identifies the connector type for the statum. If a statum is internal to the device, aiSysSTFaceplateOpening equal to 0, then its connector type should be 'noConnType'. If a statum has a proprietary connector then its connector type should be 'propConnType'.
Status: current Access: read-only
OBJECT-TYPE    
  AIIConnType  

aiSysSTMonTabIndex 1.3.6.1.4.1.539.8.4.4.1.8
The index into the table which is used to monitor the status of the statum (e.g. statums of type serialSync should have their aiLinkTable index identified).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..32767  

aiSystemManagerTable 1.3.6.1.4.1.539.8.5
Table of IP addresses to which SNMP traps will be sent, indexed by an integer.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AISystemManagerTableEntry

aiSystemManagerTableEntry 1.3.6.1.4.1.539.8.5.1
Entry of aiSystemManagerTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AISystemManagerTableEntry  

aisysManagerIndex 1.3.6.1.4.1.539.8.5.1.1
Index into this table of SNMP managers.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger  

aisysManagerAddress 1.3.6.1.4.1.539.8.5.1.2
SNMP manager IP address. 0.0.0.0 indicates an unused entry.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aiSystemCmdReboot 1.3.6.1.4.1.539.8.6
Configured boot status of the system. A write of boot(2) when this object is in up(1) state will cause the system to reboot. Any other write will have no effect.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), boot(2)  

aiSystemStatusLastConfig 1.3.6.1.4.1.539.8.7
An md5sum hash of the current configuration file. This will be used as a timestamp of a sort by the management station.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)