CT-PIC-MIB

File: CT-PIC-MIB.mib (33524 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
CTRON-MIB-NAMES

Imported symbols

Gauge OBJECT-TYPE DisplayString
ctPIC

Defined Types

CtPicEntry  
SEQUENCE    
  ctPicSlot INTEGER
  ctPicIndex INTEGER
  ctPicLocation OBJECT IDENTIFIER
  ctPicStatus INTEGER
  ctPicVersion DisplayString
  ctPicModuleType OBJECT IDENTIFIER
  ctPicMfgPN DisplayString
  ctPicMfgSN DisplayString
  ctPicMfgPartNumb DisplayString
  ctPicMfgSerialNumb DisplayString
  ctPicMfgReworkLocation DisplayString
  ctPicMfgMfgLocation DisplayString
  ctPicMfgDateCode DisplayString
  ctPicMfgRevisionCode DisplayString
  ctPicTLPN DisplayString
  ctPicTLSN DisplayString
  ctPicTLPartNumb DisplayString
  ctPicTLSerialNumb DisplayString
  ctPicTLReworkLocation DisplayString
  ctPicTLMfgLocation DisplayString
  ctPicTLDateCode DisplayString
  ctPicTLRevisionCode DisplayString
  ctPicPcbRevision DisplayString
  ctPicMacAddr OCTET STRING
  ctPicNumbRsvdAddrs INTEGER
  ctPicBoardRevision DisplayString
  ctPicModuleTypeString DisplayString
  ctPicDCDCconverterType DisplayString
  ctPicDCDCconvInputPower DisplayString
  ctPicSMB1promVersion DisplayString
  ctPicAtmMacAddr OCTET STRING
  ctPicOEMVendorId INTEGER
  ctPicOEMVendorName DisplayString
  ctPicMfg97SN DisplayString
  ctPicMfg97DateCode DisplayString
  ctPicMfg97RevisionCode DisplayString
  ctPicTL97SN DisplayString
  ctPicTL97DateCode DisplayString
  ctPicTL97RevisionCode DisplayString
  ctPicOEMTLSN DisplayString

CtPicECOEntry  
SEQUENCE    
  ctPicECOSlot INTEGER
  ctPicECOIndex INTEGER
  ctPicECOID INTEGER
  ctPicECONumber DisplayString

CtPicDiagEntry  
SEQUENCE    
  ctPicDiagSlot INTEGER
  ctPicDiagIndex INTEGER
  ctPicDiagID INTEGER
  ctPicDiagResults DisplayString

CtPicControlEntry  
SEQUENCE    
  ctPicRefresh INTEGER

Defined Values

pic 1.4.1.5.9.1
OBJECT IDENTIFIER    

ctPicNumberEntries 1.4.1.5.9.1.1
Defines the number of PIC modules defined by this MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

ctPicTable 1.4.1.5.9.1.2
A table that describes the contents of all PIC modules accessible by this module.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtPicEntry

ctPicEntry 1.4.1.5.9.1.2.1
Description of a specific instance of a PIC module.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtPicEntry  

ctPicSlot 1.4.1.5.9.1.2.1.1
Specific slot which the module that realizes this PIC resides. If the PIC is associated with the chassis and not a specific module then this value will be 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctPicIndex 1.4.1.5.9.1.2.1.2
Uniquely identifies the instance of a PIC in a particular slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctPicLocation 1.4.1.5.9.1.2.1.3
Defines location of the PIC chip. This takes on any of the encoding values defined below for backplane, module, daughter board, brim.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ctPicStatus 1.4.1.5.9.1.2.1.4
Provides the status of the specific PIC chip. the values are defined as follows: other(1) - firmware can not determine status present(2) - PIC seems to be functional notPresent(3) - PIC not found but expected checkSum(4) - A check sum error occured error(5) - An undefined error condition exists. limited(6) - A limited PIC implementation only type code information is present.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), present(2), notPresent(3), checkSum(4), error(5), limited(6)  

ctPicVersion 1.4.1.5.9.1.2.1.5
Reflects the version of the PIC implementation that this PIC conforms to. This has the format x.yy . If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

ctPicModuleType 1.4.1.5.9.1.2.1.6
Defines the standard module type value as defined in ctron-oids.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ctPicMfgPN 1.4.1.5.9.1.2.1.7
Describes the manufacturing level part number of the module associated with this PIC. This information is encoded as follows: 7 Characters Part Number 2 Characters Rework Location. If any field of this object is non-existent, it will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(9)  

ctPicMfgSN 1.4.1.5.9.1.2.1.8
Describes the manufacturing level serial number of the module associated with this PIC. This information is encoded as follows: 3 bytes - Date code (year/week) 4 bytes - Serial number 2 bytes - Manufacture location 3 bytes - Board level revision If any field of this object is non-existent, it will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(12)  

ctPicMfgPartNumb 1.4.1.5.9.1.2.1.9
This object presents the part number portion of the ctPicMfgPN object. This object contains the same information however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(7)  

ctPicMfgSerialNumb 1.4.1.5.9.1.2.1.10
This object presents the serial number portion of the ctPicMfgSN object. This object contains the same information however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(4)  

ctPicMfgReworkLocation 1.4.1.5.9.1.2.1.11
The 2 character code that defines the location this module was last reworked. This object contains the same information as presented in ctPicMfgPN object however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

ctPicMfgMfgLocation 1.4.1.5.9.1.2.1.12
The two character code that defines the location this module was manufactured at. This object contains the same information as presented in ctPicMfgSN object however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

ctPicMfgDateCode 1.4.1.5.9.1.2.1.13
The 3 byte date code field when this module was last reworked. This is in year/week format. This object contains the same information as presented in ctPicMfgSN object however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3)  

ctPicMfgRevisionCode 1.4.1.5.9.1.2.1.14
The 3 character board level revision code field of this module. This object contains the same information as presented in ctPicMfgSN object however in a more human readable format. If non-existent, this object will be set to all blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3)  

ctPicTLPN 1.4.1.5.9.1.2.1.15
Describes the top level part number of the module associated with this PIC. This information is encoded as follows: 7 Characters Part Number 2 Characters Rework Location. If any field of this object is non-existent, it will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(9)  

ctPicTLSN 1.4.1.5.9.1.2.1.16
Describes the top level serial number of the module associated with this PIC. This information is encoded as follows: 3 bytes - Date code (year/week) 4 bytes - Serial number 2 bytes - Manufacture location 3 bytes - Top level revision If any field of this object is non-existent, it will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(12)  

ctPicTLPartNumb 1.4.1.5.9.1.2.1.17
This object presents the part number portion of the ctPicTLPN object. This object contains the same information however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(7)  

ctPicTLSerialNumb 1.4.1.5.9.1.2.1.18
This object presents the serial number portion of the ctPicTLSN object. This object contains the same information however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(4)  

ctPicTLReworkLocation 1.4.1.5.9.1.2.1.19
The 2 character code that defines the location this module was last reworked. This object contains the same information as presented in ctPicTLPN object however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

ctPicTLMfgLocation 1.4.1.5.9.1.2.1.20
The two character code that defines the location this module was manufactured at. This object contains the same information as presented in ctPicTLSN object however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

ctPicTLDateCode 1.4.1.5.9.1.2.1.21
The 3 byte date code field when this module was last reworked. This is in year/week format. This object contains the same information as presented in ctPicTLSN object however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3)  

ctPicTLRevisionCode 1.4.1.5.9.1.2.1.22
The 3 character top level revision code field of this module. This object contains the same information as presented in ctPicTLSN object however in a more human readable format. If non-existent, this object will be set to all blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3)  

ctPicPcbRevision 1.4.1.5.9.1.2.1.23
Defines the Cabletron revision of the art work for this module. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(8)  

ctPicMacAddr 1.4.1.5.9.1.2.1.24
The base MAC address(ethernet format)assigned to the module. If this field is not used then it should have a value of a zero length string. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..6)  

ctPicNumbRsvdAddrs 1.4.1.5.9.1.2.1.25
The number of reserved MAC addresses starting at the address as defined in ctPicMacAddr. If no MAC addresses are reserved this object should have a value of 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctPicBoardRevision 1.4.1.5.9.1.2.1.26
Defines the Cabletron board level revision level code for this module. If non-existent, this object will be set to blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3)  

ctPicModuleTypeString 1.4.1.5.9.1.2.1.27
Describes the module associated with this PIC in a human readable format. If non-existent, this object will be set to blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(16)  

ctPicDCDCconverterType 1.4.1.5.9.1.2.1.28
Describes the voltage of the installed DCDC Converter input and output lines. If the Module does not contain a DCDC Converter this object will be set to blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(12)  

ctPicDCDCconvInputPower 1.4.1.5.9.1.2.1.29
Describes the maximum allowed input power for the DCDC input line. If the Module does not contain a DCDC Converter this object will be set to blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3)  

ctPicSMB1promVersion 1.4.1.5.9.1.2.1.30
Describes the current version of the SMB1 prom. If the Module does not contain an SMB1 prom this object will be set to blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(8)  

ctPicAtmMacAddr 1.4.1.5.9.1.2.1.31
The Atm MAC address(atm format)assigned to the chassis. If this field is not used then it should have a value of a zero length string. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

ctPicOEMVendorId 1.4.1.5.9.1.2.1.32
Represents the OEM vendor for a product. If the Module does not program this value this object will be set to blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER cabletron(1), nEC(2), dEC(3), cPQ(4), newbridge(5), enTeraSys(6)  

ctPicOEMVendorName 1.4.1.5.9.1.2.1.33
ASCII name of the OEM vendor for the product. If the Module does not program this value this object will be set to blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(40)  

ctPicMfg97SN 1.4.1.5.9.1.2.1.34
Describes the manufacturing level serial number of the module associated with this PIC. This information is encoded as follows: 4 bytes - Date code (year/week) 4 bytes - Serial number 2 bytes - Manufacture location 2 bytes - Board level revision If any field of this object is non-existent, it will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(12)  

ctPicMfg97DateCode 1.4.1.5.9.1.2.1.35
The 4 byte date code field when this module was last reworked. This is in year/week format. This object contains the same information as presented in ctPicMfg97SN object however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(4)  

ctPicMfg97RevisionCode 1.4.1.5.9.1.2.1.36
The 2 character board level revision code field of this module. This object contains the same information as presented in ctPicMfg97SN object however in a more human readable format. If non-existent, this object will be set to all blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

ctPicTL97SN 1.4.1.5.9.1.2.1.37
Describes the top level serial number of the module associated with this PIC. This information is encoded as follows: 4 bytes - Date code (year/week) 4 bytes - Serial number 2 bytes - Manufacture location 2 bytes - Top level revision If any field of this object is non-existent, it will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(12)  

ctPicTL97DateCode 1.4.1.5.9.1.2.1.38
The 4 byte date code field when this module was last reworked. This is in year/week format. This object contains the same information as presented in ctPicTL97SN object however in a more human readable format. If non-existent, this object will be set to all blanks(ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(4)  

ctPicTL97RevisionCode 1.4.1.5.9.1.2.1.39
The 2 character top level revision code field of this module. This object contains the same information as presented in ctPicTL97SN object however in a more human readable format. If non-existent, this object will be set to all blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(2)  

ctPicOEMTLSN 1.4.1.5.9.1.2.1.40
Describes the top level serial number of the module as specified by the OEM for this device. If non-existent, this object will be set to all blanks (ascii 32).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(20)  

ctPicECOTable 1.4.1.5.9.1.3
Each module that contains a PIC may have several ECOs performed on it. The ctPicECOTable reflects a history of the last 5 ECOs that have been performed on this module.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtPicECOEntry

ctPicECOEntry 1.4.1.5.9.1.3.1
Describes a particular PIC ECO entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtPicECOEntry  

ctPicECOSlot 1.4.1.5.9.1.3.1.1
Specific slot which the module that realizes this PIC resides. If the PIC is associated with the chassis and not a specific module then this value will be 0. This refers to the same slot as identified by ctPicSlot in ctPicTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctPicECOIndex 1.4.1.5.9.1.3.1.2
The specific PIC instance that this ECO entry pertains to. This refers to the same instance as identified by ctPicIndex in ctPicTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctPicECOID 1.4.1.5.9.1.3.1.3
Uniquely defines the ECO entry that is being described by this conceptual row.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctPicECONumber 1.4.1.5.9.1.3.1.4
Defines Cabletron's ECO number that describes the revision of the hardware. This object is organized as follows: 6 Characters ECO Number 2 Characters Rework Location 4 Characters Date Code
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(12)  

ctPicDiagTable 1.4.1.5.9.1.5
Each module that contains a PIC may have several Diags performed on it. The ctPicDiagTable reflects a history of the last 8 Diags that have been performed on this module. Important: This table only contains entries diagnostic entries that are defined. Therefore it is possible for this table to be empty 'does not respond to a GET or GET-NEXT' if there are no diagnostic errors present.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtPicDiagEntry

ctPicDiagEntry 1.4.1.5.9.1.5.1
Describes a particular PIC Diag entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtPicDiagEntry  

ctPicDiagSlot 1.4.1.5.9.1.5.1.1
Specific slot which the module that realizes this PIC resides. If the PIC is associated with the chassis and not a specific module then this value will be 0. This refers to the same slot as identified by ctPicSlot in ctPicTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctPicDiagIndex 1.4.1.5.9.1.5.1.2
The specific PIC instance that this Diag entry pertains to. This refers to the same instance as identified by ctPicIndex in ctPicTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctPicDiagID 1.4.1.5.9.1.5.1.3
Uniquely defines the Diag entry that is being described by this conceptual row.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

ctPicDiagResults 1.4.1.5.9.1.5.1.4
Defines Cabletron's Diag results code.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(64)  

ctPicControlTable 1.4.1.5.9.1.8
A table allowing management control of PIC functionality.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtPicControlEntry

ctPicControlEntry 1.4.1.5.9.1.8.1
Describes a particular PIC Control Table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtPicControlEntry  

ctPicRefresh 1.4.1.5.9.1.8.1.1
Setting this value causes the PIC Driver to clear cached memory and to reread the PIC chip. This functionality removes the need for manufacturing to power cycle a board to ensure proper PIC programming. Reading this object always returns a zero (0).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER reFresh(1)  

ctPicLocationID 1.4.1.5.9.1.4
OBJECT IDENTIFIER    

ctPicLocationModule 1.4.1.5.9.1.4.1
OBJECT IDENTIFIER    

ctPicBrim 1.4.1.5.9.1.4.2
OBJECT IDENTIFIER    

ctPicChassis 1.4.1.5.9.1.4.3
OBJECT IDENTIFIER    

ctPicDaughter 1.4.1.5.9.1.4.4
OBJECT IDENTIFIER    

ctPicBackPlane 1.4.1.5.9.1.4.5
OBJECT IDENTIFIER