EICON-MIB-CARD

File: EICON-MIB-CARD.mib (15826 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215
RFC1213-MIB

Imported symbols

TimeTicks enterprises OBJECT-TYPE
TRAP-TYPE DisplayString sysName

Defined Types

OperState  
INTEGER other(1), disabled(2), ready(3), active(4), busy(5)    

CardAdminState  
INTEGER start(1), stop(2), dump(3), test(4), invalid(5), reset(6)    

ActionState  
INTEGER done(1), failed(2), in-progress(3)    

EiconCardType  
INTEGER ect-NONE(1), ect-PC-NA(2), ect-PC-DNA(3), ect-PC-SPNA(4), ect-MC-SPCC(5), ect-PC-DPNA(6), ect-PC-EC(7), ect-PC-ECHSI(8), ect-PC-QPNA(9), ect-PC-MPNA(10), ect-MC-EC(11), ect-MC-HSI(12), ect-XX-DIGI(13), ect-MC-IMC(14), ect-PC-IMC(15), ect-MC-MPNA(16), ect-PC-HSI1M(17), ect-MC-HSI1M(18), ect-NB-HSI1M(19), ect-PC-EC1M(20), ect-MC-EC1M(21), ect-NB-EC1M(22), ect-NB-IMC(23), ect-NB-SPCC(24), ect-NB-EC(25), ect-PC-ACC8(26), ect-PC-ISDN(27), ect-PC-DPNA2M(28), ect-PC-MPNA2M(29), ect-MC-MPNA2M(30), ect-MC-SPCC2(31), ect-PP-IMC(32), ect-MC-ISDN(33), ect-PP-EC(34), ect-PC-HSI2(35), ect-PC-S51(36), ect-PC-S52(37)    

CardRef  
INTEGER 1..6    

PortRef  
INTEGER 1..48    

PositiveInteger  
INTEGER 0..2147483647    

CardEntry  
SEQUENCE    
  cardIndex CardRef
  cardName DisplayString
  cardType EiconCardType
  cardOperState OperState
  cardAdminStateCtr CardAdminState
  cardDomainConfigDirName DisplayString
  cardLoadTime TimeTicks
  cardActionState ActionState
  cardActionError INTEGER
  cardActionOutputFile DisplayString
  cardProtocols INTEGER

CardHardwareEntry  
SEQUENCE    
  cardHardCardRef CardRef
  cardHardMemAddr INTEGER
  cardHardIoAddr INTEGER
  cardHardIntrLevel INTEGER
  cardHardNbOfPorts PortRef
  cardHardSlotNumber INTEGER
  cardHardVersion DisplayString
  cardHardSerialNb PositiveInteger
  cardHardComponents DisplayString

CardSoftwareEntry  
SEQUENCE    
  cardSoftCardRef CardRef
  cardSoftModuleIndex PositiveInteger
  cardSoftModuleName DisplayString
  cardSoftVersion DisplayString
  cardSoftDateProd DisplayString
  cardSoftRealSize PositiveInteger

CardBiosSessionEntry  
SEQUENCE    
  cardBiosSsnCardRef CardRef
  cardBiosSsnIndex PositiveInteger
  cardBiosSsnLsn PositiveInteger
  cardBiosSsnPortRef PortRef
  cardBiosSsnOperState INTEGER
  cardBiosSsnProtocol INTEGER
  cardBiosSsnApplName DisplayString
  cardBiosSsnStartTime TimeTicks

Defined Values

eicon 1.3.6.1.4.1.434
OBJECT IDENTIFIER    

management 1.3.6.1.4.1.434.2
OBJECT IDENTIFIER    

mibv2 1.3.6.1.4.1.434.2.2
OBJECT IDENTIFIER    

module 1.3.6.1.4.1.434.2.2.4
OBJECT IDENTIFIER    

card 1.3.6.1.4.1.434.2.2.2
OBJECT IDENTIFIER    

cardNumberOfCards 1.3.6.1.4.1.434.2.2.2.1
The number of EiconCards seen by the Agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PositiveInteger  

cardTable 1.3.6.1.4.1.434.2.2.2.2
The table of EiconCards as seen by the agent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CardEntry

cardEntry 1.3.6.1.4.1.434.2.2.2.2.1
The set of attributes for one EiconCard.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CardEntry  

cardIndex 1.3.6.1.4.1.434.2.2.2.2.1.1
The ID of the EiconCard provided by the local administrator
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardRef  

cardName 1.3.6.1.4.1.434.2.2.2.2.1.2
The name of the EiconCard given by the local administration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

cardType 1.3.6.1.4.1.434.2.2.2.2.1.3
The type of the EiconCard. The value '0' indicates that the row is invalid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  EiconCardType  

cardOperState 1.3.6.1.4.1.434.2.2.2.2.1.4
The EiconCard operational state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OperState  

cardAdminStateCtr 1.3.6.1.4.1.434.2.2.2.2.1.5
The administrative state of the EiconCard. Management station can modify the value of that parameter in order to perform a specific action on the EiconCard. Value 'start' is used to start the EiconCard, value 'stop' is used to stop the EiconCard. Value 'dump' is used to dump the EiconCard and value 'test' is used to test the EiconCard hardware. Before the EiconCard is started, the Agent will read the name of the configuration file directory to be used from the srvDomainConfigDir. Agent will respond to that request immediately and start the action. The Management station will poll the cardActionState variable to find out the results of the action and the cardActionError variable to find the error code in the case of the action failure. If the action produces an output file, then the mib variable cardActionOutputFile has to be initialized by the Management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  CardAdminState  

cardDomainConfigDirName 1.3.6.1.4.1.434.2.2.2.2.1.6
The name of the directory in the ESS from which the current configuration file of the card has been taken. The Agent will intialize this value (equal to srvDomainConfigDir) after the card has been successfully started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..256)  

cardLoadTime 1.3.6.1.4.1.434.2.2.2.2.1.7
The time elapsed in seconds since the card was loaded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

cardActionState 1.3.6.1.4.1.434.2.2.2.2.1.8
The state of the operation performed on the card by the Agent as a result of setting the values to the cardAdminStateCtr. The Management station will poll that variable after initiating an action on the card. The value done(1) indicates that the action terminated successfully. The value failed(2) indicates that the action terminated with an error. In this case the variable cardActionError indicates the error code.
Status: mandatory Access: read-only
OBJECT-TYPE    
  ActionState  

cardActionError 1.3.6.1.4.1.434.2.2.2.2.1.9
The error code displayed by an unsuccessful operation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cardActionOutputFile 1.3.6.1.4.1.434.2.2.2.2.1.10
The name of file which contains the output of the requested action, ex. 'dump' or 'test'. The default filename is dump or test; where is the card number
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..256)  

cardProtocols 1.3.6.1.4.1.434.2.2.2.2.1.11
The mask indicating which protocols are installed on the card. snapc=0x10, snafm=0x20, appc=0x40, llc=0x80, xport_iso=0x200, xport_tgx=0x400, netview=0x800
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cardHardwareTable 1.3.6.1.4.1.434.2.2.2.3
The table of the EiconCards as seen by the Agent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CardHardwareEntry

cardHardwareEntry 1.3.6.1.4.1.434.2.2.2.3.1
The set of hardware attributes for each card.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CardHardwareEntry  

cardHardCardRef 1.3.6.1.4.1.434.2.2.2.3.1.1
The ID of the EiconCard that should match the cardIndex from the cardTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardRef  

cardHardMemAddr 1.3.6.1.4.1.434.2.2.2.3.1.2
The EiconCard memory segment address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cardHardIoAddr 1.3.6.1.4.1.434.2.2.2.3.1.3
The EiconCard IO address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..9999  

cardHardIntrLevel 1.3.6.1.4.1.434.2.2.2.3.1.4
The EiconCard interrupt level.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..99  

cardHardNbOfPorts 1.3.6.1.4.1.434.2.2.2.3.1.5
The number of ports on the EiconCard.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

cardHardSlotNumber 1.3.6.1.4.1.434.2.2.2.3.1.6
The slot number for MicroChannel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

cardHardVersion 1.3.6.1.4.1.434.2.2.2.3.1.7
The hardware version of the EiconCard.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

cardHardSerialNb 1.3.6.1.4.1.434.2.2.2.3.1.8
The EiconCard serial number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PositiveInteger  

cardHardComponents 1.3.6.1.4.1.434.2.2.2.3.1.9
The names of special hardware components.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

cardSoftwareTable 1.3.6.1.4.1.434.2.2.2.4
The table of all software modules (.elm) that are configured for all EiconCards seen by the Agent. The configuration file from the directory srvProductLocalDirName will be used by the Agent to provide that information
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CardSoftwareEntry

cardSoftwareEntry 1.3.6.1.4.1.434.2.2.2.4.1
The set of attributes for one software module and one card.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CardSoftwareEntry  

cardSoftCardRef 1.3.6.1.4.1.434.2.2.2.4.1.1
The ID of the EiconCard; should match the cardIndex from the cardTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardRef  

cardSoftModuleIndex 1.3.6.1.4.1.434.2.2.2.4.1.2
The module index number given by the Agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PositiveInteger  

cardSoftModuleName 1.3.6.1.4.1.434.2.2.2.4.1.3
The module name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

cardSoftVersion 1.3.6.1.4.1.434.2.2.2.4.1.4
The module version string found inside the module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

cardSoftDateProd 1.3.6.1.4.1.434.2.2.2.4.1.5
The module production date found inside the module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

cardSoftRealSize 1.3.6.1.4.1.434.2.2.2.4.1.6
The module size (in bytes). If the value is '0' then this entry is invalid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PositiveInteger  

cardBiosSessionTable 1.3.6.1.4.1.434.2.2.2.5
The table of all sessions handled by the BIOS task for all cards.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CardBiosSessionEntry

cardBiosSessionEntry 1.3.6.1.4.1.434.2.2.2.5.1
The set of attributes for one session and one card.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CardBiosSessionEntry  

cardBiosSsnCardRef 1.3.6.1.4.1.434.2.2.2.5.1.1
The ID of the EiconCard; should match the cardIndex from the cardTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardRef  

cardBiosSsnIndex 1.3.6.1.4.1.434.2.2.2.5.1.2
The session index given by the Agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PositiveInteger  

cardBiosSsnLsn 1.3.6.1.4.1.434.2.2.2.5.1.3
The logical (BIOS) session number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PositiveInteger  

cardBiosSsnPortRef 1.3.6.1.4.1.434.2.2.2.5.1.4
The reference of the port where the session is established; should match the portIndex from the portTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

cardBiosSsnOperState 1.3.6.1.4.1.434.2.2.2.5.1.5
The state of the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), listening(2), calling(3), connected(4), hangingup(5), hungup(6), aborted(7), wait-for-user(8)  

cardBiosSsnProtocol 1.3.6.1.4.1.434.2.2.2.5.1.6
The protocol used by the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), sdlc(2), snapc(3), snafm(4), appc(5), dlc(6), dialer(7), xportiso(8), xporttgx(9), sndcf(10), x25(11), hdlc(12), frbs(13), conmgr(14), remoteec(15)  

cardBiosSsnApplName 1.3.6.1.4.1.434.2.2.2.5.1.7
The session Application Name
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

cardBiosSsnStartTime 1.3.6.1.4.1.434.2.2.2.5.1.8
The time elapsed in seconds since session esablishment time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

cardTrapHeartbeatLost 21
The 'cardTrapHeartbeatLost' trap indicates that a EiconCard stopped sending statics to the Agent.
TRAP-TYPE    

cardTrapStateChange 22
The generic Internal trap indicates that the EiconCard has changed state.
TRAP-TYPE