NSCPS32-MIB

File: NSCPS32-MIB.mib (35011 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC1353-MIB
NSC-MIB

Imported symbols

Gauge OBJECT-TYPE enterprises
experimental TimeTicks IpAddress
Counter DisplayString PhysAddress
Party nsc nscProducts

Defined Types

PS32PowerSupplyEntry  
SEQUENCE    
  ps32PowerSupplyIndex INTEGER
  ps32PowerSupplyDescr DisplayString
  ps32PowerSupplyAdminStatus INTEGER
  ps32PowerSupplyOperStatus INTEGER
  ps32PowerSupplyHealthText DisplayString
  ps32PowerSupplyWarnings Counter
  ps32PowerSupplyFailures Counter

PS32PowerOutputEntry  
SEQUENCE    
  ps32PowerOutputIndex INTEGER
  ps32PowerOutputStatus INTEGER
  ps32PowerOutputNominalVoltage Gauge
  ps32PowerOutputOfferedVoltage Gauge
  ps32PowerOutputWarnings Counter
  ps32PowerOutputFailures Counter

PS32EnvironEntry  
SEQUENCE    
  ps32EnvironIndex INTEGER
  ps32EnvironSensor INTEGER
  ps32EnvironStatus INTEGER
  ps32EnvironWarnings Counter
  ps32EnvironFailures Counter
  ps32EnvironDescriptor DisplayString
  ps32EnvironHealthText DisplayString

PS32SlotEntry  
SEQUENCE    
  ps32SlotNumber INTEGER
  ps32SlotPartNumber DisplayString
  ps32SlotBoardID DisplayString
  ps32SlotBoardText DisplayString
  ps32SlotLastChange TimeTicks

PS32PortEntry  
SEQUENCE    
  ps32PortNumber INTEGER
  ps32PortBoard OBJECT IDENTIFIER
  ps32PortInput OBJECT IDENTIFIER
  ps32PortOutput OBJECT IDENTIFIER
  ps32PortForce INTEGER
  ps32PortCounterStatus INTEGER
  ps32PortOverrunCount INTEGER
  ps32PortSwitchRejectCount INTEGER
  ps32PortCamponDelayCount INTEGER
  ps32PortCurrentStatus DisplayString
  ps32PortAdminStatus INTEGER
  ps32PortOperStatus INTEGER

PS32PathwayEntry  
SEQUENCE    
  ps32PathwayPortNumber INTEGER
  ps32PathwayHDA PhysAddress
  ps32PathwayDest DisplayString
  ps32PathwayClear INTEGER

Defined Values

nscHippiSwitch 1.3.6.1.4.1.10.2.1.4
OBJECT IDENTIFIER    

ps32General 1.3.6.1.4.1.10.2.1.4.1
OBJECT IDENTIFIER    

ps32SwitchDescr 1.3.6.1.4.1.10.2.1.4.1.1
A description of the NSC HIPPI switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..79)  

ps32SwitchVersion 1.3.6.1.4.1.10.2.1.4.1.2
A textual description of the version/revision level for the switch's software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ps32SwitchDate 1.3.6.1.4.1.10.2.1.4.1.3
The current date as kept in the real time clock in the NVRAM chip on the switch board.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..79)  

ps32SwitchTime 1.3.6.1.4.1.10.2.1.4.1.4
The current date as kept in the real time clock in the NVRAM chip on the switch board.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..79)  

ps32SwitchAdminStatus 1.3.6.1.4.1.10.2.1.4.1.5
Provides the administratively desired state of the NSC Hippi Switch. The switch is activated by writing a value of enable(2). The switch may be de-activated by writing a value of disable(3). The switch is available for subsequent activation. Writing a value of reset(4) specifies the switch should initiate a reset sequence. Writing a value of programload(5) specifies the switch should initiate a program load sequence. Writing a value of test(6) specifies the switch should initiate a testing sequence.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), enable(2), disable(3), reset(4), programload(5), test(6)  

ps32SwitchOperStatus 1.3.6.1.4.1.10.2.1.4.1.6
Provides operational status of the switch. The following are possible definitions of the values. The exact definition of the values is implementation specific. A value of other(1) implies some undetermined state, possibly as a result of setting ps32SwitchAdminStatus to a value of disable(3). A value of invalid(2) could have the possible meaning that the agent has no direct control of the switch. A value of testing(3) may be a diagnostic state. A value of operational(4) implies that the switch is running with no errors or warnings. State resetInProgress(5) implies equivalent of setting ps32SwitchAdminStatus to reset(4). The states of warning(6), nonFatalError(7), fatalError(8) reflect conditions detected during operation. The switch may or may not be still functional. State loading(10) is a result of asserting programload(5) in ps32SwitchAdminStatus.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), invalid(2), testing(3), operational(4), resetInProgress(5), warning(6), nonFatalError(7), fatalError(8), loading(10)  

ps32SwitchPhysicalChanges 1.3.6.1.4.1.10.2.1.4.1.7
The number of physical changes that have occurred in the chassis since the agent was warm/cold started. This includes additions and removal of modules and entities. Other uses are implementation specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ps32SwitchDiagnosticReg 1.3.6.1.4.1.10.2.1.4.1.8
The register on the NSC Hippi Switch Control Board that contains many items of information on the configuration and performance of the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..3)  

ps32SwitchMiscellanReg 1.3.6.1.4.1.10.2.1.4.1.9
The register on the NSC Hippi Switch Control Board that contains many items of miscellaneous data with respect to the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..3)  

ps32SwitchDipSwitchReg 1.3.6.1.4.1.10.2.1.4.1.10
The register on the NSC Hippi Switch Control Board that contains the dip switch settings and other sensory information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..3)  

ps32PowerSupply 1.3.6.1.4.1.10.2.1.4.2
OBJECT IDENTIFIER    

ps32NumPowerSupplies 1.3.6.1.4.1.10.2.1.4.2.1
Number of power supplies installed in this chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..3  

ps32PowerSupplyTable 1.3.6.1.4.1.10.2.1.4.2.2
A list of power supply entries, one for each power supply in the NSC Hippi Switch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PS32PowerSupplyEntry

ps32PowerSupplyEntry 1.3.6.1.4.1.10.2.1.4.2.2.1
Values for a power supply.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PS32PowerSupplyEntry  

ps32PowerSupplyIndex 1.3.6.1.4.1.10.2.1.4.2.2.1.1
An index value that uniquely identifies a power supply installed in the NSC Hippi Switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ps32PowerSupplyDescr 1.3.6.1.4.1.10.2.1.4.2.2.1.2
A textual description of the power supply, including the vendor's name and version.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ps32PowerSupplyAdminStatus 1.3.6.1.4.1.10.2.1.4.2.2.1.3
Desired status of the power supply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), enable(2), disable(3)  

ps32PowerSupplyOperStatus 1.3.6.1.4.1.10.2.1.4.2.2.1.4
Actual status of the power supply: - unknown(1) - status not known. - empty(2) - no power supply installed in slot - disabled(3) - unable to supply power - control register has requested this supply be disabled. - bad(4) - unable to supply power due to failure - warning(5) - supplying power but an output or sensor is bad or warning - standby(6) - believed usable but not supplying power - engaged(7) - supplying power - redundant(8) - supplying power but not needed It is an implementation specific matter whether the agent keeps entries with status unknown(1) or empty(2) in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), empty(2), disabled(3), bad(4), warning(5), standby(6), engaged(7), redundant(8)  

ps32PowerSupplyHealthText 1.3.6.1.4.1.10.2.1.4.2.2.1.5
A textual description of the power supply's operational status. Agents may use this string to provide detailed information on current failures, including how they were detected, and/or instructions for problem resolution. The contents are agent-specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ps32PowerSupplyWarnings 1.3.6.1.4.1.10.2.1.4.2.2.1.6
The number of times ps32PowerSupplyOperStatus has gone to warning(5).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ps32PowerSupplyFailures 1.3.6.1.4.1.10.2.1.4.2.2.1.7
The number of times ps32PowerSupplyOperStatus has gone to bad(4).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ps32NumPowerOutputs 1.3.6.1.4.1.10.2.1.4.2.3
Number of power supply outputs (total) in the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ps32PowerOutputTable 1.3.6.1.4.1.10.2.1.4.2.4
A list of power supply output entries, one for each output of each power supply in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PS32PowerOutputEntry

ps32PowerOutputEntry 1.3.6.1.4.1.10.2.1.4.2.4.1
Values for a power supply output.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PS32PowerOutputEntry  

ps32PowerOutputIndex 1.3.6.1.4.1.10.2.1.4.2.4.1.1
An index value that uniquely identifies an output for the power supply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ps32PowerOutputStatus 1.3.6.1.4.1.10.2.1.4.2.4.1.2
Actual status of the power supply: - unknown(1) status not known - bad(2) unable to supply power due to failure - warning(3) supplying power but marginally - good(4) supplying power It is an implementation specific matter whether the agent keeps entries with status unknown(1) in the table. If unknown(1), offered values and counters are meaningless.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), bad(2), warning(3), good(4)  

ps32PowerOutputNominalVoltage 1.3.6.1.4.1.10.2.1.4.2.4.1.3
In hundredths of a volt, the voltage the output is supposed to supply, such as -5, +5, +12, -15, etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ps32PowerOutputOfferedVoltage 1.3.6.1.4.1.10.2.1.4.2.4.1.4
In hundredths of a volt, the voltage actually supplied by the power output.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ps32PowerOutputWarnings 1.3.6.1.4.1.10.2.1.4.2.4.1.5
The number of times ps32PowerOutputStatus has gone to warning(3).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ps32PowerOutputFailures 1.3.6.1.4.1.10.2.1.4.2.4.1.6
The number of times ps32PowerOutputStatus has gone to bad(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ps32Environ 1.3.6.1.4.1.10.2.1.4.3
OBJECT IDENTIFIER    

ps32NumEnvironmentSensors 1.3.6.1.4.1.10.2.1.4.3.1
Number of environment sensors in this chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ps32EnvironTable 1.3.6.1.4.1.10.2.1.4.3.2
A list of environmental entries, one for each environmental sensor in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PS32EnvironEntry

ps32EnvironEntry 1.3.6.1.4.1.10.2.1.4.3.2.1
Values for an environmental sensor.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PS32EnvironEntry  

ps32EnvironIndex 1.3.6.1.4.1.10.2.1.4.3.2.1.1
Index added to get draft past the MIB compiler. This needs to be fixed by the working group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ps32EnvironSensor 1.3.6.1.4.1.10.2.1.4.3.2.1.2
The identification of an environmental sensor. Other AutonomousType values may be defined elsewhere, in association with specific protocols. However, this document assigns those of known interest as of this writing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), logicovertemp(2), fanfailure(3)  

ps32EnvironStatus 1.3.6.1.4.1.10.2.1.4.3.2.1.3
Actual status indicated by the sensor. It is an implementation specific matter whether the agent keeps entries with status unknown(1) in the table. If unknown(1), counters are meaningless.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), bad(2), warning(3), good(4)  

ps32EnvironWarnings 1.3.6.1.4.1.10.2.1.4.3.2.1.4
The number of times ps32EnvironStatus has gone to warning(3).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ps32EnvironFailures 1.3.6.1.4.1.10.2.1.4.3.2.1.5
The number of times ps32EnvironStatus has gone to bad(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ps32EnvironDescriptor 1.3.6.1.4.1.10.2.1.4.3.2.1.6
A textual description of the environment sensor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..79)  

ps32EnvironHealthText 1.3.6.1.4.1.10.2.1.4.3.2.1.7
A textual description of the current status of the environment entity monitored by this sensor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..79)  

ps32Slot 1.3.6.1.4.1.10.2.1.4.4
OBJECT IDENTIFIER    

ps32NumSlots 1.3.6.1.4.1.10.2.1.4.4.1
Number of slots in this chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ps32SlotTable 1.3.6.1.4.1.10.2.1.4.4.2
A densely populated table that can be used to access individual slots in a HIPPI switch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PS32SlotEntry

ps32SlotEntry 1.3.6.1.4.1.10.2.1.4.4.2.1
An individual hippi switch slot entry consisting of all information required to monitor the status of a given slot in the Hippi Switch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PS32SlotEntry  

ps32SlotNumber 1.3.6.1.4.1.10.2.1.4.4.2.1.1
The slot number in the switch. Slot numbers are officially designated as 0 through 18 in the switch but each slot number is incremented in order to comply with SNMP standards.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..18  

ps32SlotPartNumber 1.3.6.1.4.1.10.2.1.4.4.2.1.2
The part number of the board residing in the slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..11)  

ps32SlotBoardID 1.3.6.1.4.1.10.2.1.4.4.2.1.3
The identifier of the board residing in the slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..5)  

ps32SlotBoardText 1.3.6.1.4.1.10.2.1.4.4.2.1.4
A textual description of the board residing in the slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..79)  

ps32SlotLastChange 1.3.6.1.4.1.10.2.1.4.4.2.1.5
The value of MIB-II's sysUpTime (in the agent supporting this chassis MIB) at which a module was last inserted or removed from this slot. If no module has been inserted or removed from this slot since the last time the network management system was last re-initialized, then this object has a zero value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ps32Port 1.3.6.1.4.1.10.2.1.4.5
OBJECT IDENTIFIER    

ps32MaximumPorts 1.3.6.1.4.1.10.2.1.4.5.1
Maximum number of ports in this chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ps32InstalledPorts 1.3.6.1.4.1.10.2.1.4.5.2
Number of ports actually installed in this chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ps32PortTable 1.3.6.1.4.1.10.2.1.4.5.3
A densely populated table that can be used to access individual ports in a HIPPI switch.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PS32PortEntry

ps32PortEntry 1.3.6.1.4.1.10.2.1.4.5.3.1
An individual hippi switch port entry. A switch port contains input and output hippi device pointers.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PS32PortEntry  

ps32PortNumber 1.3.6.1.4.1.10.2.1.4.5.3.1.1
The number of the hippi port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

ps32PortBoard 1.3.6.1.4.1.10.2.1.4.5.3.1.2
The object identifier points to the PS32SlotEntry for the board to allow users to locate information about the board this port is located on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ps32PortInput 1.3.6.1.4.1.10.2.1.4.5.3.1.3
The object identifier points to the hippiEntry for the HIPPI input device associated with this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ps32PortOutput 1.3.6.1.4.1.10.2.1.4.5.3.1.4
The object identifier points to the hippiEntry for the HIPPI output device associated with this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ps32PortForce 1.3.6.1.4.1.10.2.1.4.5.3.1.5
This object displays the forced pathway that is associated with this port. If none is assigned then the object has the value of -1. Only one output port is allowed for any particular input port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ps32PortCounterStatus 1.3.6.1.4.1.10.2.1.4.5.3.1.6
This object consists of a bit for each counter that may have been overrun.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ps32PortOverrunCount 1.3.6.1.4.1.10.2.1.4.5.3.1.7
This object counts the overruns detected for this HIPPI port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ps32PortSwitchRejectCount 1.3.6.1.4.1.10.2.1.4.5.3.1.8
This object consists of a bit for each counter that may have been overrun.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ps32PortCamponDelayCount 1.3.6.1.4.1.10.2.1.4.5.3.1.9
This object counts the rejected connect attempts using the Campon option.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ps32PortCurrentStatus 1.3.6.1.4.1.10.2.1.4.5.3.1.10
This object consists of the status register at the instant of the last successful connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..7)  

ps32PortAdminStatus 1.3.6.1.4.1.10.2.1.4.5.3.1.11
This object allows various commands to be issued from the client and acted upon by the agent. The only commands supported currently are listed below. 1: unknown...not a supported command. 2: enable activate the port requested. 3: disable deactivate the port requested. 4: reset reset the port requested. 5: test run BIST upon the requested port. 6: clrerrors clear current port errors. 7: clrpaths clear the pathways assigned. 8: clrstats clear the port's statistics. 9: clrall clear errors, stats, and paths. 10: rstrpath restore all pathways for this port. 11: savepath save all pathways for this port. 12: savecfg save the configuration. These commands completely fulfill the actions that a client is allowed to demand from a port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), enable(2), disable(3), reset(4), test(5), clrerrors(6), clrpaths(7), clrstats(8), clrall(9), rstrpath(10), savecfg(11), savepath(12)  

ps32PortOperStatus 1.3.6.1.4.1.10.2.1.4.5.3.1.12
This object displays the actual status of the port as determined by current registers and other indi- cators. 1: unknown not a supported status. 2: notinstalled Port is not in the switch. 3: disabled Port is deactivated. 4: operational Port is running normally. 5: connected Port has source interconnect. 6: intest Port is in BIST operation. 7: inerror Port is in an error condition. These statuses completely indicate the possible conditions that a port may be experiencing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), notinstalled(2), disabled(3), operational(4), connected(5), intest(6), inerror(7)  

ps32Pathway 1.3.6.1.4.1.10.2.1.4.6
OBJECT IDENTIFIER    

ps32MaximumPathways 1.3.6.1.4.1.10.2.1.4.6.1
Maximum number of pathways for a single port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ps32PathwayTable 1.3.6.1.4.1.10.2.1.4.6.2
A sparsely populated table that can be used to determine pathway information for a given port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PS32PathwayEntry

ps32PathwayEntry 1.3.6.1.4.1.10.2.1.4.6.2.1
An individual hippi switch pathway entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PS32PathwayEntry  

ps32PathwayPortNumber 1.3.6.1.4.1.10.2.1.4.6.2.1.1
Index into the pathway entry table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ps32PathwayHDA 1.3.6.1.4.1.10.2.1.4.6.2.1.2
The downline HIPPI Destination Address to which the HIPPI connection is routed. This address is a 3 character hexadecimal address, packed into two octets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress Size(2)  

ps32PathwayDest 1.3.6.1.4.1.10.2.1.4.6.2.1.3
This is a list of output port numbers that can supply a path or a portion of the path to the specified HDA. The number of output ports and the number of ports that can be defined are switch specific. ie: the PS32 can accept up to four output ports with values of 0 to 31. The port list contains decimal numbers and are separated by spaces. Specifying a new string replaces any previous definitions including a NULL string removing all definitions.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

ps32PathwayClear 1.3.6.1.4.1.10.2.1.4.6.2.1.4
A command to clear the requested pathway entry. The value is not used. Any access of this function causes the pathway indicated by the indices to be cleared.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER