CTRON-SSR-HARDWARE-MIB

File: CTRON-SSR-HARDWARE-MIB.mib (29438 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
CTRON-SSR-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter64
TimeTicks TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP ssrMibs

Defined Types

SSRInterfaceIndex  
A unique value, greater than zero, for each interface or interface sub-layer in the managed system. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub- layer must remain constant at least from one re- initialization of the entity's network management system to the next re-initialization.
TEXTUAL-CONVENTION    
  INTEGER 0..65535  

SSRModuleType  
A unique value, greater than zero, for each module type supported by the SSR series of products.
TEXTUAL-CONVENTION    
  INTEGER controlModule(1), ether100TX(2), ether100FX(3), gigabitSX(4), gigabitLX(5), serial4port(6), hssi(7), unknown(8), gigabitLLX(9), none(10), controlModule2(11), gigabitLLX2P(12), serial2port(13), cmts1x4port(15), fddi2port(16), controlModule3(17), serial4portCE(20), ether100TX16port(21), gigabitTX(22), atm155(24), sonet4PortOc3(25), sonet2PortOc12(26), gigabitFX4P(27), gigabitFX4PGBIC(28), gigabitFX2PGBIC(29), gigabit6K2PBP(30), rbGigabit8PGBIC(503), rbGigabit4PGBIC(504), rbEther100TX24P(505), rbEther100TC32P(506), rbControlModule(507)  

SSRModuleStatus  
Current state of module. online indicates the normal state. Offline indicates a powered off or failed module. Modules may be powered off prior to hot swap.
TEXTUAL-CONVENTION    
  INTEGER online(1), offline(2)  

SSRPortType  
A unique value, greater than zero, for each physical port type supported by the SSR series of products.
TEXTUAL-CONVENTION    
  INTEGER etherFast(1), gigEther(2), hssi(3), serial(4), unknown(5), sonet(6), ds1(7), ds3(8), cmt(9), e1(10), e3(11), fddi(12)  

SSRPortConnectorType  
A unique value, greater than zero, for each physical port type supported by the SSR series of products
TEXTUAL-CONVENTION    
  INTEGER empty(0), db9m(1), db9f(2), db15m(3), db15f(4), db25m(5), db25f(6), rj11(7), rj45(8), aui(9), ftypef(10), fiberScMM(11), v35(12), eia530(13), rs44x(14), x21(15), hssi(16), unknown(17), fiberScSM(18), fiberMTRjMM(19), fiberMTRjSM(20), bncf(21), bncm(22), rj21(23), fiberScSMLH(24)  

SSRserviceType  
A string that is unique to a module in production. This string is used by Cabletron Service and Manufacturing as to identify shipped inventory.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..7)  

SSRmemorySize  
An integer that represents the size of memory in Megabytes. -1 represents not-available or not-applicable value.
TEXTUAL-CONVENTION    
  INTEGER -1..2147483647  

SSRSwitchingFabricInfo  
A bit string that represents the status of Switching Fabric in the shelf/chassis. Switching Fabric #1 is first 2 bits 0-1, #2 is 2-3. For example, given a 16 slot SSR 8600 which has one Switching Fabric in Switching Fabric Slot #1 (lowest full length midplane slot) the integer value 0x00000007 translates into (bits): 0 0 0 0 0 1 1 1 | | | | | | | +--- switching fabric #1 is present | | +----- switching fabric is primary | + ------ switching fabric #2 is present +--------- switching fabric is standby
TEXTUAL-CONVENTION    
  INTEGER 0..63  

SSRCmLedState  
A bit string that represents the status of the active Control Module. Each LED occupies a bit. The value 1 indicates LED is on, 0 is off. The integer value 0x00000015 translates into (bits): 0 0 0 0 1 1 1 1 | | | | | | | +- System OK -- SYS OK | | +--- Heartbeat -- HB | +----- Error -- ERR + ------ Diagnostic -- Diag
TEXTUAL-CONVENTION    
  INTEGER 0..15  

SSRBackupCMState  
A enumeration that represents the state of the backup control module. A backup control module prom will boot the system firmware to an intermediate state and begins sending hello messages to the main cpu and assume the monitor(3) state. If the prom does not boot the backup control module, the active control module will report the status as inactive(2). inactive(2) indicates a failed state as it means the backup control module can not take over for the active control module. If the main cpu fails to respond to the backup control module's periodic status checks and the backup control module is in the standby(3) state, the backup control module will reset the active control module, then reset all line cards and then finish a normal boot sequence so that it becomes the master. At this point, the value of this object is active(5). Flows in the hardware must be reprogrammed and all control protocols will have to reestablish. An enterprise trap may also be sent. Normally, slot: CM will be the primary control module. CM/1 is the slot for the backup control module. If some other line card exists in slot CM/1 or no card exists, the state of this object is notInstalled(4).
TEXTUAL-CONVENTION    
  INTEGER unknown(1), inactive(2), standby(3), notInstalled(4), active(5)  

SysHwModuleEntry  
SEQUENCE    
  sysHwModuleSlotNumber INTEGER
  sysHwModuleType SSRModuleType
  sysHwModuleDesc OCTET STRING
  sysHwModuleNumPorts INTEGER
  sysHwModuleVersion OCTET STRING
  sysHwModuleMemory SSRmemorySize
  sysHwModuleService SSRserviceType
  sysHwModuleStatus SSRModuleStatus

SysHwPortEntry  
SEQUENCE    
  sysHwPortSlotNumber INTEGER
  sysHwPortNumber INTEGER
  sysHwPortType SSRPortType
  sysHwPortConnectorType SSRPortConnectorType
  sysHwPortIfIndex SSRInterfaceIndex

PowerSupplyBits  
The encoding of the bits are as follows : Each power supply in the system is represented by two bits. The lower bit reflecting the presence of the power supply and the higher bit representing it's state. A 1 reflects a properly working power supply a 0 one which is down. This encoding allows for a maximum of 16 power supplies. For example : The integer value 0x00000007 translates into 0 0 0 0 0 1 1 1 in bits | | | | | | | +- power supply 1 is present | | +--- power supply 1 is working normally | +----- power supply 2 is present +------- power supply 2 is down
TEXTUAL-CONVENTION    
  INTEGER 0..255  

Defined Values

hardwareMIB 1.3.6.1.4.1.52.2501.1.200
This module defines a schema to access SSR hardware configuration.
MODULE-IDENTITY    

sysHwGroup 1.3.6.1.4.1.52.2501.1.1
OBJECT IDENTIFIER    

sysHwNumSlots 1.3.6.1.4.1.52.2501.1.1.1
The number of slots present in the Shelf/Chassis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..64  

sysHwModuleTable 1.3.6.1.4.1.52.2501.1.1.2
A list of module entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysHwModuleEntry

sysHwModuleEntry 1.3.6.1.4.1.52.2501.1.1.2.1
An entry containing management information applicable to a particular module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysHwModuleEntry  

sysHwModuleSlotNumber 1.3.6.1.4.1.52.2501.1.1.2.1.1
The physical slot number of the module in the Shelf/Chassis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65  

sysHwModuleType 1.3.6.1.4.1.52.2501.1.1.2.1.2
The physical module type.
Status: current Access: read-only
OBJECT-TYPE    
  SSRModuleType  

sysHwModuleDesc 1.3.6.1.4.1.52.2501.1.1.2.1.3
The description of the module with it's version number etc. For the Control Module it should have the software version, the amount of dynamic RAM, flash RAM.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

sysHwModuleNumPorts 1.3.6.1.4.1.52.2501.1.1.2.1.4
The number of physical ports on this Card/Module.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..256  

sysHwModuleVersion 1.3.6.1.4.1.52.2501.1.1.2.1.5
The alpha-numeric version string for this Card/Module.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

sysHwModuleMemory 1.3.6.1.4.1.52.2501.1.1.2.1.6
System Memory size available on the Module. Reports -1 if no memory exists on this module, such as power supplies.
Status: current Access: read-only
OBJECT-TYPE    
  SSRmemorySize  

sysHwModuleService 1.3.6.1.4.1.52.2501.1.1.2.1.8
The Cabletron service identifier string for this Card/Module.The board serial number is appended to the string too.
Status: current Access: read-only
OBJECT-TYPE    
  SSRserviceType  

sysHwModuleStatus 1.3.6.1.4.1.52.2501.1.1.2.1.9
The current status of this module, online or offline.
Status: current Access: read-only
OBJECT-TYPE    
  SSRModuleStatus  

sysHwPortTable 1.3.6.1.4.1.52.2501.1.1.3
A list of module entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysHwPortEntry

sysHwPortEntry 1.3.6.1.4.1.52.2501.1.1.3.1
An entry containing management information applicable to a particular module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysHwPortEntry  

sysHwPortSlotNumber 1.3.6.1.4.1.52.2501.1.1.3.1.1
The physical slot number of the module in the Chassis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

sysHwPortNumber 1.3.6.1.4.1.52.2501.1.1.3.1.2
The port number of the physical port in the Card/Module.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

sysHwPortType 1.3.6.1.4.1.52.2501.1.1.3.1.3
The physical port type.
Status: current Access: read-only
OBJECT-TYPE    
  SSRPortType  

sysHwPortConnectorType 1.3.6.1.4.1.52.2501.1.1.3.1.4
The physical port connector type.
Status: current Access: read-only
OBJECT-TYPE    
  SSRPortConnectorType  

sysHwPortIfIndex 1.3.6.1.4.1.52.2501.1.1.3.1.5
The value of ifIndex used to access this port in the Interface MIB.
Status: current Access: read-only
OBJECT-TYPE    
  SSRInterfaceIndex  

sysHwPowerSupply 1.3.6.1.4.1.52.2501.1.1.4
The number and status of power supplies powering the Shelf/Chassis.
Status: current Access: read-only
OBJECT-TYPE    
  PowerSupplyBits  

sysHwFan 1.3.6.1.4.1.52.2501.1.1.5
The current state of the fans located inside the Shelf/Chassis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER working(1), notWorking(2), unknown(3)  

sysHwTemperature 1.3.6.1.4.1.52.2501.1.1.6
The current temperature status of the Shelf/Chassis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), outOfRange(2), unknown(3)  

sysHwChassisId 1.3.6.1.4.1.52.2501.1.1.7
Operator defined serial number for this particular chassis/shelf.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

sysHwSwitchingFabric 1.3.6.1.4.1.52.2501.1.1.19
Status of Switching Fabric in shelf/chassis.
Status: current Access: read-only
OBJECT-TYPE    
  SSRSwitchingFabricInfo  

sysHwControlModuleLED 1.3.6.1.4.1.52.2501.1.1.20
Status of the shelf/chassis Active Control Module's four LED displays.
Status: current Access: read-only
OBJECT-TYPE    
  SSRCmLedState  

sysHwControlModuleBackupState 1.3.6.1.4.1.52.2501.1.1.21
Status of the the backup Control Module as interpreted from the active control module. CLI: system show hardware will present the following data: Redundant CPU slot : Not present
Status: current Access: read-only
OBJECT-TYPE    
  SSRBackupCMState  

sysHwLastHotSwapEvent 1.3.6.1.4.1.52.2501.1.1.22
The value of sysUpTime when the last hotswap of a physical module event occured.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sysHwTotalInOctets 1.3.6.1.4.1.52.2501.1.1.10
The total number of octets into the switch.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

sysHwTotalOutOctets 1.3.6.1.4.1.52.2501.1.1.11
The total number of octets out of the switch.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

sysHwTotalInFrames 1.3.6.1.4.1.52.2501.1.1.12
The total number of frames into the switch.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

sysHwTotalOutFrames 1.3.6.1.4.1.52.2501.1.1.13
The total number of frames out of the switch.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

sysHwTotalL2SwitchedFrames 1.3.6.1.4.1.52.2501.1.1.14
The current number of frames switched at Layer 2 (transport).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

sysHwTotalL3SwitchedFrames 1.3.6.1.4.1.52.2501.1.1.15
The current number of frames switched at IETF Layers 3 (transport) and 4 (application).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

hwConformance 1.3.6.1.4.1.52.2501.1.200.2
OBJECT IDENTIFIER    

hwCompliances 1.3.6.1.4.1.52.2501.1.200.2.1
OBJECT IDENTIFIER    

hwGroups 1.3.6.1.4.1.52.2501.1.200.2.2
OBJECT IDENTIFIER    

hwComplianceV10 1.3.6.1.4.1.52.2501.1.200.2.2.1.1
The compliance statement for the SSR-HARDWARE-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

hwComplianceV11 1.3.6.1.4.1.52.2501.1.200.2.2.2.2
The compliance statement for the SSR-HARDWARE-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

hwComplianceV12 1.3.6.1.4.1.52.2501.1.200.2.2.2.3
The compliance statement for the SSR-HARDWARE-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

hwComplianceV30 1.3.6.1.4.1.52.2501.1.200.2.2.2.4
The compliance statement for the SSR-HARDWARE-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hwConfGroupV10 1.3.6.1.4.1.52.2501.1.200.2.2.1
A set of managed objects that make up version 1.0 of the SSR Hardware mib.
Status: deprecated Access: read-only
OBJECT-GROUP    

hwConfGroupV11 1.3.6.1.4.1.52.2501.1.200.2.2.2
A set of managed objects that make up version 1.1 of the SSR Hardware mib.
Status: deprecated Access: read-only
OBJECT-GROUP    

hwConfGroupV12 1.3.6.1.4.1.52.2501.1.200.2.2.3
A set of managed objects that make up version 1.2 of the SSR Hardware mib.
Status: deprecated Access: read-only
OBJECT-GROUP    

hwConfGroupV30 1.3.6.1.4.1.52.2501.1.200.2.2.4
A set of managed objects that make up version 3.0 of the SSR Hardware mib.
Status: current Access: read-only
OBJECT-GROUP