NSCDX-MIB

File: NSCDX-MIB.mib (6582 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB NSC-MIB

Imported symbols

OBJECT-TYPE DisplayString nscDx

Defined Types

NscDxConfigBoardInfoEntry  
SEQUENCE    
  nscDxConfigBoardInfoEntSlotNum INTEGER
  nscDxConfigBoardInfoEntBoardPart DisplayString

NscDxProcTableEntry  
SEQUENCE    
  nscDxProcTableEntKeyId INTEGER
  nscDxProcTableEntType DisplayString
  nscDxProcTableEntFirmwareNum DisplayString
  nscDxProcTableEntHardwareNum DisplayString
  nscDxProcTableEntBaseAddr OCTET STRING
  nscDxProcTableEntPost DisplayString

Defined Values

nscDxConfig 1.3.6.1.4.1.10.2.1.3.1
OBJECT IDENTIFIER    

nscDxConfigSecondsToReset 1.3.6.1.4.1.10.2.1.3.1.1
Seconds to reset the DX unit. If this value is SET non-zero, it will get decremented once per second. When the count reaches zero the DX unit is reset. If the value is reSET to zero before it counts down to zero, then the DX unit will not be reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nscDxConfigFirmwareRevTab 1.3.6.1.4.1.10.2.1.3.1.2
Nucleus firmware revision and tab number. This is a string of the form 'x.y'; where x is the major version number and y is the minor version number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..7)  

nscDxConfigBufferMemorySize 1.3.6.1.4.1.10.2.1.3.1.3
Buffer memory size (k).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nscDxConfigSecondsSinceMc 1.3.6.1.4.1.10.2.1.3.1.4
Seconds since master clear.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nscDxConfigProcessorMask 1.3.6.1.4.1.10.2.1.3.1.5
Bit mask of available processors. This is a string where each character represents the availability of a processor. The leftmost character coresponds to processor 0 and the rightmost character corresponds to processor 15. Each character will be a hex digit 0..F if the processor is active, else it is a '.'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(16)  

nscDxConfigControlAddr 1.3.6.1.4.1.10.2.1.3.1.6
The DX unit's HYPERchannel address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

nscDxConfigLargePageSize 1.3.6.1.4.1.10.2.1.3.1.7
Size in bytes of large pages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nscDxConfigBoardInfoTable 1.3.6.1.4.1.10.2.1.3.1.8
Board configuration information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NscDxConfigBoardInfoEntry

nscDxConfigBoardInfoEntry 1.3.6.1.4.1.10.2.1.3.1.8.1
Board configuration entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NscDxConfigBoardInfoEntry  

nscDxConfigBoardInfoEntSlotNum 1.3.6.1.4.1.10.2.1.3.1.8.1.1
Slot number the board is in.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nscDxConfigBoardInfoEntBoardPart 1.3.6.1.4.1.10.2.1.3.1.8.1.2
Board part number. This string represents the partnumber of the hardware; the format is xxxxxx-tt. Where xxxxxx is the partnumber and tt is the tab.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(9)  

nscDxConfigTime 1.3.6.1.4.1.10.2.1.3.1.9
Current time. The time is returned as a string with the format of hh:mm:ss. Where hh is hours, mm is minutes, and ss is seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(8)  

nscDxConfigDate 1.3.6.1.4.1.10.2.1.3.1.10
Current date. The date is returned as a string with the format of mm/dd/yyyy. Where mm is the month, dd is the day, and yyyy is the year.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(10)  

nscDxConfigStartType 1.3.6.1.4.1.10.2.1.3.1.11
Method of startup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER reset(1), powerup(2)  

nscDxConfigMemoryDivision 1.3.6.1.4.1.10.2.1.3.1.12
Beginning of big buffers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nscDxProcTable 1.3.6.1.4.1.10.2.1.3.2
List of processor entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NscDxProcTableEntry

nscDxProcTableEntry 1.3.6.1.4.1.10.2.1.3.2.1
Processor entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NscDxProcTableEntry  

nscDxProcTableEntKeyId 1.3.6.1.4.1.10.2.1.3.2.1.1
Processor Key ID (KID). This is a unique value for each interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..F  

nscDxProcTableEntType 1.3.6.1.4.1.10.2.1.3.2.1.2
Processor type code. See appendix A of the Nucleus Reference Manual (460456).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(4)  

nscDxProcTableEntFirmwareNum 1.3.6.1.4.1.10.2.1.3.2.1.3
Firmware part number. This string represents the partnumber of the firmware; the format is xxxxxx-tt. Where xxxxxx is the partnumber and tt is the tab.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(9)  

nscDxProcTableEntHardwareNum 1.3.6.1.4.1.10.2.1.3.2.1.4
Hardware part number. This string represents the partnumber of the hardware; the format is xxxxxx-tt. Where xxxxxx is the partnumber and tt is the tab.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(9)  

nscDxProcTableEntBaseAddr 1.3.6.1.4.1.10.2.1.3.2.1.5
The base HYPERchannel address of the processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

nscDxProcTableEntPost 1.3.6.1.4.1.10.2.1.3.2.1.6
POST completion code. 0 = POST completed successfully.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(4)