All MIBs › STN-CHASSIS-MIB
Organization: Spring Tide Networks, Inc.
Last Updated: 2000-02-16
Category: Hardware Inventory, Spring Tide Networks
Description:
Manages Spring Tide Networks chassis hardware inventory, slot assignments, and component health status.
Imported Objects
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Integer32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| TimeTicks |
From SNMPv2-TC
| DisplayString |
| stnNotification | OBJECT-IDENTITY |
| stnSystems | OBJECT-IDENTITY |
| StnBatteryStatus | |
| StnEngineAdminStatus | |
| StnEngineOperStatus | |
| StnFlashStatus | |
| StnHardwareModuleType | |
| StnHardwareSubModuleType | |
| StnLedStatus | |
| StnModuleAdminStatus | |
| StnModuleOperStatus | |
| StnPowerStatus | |
| StnResourceStatus |
What Is STN-CHASSIS-MIB?
STN-CHASSIS-MIB is a vendor MIB from Spring Tide Networks, a broadband service-router maker later part of Lucent, used to manage the physical chassis of its networking platforms. It models the hardware inventory of the chassis, including slot assignments, installed modules/cards, and their component-level health status. This makes it directly useful for monitoring hardware status — detecting missing, failed, or misconfigured cards in a slot, and tracking overall chassis component health rather than software-level counters. Since Spring Tide Networks no longer exists as an independent vendor, a working STN-CHASSIS-MIB download is now mainly found through legacy Lucent documentation archives or MIB repositories, and the module likely depends on or complements the vendor's broader system/interface MIBs for correlating slot hardware with logical interfaces. It would be deployed in service-provider or enterprise networks running Spring Tide (later Lucent) broadband service routers.
IPNetwork Monitor allows you to monitor SNMP objects defined in STN-CHASSIS-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- chassis slot assignments
- component health status
- hardware inventory presence
Supported Devices
- Spring Tide Networks broadband service routers
- chassis-based network devices (Spring Tide/Lucent)
Monitoring Examples
No specific object or table names were provided for this module, so exact polling detail cannot be given; based on the module's stated purpose, a plausible use would be reading per-slot inventory and component health-status entries to detect card failures or unpopulated slots, but this cannot be grounded in concrete object names from the available data.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| stnChassis | 1.3.6.1.4.1.3551.2.1 | This MIB module describes the managed objects of the Spring Tide Networks chassis. | ||
| stnChassisObjects | 1.3.6.1.4.1.3551.2.1.1 | |||
| stnChassisVars | 1.3.6.1.4.1.3551.2.1.1.1 | |||
| INT stnChassisSysType | 1.3.6.1.4.1.3551.2.1.1.1.1 | INTEGER | read-only | The system type. |
| STR stnChassisSysDescr | 1.3.6.1.4.1.3551.2.1.1.1.2 | DisplayString | read-only | The system description. |
| STR stnChassisId | 1.3.6.1.4.1.3551.2.1.1.1.3 | DisplayString | read-only | The system ID. |
| stnModules | 1.3.6.1.4.1.3551.2.1.1.2 | |||
| stnSlotTable | 1.3.6.1.4.1.3551.2.1.1.2.1 | not-accessible | A list of slot and installed module type entries. | |
| stnSlotEntry | 1.3.6.1.4.1.3551.2.1.1.2.1.1 | not-accessible | Entry contains information about a particular slot. | |
| I32 stnSlotIndex | 1.3.6.1.4.1.3551.2.1.1.2.1.1.1 | Integer32 | read-only | The slot in which the physical module exists. |
| STN stnModuleType | 1.3.6.1.4.1.3551.2.1.1.2.1.1.2 | StnHardwareModuleType | read-only | The type of module installed in the slot. |
| I32 stnModulePeer | 1.3.6.1.4.1.3551.2.1.1.2.1.1.3 | Integer32 | read-only | Peer module in redundant configuration. |
| STN stnModuleAdminStatus | 1.3.6.1.4.1.3551.2.1.1.2.1.1.4 | StnModuleAdminStatus | read-only | Administrative status of the module. |
| STN stnModuleOperStatus | 1.3.6.1.4.1.3551.2.1.1.2.1.1.5 | StnModuleOperStatus | read-only | Operational status of the module. |
| STR stnModuleDescr | 1.3.6.1.4.1.3551.2.1.1.2.1.1.6 | DisplayString | read-only | A descriptive string used to describe the module type. |
| STN stnModuleLed | 1.3.6.1.4.1.3551.2.1.1.2.1.1.7 | StnLedStatus | read-only | Primary LED status of the module. |
| I32 stnSubModules | 1.3.6.1.4.1.3551.2.1.1.2.1.1.8 | Integer32 | read-only | The number of sub-modules attached to this module. |
| stnSubModuleTable | 1.3.6.1.4.1.3551.2.1.1.2.2 | not-accessible | A list of installed sub-module type entries. | |
| stnSubModuleEntry | 1.3.6.1.4.1.3551.2.1.1.2.2.1 | not-accessible | Entry contains information about a particular slot sub-module. | |
| I32 stnSubModuleSlot | 1.3.6.1.4.1.3551.2.1.1.2.2.1.1 | Integer32 | read-only | The chassis slot in which the sub-module is installed. |
| I32 stnSubModuleIndex | 1.3.6.1.4.1.3551.2.1.1.2.2.1.2 | Integer32 | read-only | The engine adapter in which the sub-module is installed. |
| STN stnSubModuleType | 1.3.6.1.4.1.3551.2.1.1.2.2.1.3 | StnHardwareSubModuleType | read-only | The type of sub-module installed in the slot. |
| I32 stnSubModulePeer | 1.3.6.1.4.1.3551.2.1.1.2.2.1.4 | Integer32 | read-only | Peer sub-module in redundant configuration. |
| STN stnSubModuleAdminStatus | 1.3.6.1.4.1.3551.2.1.1.2.2.1.5 | StnModuleAdminStatus | read-only | Administrative status of the sub-module. |
| STN stnSubModuleOperStatus | 1.3.6.1.4.1.3551.2.1.1.2.2.1.6 | StnModuleOperStatus | read-only | Operational status of the sub-module. |
| STR stnSubModuleDescr | 1.3.6.1.4.1.3551.2.1.1.2.2.1.7 | DisplayString | read-only | A descriptive string used to describe the sub-module type. |
| stnEngineTable | 1.3.6.1.4.1.3551.2.1.1.2.3 | not-accessible | A list of engine entries. | |
| stnEngineEntry | 1.3.6.1.4.1.3551.2.1.1.2.3.1 | not-accessible | Entry contains information about a particular engine. | |
| I32 stnEngineIndex | 1.3.6.1.4.1.3551.2.1.1.2.3.1.1 | Integer32 | read-only | A sequence number that identifies a particular engine in the chassis. |
| I32 stnEngineSlot | 1.3.6.1.4.1.3551.2.1.1.2.3.1.2 | Integer32 | read-only | The slot/module in which the engine exists. |
| I32 stnEngineCpu | 1.3.6.1.4.1.3551.2.1.1.2.3.1.3 | Integer32 | read-only | The cpu ID associated with the engine. |
| INT stnEngineType | 1.3.6.1.4.1.3551.2.1.1.2.3.1.4 | INTEGER | read-only | The type of engine. |
| I32 stnEnginePeer | 1.3.6.1.4.1.3551.2.1.1.2.3.1.5 | Integer32 | read-only | Peer engine in redundant configuration. |
| STN stnEngineAdminStatus | 1.3.6.1.4.1.3551.2.1.1.2.3.1.6 | StnEngineAdminStatus | read-only | Administrative status of the engine. |
| STN stnEngineOperStatus | 1.3.6.1.4.1.3551.2.1.1.2.3.1.7 | StnEngineOperStatus | read-only | Operational status of the engine. |
| STR stnEngineDescr | 1.3.6.1.4.1.3551.2.1.1.2.3.1.8 | DisplayString | read-only | A descriptive string used to describe the engine type. |
| stnLeds | 1.3.6.1.4.1.3551.2.1.1.3 | |||
| STN stnLedFanTray | 1.3.6.1.4.1.3551.2.1.1.3.1 | StnLedStatus | read-only | Current status of the chassis fan tray LED. |
| STN stnLedPowerA | 1.3.6.1.4.1.3551.2.1.1.3.2 | StnLedStatus | read-only | Current status of the chassis PowerA LED. |
| STN stnLedPowerB | 1.3.6.1.4.1.3551.2.1.1.3.3 | StnLedStatus | read-only | Current status of the chassis PowerB LED. |
| STN stnLedAlarm | 1.3.6.1.4.1.3551.2.1.1.3.4 | StnLedStatus | read-only | Current status of the chassis Alarm LED. |
| stnFanTrayLedTable | 1.3.6.1.4.1.3551.2.1.1.3.5 | not-accessible | A list of Fan Tray LED entries. | |
| stnFanTrayLedEntry | 1.3.6.1.4.1.3551.2.1.1.3.5.1 | not-accessible | An entry containing information about a particular Fan Tray LED. | |
| I32 stnFanTrayLedIndex | 1.3.6.1.4.1.3551.2.1.1.3.5.1.1 | Integer32 | read-only | A sequence number that identifies a particular Fan Tray LED. |
| I32 stnFanTrayLedSlotIndex | 1.3.6.1.4.1.3551.2.1.1.3.5.1.2 | Integer32 | read-only | The chassis slot number associated with this Fan Tray LED. |
| STN stnFanTrayLedStatus | 1.3.6.1.4.1.3551.2.1.1.3.5.1.3 | StnLedStatus | read-only | The current state of the particular Fan Tray LED. |
| stnPortLedTable | 1.3.6.1.4.1.3551.2.1.1.3.6 | not-accessible | A list of Port LED entries. | |
| stnPortLedEntry | 1.3.6.1.4.1.3551.2.1.1.3.6.1 | not-accessible | An entry containing information about a particular port LED. | |
| I32 stnPortLedSlotIndex | 1.3.6.1.4.1.3551.2.1.1.3.6.1.1 | Integer32 | read-only | The chassis slot number associated with this port LED. |
| I32 stnPortLedPortIndex | 1.3.6.1.4.1.3551.2.1.1.3.6.1.2 | Integer32 | read-only | The chassis port number associated with this port LED. |
| I32 stnPortLedIndex | 1.3.6.1.4.1.3551.2.1.1.3.6.1.3 | Integer32 | read-only | The index of this port LED. |
| STN stnPortLedStatus | 1.3.6.1.4.1.3551.2.1.1.3.6.1.4 | StnLedStatus | read-only | The current state of the port LED. |
| STR stnPortLedDescr | 1.3.6.1.4.1.3551.2.1.1.3.6.1.5 | DisplayString | read-only | A descriptive string or label associated with the port LED. |
| stnPower | 1.3.6.1.4.1.3551.2.1.1.4 | |||
| stnPowerTable | 1.3.6.1.4.1.3551.2.1.1.4.1 | not-accessible | A list of power entries. | |
| stnPowerEntry | 1.3.6.1.4.1.3551.2.1.1.4.1.1 | not-accessible | An entry containing information about a particular power connector. | |
| I32 stnPowerIndex | 1.3.6.1.4.1.3551.2.1.1.4.1.1.1 | Integer32 | read-only | The id associated with this power connector. |
| STN stnPowerStatus | 1.3.6.1.4.1.3551.2.1.1.4.1.1.2 | StnPowerStatus | read-only | The current state of the power source attached to this power connector. |
| STR stnPowerDescr | 1.3.6.1.4.1.3551.2.1.1.4.1.1.3 | DisplayString | read-only | A descriptive string or label associated with the power connector. |
| stnBatteryTable | 1.3.6.1.4.1.3551.2.1.1.4.2 | not-accessible | A list of battery entries. | |
| stnBatteryEntry | 1.3.6.1.4.1.3551.2.1.1.4.2.1 | not-accessible | An entry containing information about a particular battery. | |
| I32 stnBatterySlotIndex | 1.3.6.1.4.1.3551.2.1.1.4.2.1.1 | Integer32 | read-only | The chassis slot number associated with this battery. |
| I32 stnBatteryType | 1.3.6.1.4.1.3551.2.1.1.4.2.1.2 | Integer32 | read-only | The physical component using the battery. real-time-clock(1), nvram(2) |
| STN stnBatteryStatus | 1.3.6.1.4.1.3551.2.1.1.4.2.1.3 | StnBatteryStatus | read-only | The current state of the battery. unknown(1), -- none of the following ok(2), -- battery power is within the acceptable range low(3) -- battery power is below the recommended range |
| STR stnBatteryDescr | 1.3.6.1.4.1.3551.2.1.1.4.2.1.4 | DisplayString | read-only | A descriptive string or label associated with the battery. |
| stnResource | 1.3.6.1.4.1.3551.2.1.1.5 | |||
| stnCpuUtilizationTable | 1.3.6.1.4.1.3551.2.1.1.5.1 | not-accessible | A list of CPU utilization entries. | |
| stnCpuUtilizationEntry | 1.3.6.1.4.1.3551.2.1.1.5.1.1 | not-accessible | An entry containing CPU Utilization. | |
| I32 stnCpuUtilizationIndex | 1.3.6.1.4.1.3551.2.1.1.5.1.1.1 | Integer32 | read-only | The engine id associated with each CPU. |
| I32 stnCpuUtilizationCurrent | 1.3.6.1.4.1.3551.2.1.1.5.1.1.2 | Integer32 | read-only | The current utilization (%) of the CPU. |
| I32 stnCpuUtilization5Min | 1.3.6.1.4.1.3551.2.1.1.5.1.1.3 | Integer32 | read-only | The past 5 minute utilization (%) of the CPU. |
| I32 stnCpuUtilization15Min | 1.3.6.1.4.1.3551.2.1.1.5.1.1.4 | Integer32 | read-only | The past 15 minute utilization (%) of the CPU. |
| I32 stnCpuUtilization30Min | 1.3.6.1.4.1.3551.2.1.1.5.1.1.5 | Integer32 | read-only | The past 30 minute utilization (%) of the CPU. |
| stnCpuIpTable | 1.3.6.1.4.1.3551.2.1.1.5.2 | not-accessible | A list of entries describing IP resources on each cpu. | |
| stnCpuIpEntry | 1.3.6.1.4.1.3551.2.1.1.5.2.1 | not-accessible | An entry describing IP resources on each cpu. | |
| I32 stnCpuIpIndex | 1.3.6.1.4.1.3551.2.1.1.5.2.1.1 | Integer32 | read-only | The engine id associated with each CPU. |
| I32 stnCpuIpRouteLimit | 1.3.6.1.4.1.3551.2.1.1.5.2.1.2 | Integer32 | read-only | The maximum number of ip routes allowed on this cpu. |
| I32 stnCpuIpRoutesInUse | 1.3.6.1.4.1.3551.2.1.1.5.2.1.3 | Integer32 | read-only | The number of ip routes currently allocated on this cpu. |
| I32 stnCpuIpRoutesBooked | 1.3.6.1.4.1.3551.2.1.1.5.2.1.4 | Integer32 | read-only | The sum of all maximum routing table sizes for all routers on this cpu. Note that when over-subsciption is allowed this number may exceed the actual route limit on this engine. |
| I32 stnCpuIpFwdProcesses | 1.3.6.1.4.1.3551.2.1.1.5.2.1.5 | Integer32 | read-only | The number of ip forwarding processes on this engine. |
| I32 stnCpuIpRoutingProcesses | 1.3.6.1.4.1.3551.2.1.1.5.2.1.6 | Integer32 | read-only | The number of ip routing processes on this engine. |
| stnChassisTrapVars | 1.3.6.1.4.1.3551.2.1.1.100 | |||
| TIK stnNotificationCfgChangeTime | 1.3.6.1.4.1.3551.2.1.1.100.1 | TimeTicks | read-only | The time (in hundredths of a second) since the configuration of the system was last changed. |
| STN stnNotificationFlashStatus | 1.3.6.1.4.1.3551.2.1.1.100.2 | StnFlashStatus | read-only | The status of the chassis flash module. |
| INT stnNotificationModuleTemperature | 1.3.6.1.4.1.3551.2.1.1.100.3 | INTEGER | read-only | The temperature of a specific module. |
| STN stnNotificationResourceStatus | 1.3.6.1.4.1.3551.2.1.1.100.4 | StnResourceStatus | read-only | The status of the chassis resources. |
| stnChassisMibConformance | 1.3.6.1.4.1.3551.2.1.2 | |||
| stnChassisMibCompliances | 1.3.6.1.4.1.3551.2.1.2.1 | |||
| stnChassisMibComplianceRev1 | 1.3.6.1.4.1.3551.2.1.2.1.1 | The compliance statement for entities which implement the Spring Tide Networks Chassis MIB. | ||
| stnChassisMibGroups | 1.3.6.1.4.1.3551.2.1.2.2 | |||
| stnChassisMibGroup | 1.3.6.1.4.1.3551.2.1.2.2.1 | A collection of STN objects providing chassis information. | ||
| NTF stnRedundant | 1.3.6.1.4.1.3551.2.100.0.1 | A stnRedundant trap signifies that the agent entity has detected that the stnModuleOperStatus object in the STN-CHASSIS-MIB has transitioned to the up-primary(8) state for one of its modules. The generation of this trap can be controlled by the RedundancyTraps configuration object. | ||
| NTF stnNotRedundant | 1.3.6.1.4.1.3551.2.100.0.2 | A stnNotRedundant trap signifies that the agent entity has detected that the stnModuleOperStatus object in the STN-CHASSIS-MIB has transitioned to the up-standalone(6) state for one of its modules. The generation of this trap can be controlled by the RedundancyTraps configuration object. | ||
| NTF stnModuleUp | 1.3.6.1.4.1.3551.2.100.0.3 | A stnModuleUp trap signifies that the agent entity has detected that the stnModuleOperStatus object in the STN-CHASSIS-MIB has transitioned to up-standalone(6), up-standby(7), or up-primary(8) state for one of its modules. The generation of this trap can be controlled by the ModuleUpTraps configuration object. | ||
| NTF stnModuleDown | 1.3.6.1.4.1.3551.2.100.0.4 | A stnModuleDown trap signifies that the agent entity has detected that the stnModuleOperStatus object in the STN-CHASSIS-MIB has transitioned to the down(3) state for one of its modules. The generation of this trap can be controlled by the ModuleDownTraps configuration object. | ||
| NTF stnSubModuleUp | 1.3.6.1.4.1.3551.2.100.0.5 | A stnSubModuleUp trap signifies that the agent entity has detected that the stnSubModuleOperStatus object in the STN-CHASSIS-MIB has transitioned to up-standalone(6), up-standby(7), or up-primary(8) state for one of its sub-modules. The generation of this trap can be controlled by the SubModuleUpTraps configuration object. | ||
| NTF stnSubModuleDown | 1.3.6.1.4.1.3551.2.100.0.6 | A stnModuleDown trap signifies that the agent entity has detected that the stnModuleOperStatus object in the STN-CHASSIS-MIB has transitioned to the down(3) state for one of its modules. The generation of this trap can be controlled by the SubModuleDownTraps configuration object. | ||
| NTF stnEngineUp | 1.3.6.1.4.1.3551.2.100.0.7 | A stnEngineUp trap signifies that the agent entity has detected that the stnEngineOperStatus object in the STN-CHASSIS-MIB has transitioned to up-standalone(6), up-standby(7), or up-primary(8) state for one of its engines. The generation of this trap can be controlled by the EngineUpTraps configuration object. | ||
| NTF stnEngineDown | 1.3.6.1.4.1.3551.2.100.0.8 | A stnEngineDown trap signifies that the agent entity has detected that the stnEngineOperStatus object in the STN-CHASSIS-MIB has transitioned to the down(3) state for one of its engines. The generation of this trap can be controlled by the EngineDownTraps configuration object. | ||
| NTF stnBatteryLow | 1.3.6.1.4.1.3551.2.100.0.9 | A stnBatteryLow trap signifies that the agent entity has detected that the stnBatteryStatus object in the STN-CHASSIS-MIB has transitioned to the low(3) state for one of its batteries. The generation of this trap can be controlled by the BatteryTraps configuration object. | ||
| NTF stnFlashFailure | 1.3.6.1.4.1.3551.2.100.0.10 | A stnFlashFailure trap signifies that the agent entity has detected that the stnFlashStatus object in the STN-CHASSIS-MIB has transitioned out of the ok(2) state to one of the disfunctional states. The generation of this trap can be controlled by the FlashTraps configuration object. | ||
| NTF stnResourceFailure | 1.3.6.1.4.1.3551.2.100.0.11 | A stnResourceFailure trap signifies that the agent entity has detected that a chassis resource object has transitioned out of the ok(2) state to one of the alarm states. The generation of this trap can be controlled by the ResourceTraps configuration object. | ||
| NTF stnFailover | 1.3.6.1.4.1.3551.2.100.0.12 | A stnFailover trap signifies that the agent entity has detected that a stnModule has transitioned to its redundant stnModule. The generation of this trap can be controlled by the FailoverTraps configuration object. | ||
| NTF stnCfgChange | 1.3.6.1.4.1.3551.2.100.0.19 | A stnCfgChange trap signifies that the agent entity has detected that a configuration modification has been applied to the device. The generation of this trap can be controlled by the ConfigTraps configuration object. | ||
| NTF stnPowerFailure | 1.3.6.1.4.1.3551.2.100.0.55 | A stnPowerFailure trap signifies that the agent entity has detected that the stnPowerStatus object in the STN-CHASSIS-MIB has transitioned out of present(2) state for one of its connections. The generation of this trap can be controlled by the PowerTraps configuration object. | ||
| NTF stnTemperatureFailure | 1.3.6.1.4.1.3551.2.100.0.56 | A stnTemperatureFailure trap signifies that the agent entity has detected that a temperature fault has occurred on the indicated module/sub-module. The generation of this trap can be controlled by the TemperatureTraps configuration object. |
RFC description
SNMP MIB module for monitoring and managing chassis components, status, and configuration on STN-based network devices.
Start monitoring Spring Tide Networks (Lucent) broadband service router chassis, discontinued product line with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.