All MIBs › WAYSTREAM-MIB
Organization: Waystream AB
Last Updated: 2017-02-10
Category: Waystream Networking
Description:
Provides core management objects for Waystream AB network equipment including system identity and status information.
Imported Objects
From SNMPv2-SMI
| Counter64 | |
| Gauge32 | |
| Integer32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-IDENTITY | |
| OBJECT-TYPE | |
| TimeTicks | |
| Unsigned32 |
From SNMPv2-TC
| DisplayString |
From WAYSTREAM-SMI
| wsExperiment | OBJECT-IDENTITY |
| wsMgmt | OBJECT-IDENTITY |
What Is WAYSTREAM-MIB?
WAYSTREAM-MIB is the vendor-specific management module for Waystream AB network equipment, covering the iBOS software that runs on their Access Service Router (ASR) product line. It exposes system identity data such as software/firmware version strings and ASR hardware revision, control objects for reload and configuration write operations, and an environmental temperature sensor table. In terms of hardware and software status monitoring, this MIB is notably built around device health: it reports uptime-adjacent version info, and it lets an operator poll internal temperature sensors along with their operating-safe (TOS) and hysteresis (THYST) thresholds, plus a low-temperature threshold, with SNMP notifications defined for environmental events. It appears largely self-contained but follows standard SNMP SMIv2 conventions and would sit alongside standard MIB-II interface tables in a full deployment. It is typically deployed on carrier or enterprise access routers/switches from Waystream, monitored by NMS platforms tracking chassis environmental health and firmware state. Engineers can download the WAYSTREAM-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in WAYSTREAM-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
- firmware/software version
- hardware revision
- sensor temperature readings
- temperature threshold breaches
- environmental notifications
- system reload/write status
Supported Devices
- Waystream ASR (Access Service Router)
- Waystream iBOS-based network equipment
Monitoring Examples
An operator would poll wsTempTable/wsTempEntry rows via wsTempSensor to read wsTempMeasured for each onboard sensor and compare it against wsTempTOS and wsTempThresholdLow to detect overheating or cooling failures before they cause instability. Checking wsVersion, wsAsrRevision, and wsVersionString together confirms the exact firmware build and hardware revision running on the ASR, useful during fleet-wide upgrade audits. If wsTempMeasured trends upward and crosses wsTempTOS, the device is expected to fire a trap under wsIbosEnvironmentNotifications, alerting staff to a possible fan or ventilation problem.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| ibos | 1.3.6.1.4.1.9303.4.1 | The Waystream MIB describing iBOS functionality of ASRs | ||
| wsSystem | 1.3.6.1.4.1.9303.4.1.1 | System management objects | ||
| I32 wsWritedummy | 1.3.6.1.4.1.9303.4.1.1.1 | Integer32 | read-write | This object is a read-write object that accept an integer. The value written has no effect on the system, but a successful write indicate that SNMP write operations are possible on the target router. The last written value can be read back |
| I32 wsReload | 1.3.6.1.4.1.9303.4.1.1.2 | Integer32 | read-write | This object is used to restart the target router by setting the number of seconds until system reload. A value of 0 cancels any pending reload. The value returned when reading the object is the number of seconds remaining until reload |
| I32 wsVersion | 1.3.6.1.4.1.9303.4.1.1.3 | Integer32 | read-only | The iBOS version indicator |
| I32 wsAsrRevision | 1.3.6.1.4.1.9303.4.1.1.4 | Integer32 | read-only | The ASR hardware revision |
| STR wsVersionString | 1.3.6.1.4.1.9303.4.1.1.5 | DisplayString | read-only | A textual representation of the iBOS version. For iBOS versions after 3.2, this field should be used to identify the iBOS version instead of the old wsVersion OID |
| wsEnvironment | 1.3.6.1.4.1.9303.4.1.2 | Environtment data | ||
| wsIbosEnvironmentNotifications | 1.3.6.1.4.1.9303.4.1.2.0 | |||
| NTF wsIbosTempLow | 1.3.6.1.4.1.9303.4.1.2.0.1 | A wsIbosTempLow trap signifies that the SNMP entity, acting in an agent role, has detected that one of its temperature sensors is outside of the predefined low threshold. | ||
| NTF wsIbosTempHigh | 1.3.6.1.4.1.9303.4.1.2.0.2 | A wsIbosTempHigh trap signifies that the SNMP entity, acting in an agent role, has detected that one of its temperature sensors is outside of the predefined high threshold. | ||
| NTF wsIbosVoltLow | 1.3.6.1.4.1.9303.4.1.2.0.3 | A wsIbosVoltLow trap signifies that the SNMP entity, acting in an agent role, has detected that one of its voltage channels is outside of the predefined low threshold. | ||
| NTF wsIbosVoltHigh | 1.3.6.1.4.1.9303.4.1.2.0.4 | A wsIbosVoltHigh trap signifies that the SNMP entity, acting in an agent role, has detected that one of its voltage channels is outside of the predefined high threshold. | ||
| NTF wsIbosFanRPMLow | 1.3.6.1.4.1.9303.4.1.2.0.5 | A wsIbosFanRPMLow trap signifies that the SNMP entity, acting in an agent role, has detected that one of its fans's RPM is lower than the system defined threshold. | ||
| NTF wsIbosFanOutVoltLow | 1.3.6.1.4.1.9303.4.1.2.0.6 | A wsIbosFanOutVoltLow trap signifies that the SNMP entity, acting in an agent role, has detected that its fan output voltage is lower than the system defined threshold. | ||
| wsTempTable | 1.3.6.1.4.1.9303.4.1.2.1 | not-accessible | Table of values from temperature sensors. | |
| wsTempEntry | 1.3.6.1.4.1.9303.4.1.2.1.1 | not-accessible | An entry for a temperature sensor. | |
| U32 wsTempSensor | 1.3.6.1.4.1.9303.4.1.2.1.1.1 | Unsigned32 | read-only | Sensor number. |
| I32 wsTempMeasured | 1.3.6.1.4.1.9303.4.1.2.1.1.2 | Integer32 | read-only | Measured temperature in 100ths of degrees centigrade. |
| I32 wsTempTOS | 1.3.6.1.4.1.9303.4.1.2.1.1.3 | Integer32 | read-only | TOS in 100ths of degrees centigrade. |
| I32 wsTempTHYST | 1.3.6.1.4.1.9303.4.1.2.1.1.4 | Integer32 | read-only | THYST in 100ths of degrees centigrade. |
| I32 wsTempThresholdLow | 1.3.6.1.4.1.9303.4.1.2.1.1.5 | Integer32 | read-only | Threshold (low) in 100ths of degrees centigrade. |
| I32 wsTempThresholdHigh | 1.3.6.1.4.1.9303.4.1.2.1.1.6 | Integer32 | read-only | Threshold (high) in 100ths of degrees centigrade. |
| INT wsTempStatus | 1.3.6.1.4.1.9303.4.1.2.1.1.7 | INTEGER | read-only | Status (measurement compared to threshold). |
| wsVoltTable | 1.3.6.1.4.1.9303.4.1.2.2 | not-accessible | Table of measured board voltages. | |
| wsVoltEntry | 1.3.6.1.4.1.9303.4.1.2.2.1 | not-accessible | An entry for a board voltage. | |
| U32 wsVoltChannel | 1.3.6.1.4.1.9303.4.1.2.2.1.1 | Unsigned32 | read-only | Voltage channel number. |
| I32 wsVoltNominal | 1.3.6.1.4.1.9303.4.1.2.2.1.2 | Integer32 | read-only | Nominal voltage in mV for channel. |
| I32 wsVoltMeasured | 1.3.6.1.4.1.9303.4.1.2.2.1.3 | Integer32 | read-only | Measured voltage in mV for channel. |
| I32 wsVoltThresholdLow | 1.3.6.1.4.1.9303.4.1.2.2.1.4 | Integer32 | read-only | Threshold (low) voltage in mV for channel. |
| I32 wsVoltThresholdHigh | 1.3.6.1.4.1.9303.4.1.2.2.1.5 | Integer32 | read-only | Threshold (high) voltage in mV for channel. |
| INT wsVoltStatus | 1.3.6.1.4.1.9303.4.1.2.2.1.6 | INTEGER | read-only | Status (measurement compared to threshold). |
| wsFanTable | 1.3.6.1.4.1.9303.4.1.2.3 | not-accessible | Table of measured rotation speeds for external fans. | |
| wsFanEntry | 1.3.6.1.4.1.9303.4.1.2.3.1 | not-accessible | An entry for a fan. | |
| U32 wsFanNumber | 1.3.6.1.4.1.9303.4.1.2.3.1.1 | Unsigned32 | read-only | Fan number. |
| I32 wsFanRPM | 1.3.6.1.4.1.9303.4.1.2.3.1.2 | Integer32 | read-only | Fan speed in revolutions per minute. |
| I32 wsFanVoltage | 1.3.6.1.4.1.9303.4.1.2.4 | Integer32 | read-only | Fan driving voltage (in mV). |
| INT wsIbosEnvironmentTrapEnable | 1.3.6.1.4.1.9303.4.1.2.5 | INTEGER | read-write | Provides control over iBOS environment related traps. |
| wsPFDP | 1.3.6.1.4.1.9303.4.1.3 | PFDP data | ||
| wsNeighboursTable | 1.3.6.1.4.1.9303.4.1.3.1 | not-accessible | Table of discovered PFDB Neighbours. | |
| wsNeighboursEntry | 1.3.6.1.4.1.9303.4.1.3.1.1 | not-accessible | An entry for a neighbour. | |
| U32 wsNeighbourIfIndex | 1.3.6.1.4.1.9303.4.1.3.1.1.1 | Unsigned32 | read-only | Neighbour interface index. |
| U32 wsNeighbourNIndex | 1.3.6.1.4.1.9303.4.1.3.1.1.2 | Unsigned32 | read-only | Neighbour index. |
| STR wsNeighbourHostname | 1.3.6.1.4.1.9303.4.1.3.1.1.3 | DisplayString | read-only | Neighbour hostname. |
| STR wsNeighbourLocalIf | 1.3.6.1.4.1.9303.4.1.3.1.1.4 | DisplayString | read-only | Local interface that neighbour is on. |
| STR wsNeighbourRemoteIf | 1.3.6.1.4.1.9303.4.1.3.1.1.5 | DisplayString | read-only | Remote interface of neighbour. |
| STR wsNeighbourModel | 1.3.6.1.4.1.9303.4.1.3.1.1.6 | DisplayString | read-only | Neighbour model. |
| I32 wsNeighbourLastAct | 1.3.6.1.4.1.9303.4.1.3.1.1.7 | Integer32 | read-only | Time in seconds since last neighbour advertisment. |
| STR wsNeighbourOSVersion | 1.3.6.1.4.1.9303.4.1.3.1.1.8 | DisplayString | read-only | Neighbour OS version. |
| OCT wsNeighbourSNPA | 1.3.6.1.4.1.9303.4.1.3.1.1.9 | OCTET STRING | read-only | SNPA of neighbour interface. |
| U32 wsNeighbourUptime | 1.3.6.1.4.1.9303.4.1.3.1.1.10 | Unsigned32 | read-only | Uptime in seconds for neighbour. |
| INT wsNeighbourState | 1.3.6.1.4.1.9303.4.1.3.1.1.11 | INTEGER | read-only | State of neighbour. |
| U32 wsNeighbourDBCount | 1.3.6.1.4.1.9303.4.1.3.1.1.12 | Unsigned32 | read-only | Database entries for neighbour. |
| TIK wsNeighbourCreated | 1.3.6.1.4.1.9303.4.1.3.1.1.13 | TimeTicks | read-only | The value of sysUpTime at the time the neighbour first appeared on the interface. |
| U32 wsNeighbourPacketsIn | 1.3.6.1.4.1.9303.4.1.3.1.1.14 | Unsigned32 | read-only | Number of PFDP packets received from neighbour. |
| U32 wsNeighbourPacketErrorsrIn | 1.3.6.1.4.1.9303.4.1.3.1.1.15 | Unsigned32 | read-only | Number of erroneous PFDP packets received from neighbour. |
| wsNeighbourPortsTable | 1.3.6.1.4.1.9303.4.1.3.2 | not-accessible | Table of ports of discovered PFDB Neighbours. | |
| wsNeighbourPortsEntry | 1.3.6.1.4.1.9303.4.1.3.2.1 | not-accessible | An entry for a port of a neighbour. | |
| U32 wsNeighbourPortIfIndex | 1.3.6.1.4.1.9303.4.1.3.2.1.1 | Unsigned32 | read-only | Neighbour interface index. |
| U32 wsNeighbourPortNIndex | 1.3.6.1.4.1.9303.4.1.3.2.1.2 | Unsigned32 | read-only | Neighbour index. |
| U32 wsNeighbourPortPIndex | 1.3.6.1.4.1.9303.4.1.3.2.1.3 | Unsigned32 | read-only | Neighbour port index. |
| STR wsNeighbourPortName | 1.3.6.1.4.1.9303.4.1.3.2.1.4 | DisplayString | read-only | Name of neighbour port. |
| BIT wsNeighbourPortState | 1.3.6.1.4.1.9303.4.1.3.2.1.5 | Bits | read-only | State of neighbour port. |
| C64 wsNeighbourPortTxOctets | 1.3.6.1.4.1.9303.4.1.3.2.1.6 | Counter64 | read-only | The total number of good bytes of data transmitted by a port (excluding preamble but including FCS). |
| U32 wsNeighbourPortTxDropPkts | 1.3.6.1.4.1.9303.4.1.3.2.1.7 | Unsigned32 | read-only | This counter is incremented every time a transmit packet is dropped due to lack of resources (e.g., transmit FIFO underflow), or an internal MAC sublayer transmit error not counted by.in either the TxLateCollision or the TxExcessiveCollision counters. |
| U32 wsNeighbourPortTxBroadcastPkts | 1.3.6.1.4.1.9303.4.1.3.2.1.8 | Unsigned32 | read-only | The number of good packets transmitted by a port that are directed to a broadcast address. This counter does not include errored broadcast packets or valid multicast packets. |
| U32 wsNeighbourPortTxMulticastPkts | 1.3.6.1.4.1.9303.4.1.3.2.1.9 | Unsigned32 | read-only | The number of good packets transmitted by a port that are directed to a multicast address. This counter does not include errored multicast packets or valid broadcast packets. |
| U32 wsNeighbourPortTxUnicastPkts | 1.3.6.1.4.1.9303.4.1.3.2.1.10 | Unsigned32 | read-only | The number of good packets transmitted by a port that are addressed to a unicast address. |
| U32 wsNeighbourPortTxCollisions | 1.3.6.1.4.1.9303.4.1.3.2.1.11 | Unsigned32 | read-only | The number of collisions experienced by a port during packet transmissions. |
| U32 wsNeighbourPortTxDeferredTransmit | 1.3.6.1.4.1.9303.4.1.3.2.1.12 | Unsigned32 | read-only | The number of packets transmitted by a port for which the first transmission attempt is delayed because the medium is busy. |
| U32 wsNeighbourPortTxFrameInDisc | 1.3.6.1.4.1.9303.4.1.3.2.1.13 | Unsigned32 | read-only | The number of valid packets received which are discarded by the forwarding process due to lack of space on an output queue. |
| C64 wsNeighbourPortRxOctets | 1.3.6.1.4.1.9303.4.1.3.2.1.14 | Counter64 | read-only | The number of bytes of data received by a port (excluding preamble but including FCS), including bad packets. |
| U32 wsNeighbourPortRxUndersizePkts | 1.3.6.1.4.1.9303.4.1.3.2.1.15 | Unsigned32 | read-only | The number of good packets received by a port that are less than 64 bytes long (excluding framing bits but including the FCS). |
| U32 wsNeighbourPortPkts64Octets | 1.3.6.1.4.1.9303.4.1.3.2.1.16 | Unsigned32 | read-only | The number of packets (including error packets) that are 64 bytes long. |
| U32 wsNeighbourPortPkts65to127Octets | 1.3.6.1.4.1.9303.4.1.3.2.1.17 | Unsigned32 | read-only | The number of packets (including error packets) that are between 65 and 127 bytes long. |
| U32 wsNeighbourPortPkts128to255Octets | 1.3.6.1.4.1.9303.4.1.3.2.1.18 | Unsigned32 | read-only | The number of packets (including error packets) that are between 128 and 255 bytes long. |
| U32 wsNeighbourPortPkts256to511Octets | 1.3.6.1.4.1.9303.4.1.3.2.1.19 | Unsigned32 | read-only | The number of packets (including error packets) that are between 256 and 511 bytes long. |
| U32 wsNeighbourPortPkts512to1023Octets | 1.3.6.1.4.1.9303.4.1.3.2.1.20 | Unsigned32 | read-only | The number of packets (including error packets) that are between 512 and 1023 bytes long. |
| U32 wsNeighbourPortPkts1024to1522Octets | 1.3.6.1.4.1.9303.4.1.3.2.1.21 | Unsigned32 | read-only | The number of packets (including error packets) that are between 1024 and 1522 bytes long. |
| U32 wsNeighbourPortRxOversizePkts | 1.3.6.1.4.1.9303.4.1.3.2.1.22 | Unsigned32 | read-only | The number of good packets received by a port that are greater than 1522 bytes inclusive (excluding framing bits but including the FCS). Note that this counter alone will be incremented for packets in the range 1523-1536 bytes inclusive, whereas both this counter and the RxExcessSizeDisc counter will be incremented for packets of 1537 bytes and higher. |
| U32 wsNeighbourPortRxJabbers | 1.3.6.1.4.1.9303.4.1.3.2.1.23 | Unsigned32 | read-only | The number of packets received by a port that are longer than 1522 bytes and have either an FCS error or an alignment error. |
| U32 wsNeighbourPortRxAlignmentErrors | 1.3.6.1.4.1.9303.4.1.3.2.1.24 | Unsigned32 | read-only | The number of packets received by a port that have a length (excluding framing bits but including FCS) between 64 and 1522 bytes, inclusive, and have a bad FCS with a nonintegral number of bytes. |
| U32 wsNeighbourPortRxFCSErrors | 1.3.6.1.4.1.9303.4.1.3.2.1.25 | Unsigned32 | read-only | The number of packets received by a port that have a length (excluding framing bits but including FCS) between 64 and 1522 bytes inclusive, and have a bad FCS with an integral number of bytes. |
| C64 wsNeighbourPortRxGoodOctets | 1.3.6.1.4.1.9303.4.1.3.2.1.26 | Counter64 | read-only | The total number of bytes in all good packets received by a port (excluding framing bits but including FCS). |
| U32 wsNeighbourPortRxDropPkts | 1.3.6.1.4.1.9303.4.1.3.2.1.27 | Unsigned32 | read-only | The number of good packets received by a port that were dropped due to lack of resources (e.g., lack of input buffers) or were dropped due to lack of resources before a determination of the validity of the packet was able to be made (e.g., receive FIFO overflow). The counter is only incremented if the receive error was not counted by.either the RxExcessSizeDisc, the RxAlignmentErrors or the RxFCSErrors counters. |
| U32 wsNeighbourPortRxUnicastPkts | 1.3.6.1.4.1.9303.4.1.3.2.1.28 | Unsigned32 | read-only | The number of good packets received by a port that are addressed to a unicast address. |
| U32 wsNeighbourPortRxMulticastPkts | 1.3.6.1.4.1.9303.4.1.3.2.1.29 | Unsigned32 | read-only | The number of good packets received by a port that are directed to a multicast address. This counter does not include errored multicast packets or valid broadcast packets. |
| U32 wsNeighbourPortRxBroadcastPkts | 1.3.6.1.4.1.9303.4.1.3.2.1.30 | Unsigned32 | read-only | The number of good packets received by a port that are directed to the broadcast address. This counter does not include errored broadcast packets or valid multicast packets. |
| U32 wsNeighbourPortRxFragments | 1.3.6.1.4.1.9303.4.1.3.2.1.31 | Unsigned32 | read-only | The number of packets received by a port that are less than 64 bytes (excluding framing bits) and have either an FCS error or an alignment error. |
| U32 wsNeighbourPortRxExcessSizeDisc | 1.3.6.1.4.1.9303.4.1.3.2.1.32 | Unsigned32 | read-only | The number of good packets received by a port that are greater than 1536 bytes (excluding framing bits but including the FCS) and were discarded due to excessive length. Note that the RxOversizePkts counter alone is incremented for packets in the range 1523-1536 bytes inclusive, whereas both this counter and the RxOversizePkts counter are incremented for packets of 1537 bytes and higher. |
| U32 wsNeighbourPortRxSymbolError | 1.3.6.1.4.1.9303.4.1.3.2.1.33 | Unsigned32 | read-only | The total number of times a valid length packet was received at a port and at least one invalid data symbol was detected. Counter only increment once per carrier event and does not increment on detection of collision during the carrier event. |
| wsNeighbourPortSNPATable | 1.3.6.1.4.1.9303.4.1.3.3 | not-accessible | Table of known SNPA on ports of discovered PFDB Neighbours. | |
| wsNeighbourPortSNPAEntry | 1.3.6.1.4.1.9303.4.1.3.3.1 | not-accessible | An entry for a known SNPA on a port of a neighbour. | |
| U32 wsNeighbourPortSNPAIfIndex | 1.3.6.1.4.1.9303.4.1.3.3.1.1 | Unsigned32 | read-only | Neighbour interface index. |
| U32 wsNeighbourPortSNPANIndex | 1.3.6.1.4.1.9303.4.1.3.3.1.2 | Unsigned32 | read-only | Neighbour index. |
| U32 wsNeighbourPortSNPAPIndex | 1.3.6.1.4.1.9303.4.1.3.3.1.3 | Unsigned32 | read-only | Neighbour port index. |
| U32 wsNeighbourPortSNPASIndex | 1.3.6.1.4.1.9303.4.1.3.3.1.4 | Unsigned32 | read-only | Neighbour port SNPA index. |
| I32 wsNeighbourPortSNPASMCast | 1.3.6.1.4.1.9303.4.1.3.3.1.5 | Integer32 | read-only | Set to 1 if SNPA is a multicast address, 0 otherwise. |
| OCT wsNeighbourPortSNPA | 1.3.6.1.4.1.9303.4.1.3.3.1.6 | OCTET STRING | read-only | Known SNPA on neighbour port. |
| wsSFPTable | 1.3.6.1.4.1.9303.4.1.4 | not-accessible | Table with information on SFPs. | |
| wsSFPEntry | 1.3.6.1.4.1.9303.4.1.4.1 | not-accessible | An entry for an SFP. | |
| U32 wsSFPIndex | 1.3.6.1.4.1.9303.4.1.4.1.1 | Unsigned32 | read-only | SFP number. |
| INT wsSFPStatus | 1.3.6.1.4.1.9303.4.1.4.1.2 | INTEGER | read-only | SFP status. |
| INT wsSFPConnector | 1.3.6.1.4.1.9303.4.1.4.1.3 | INTEGER | read-only | Connector type. |
| BIT wsSFPTransceiver | 1.3.6.1.4.1.9303.4.1.4.1.4 | Bits | read-only | Transceiver capablities. |
| INT wsSFPEncoding | 1.3.6.1.4.1.9303.4.1.4.1.5 | INTEGER | read-only | Encoding type. |
| U32 wsSFPBitrate | 1.3.6.1.4.1.9303.4.1.4.1.6 | Unsigned32 | read-only | SFP Bitrate (Mbps). |
| U32 wsSFPSingleModeLen | 1.3.6.1.4.1.9303.4.1.4.1.7 | Unsigned32 | read-only | Supported single mode fiber link length (m). A value of 255000 means > 254000 m. |
| U32 wsSFPMultiMode50Len | 1.3.6.1.4.1.9303.4.1.4.1.8 | Unsigned32 | read-only | Supported 50um multi-mode fiber link length (m). A value of 2550 means > 2540 m. |
| U32 wsSFPMultiMode625Len | 1.3.6.1.4.1.9303.4.1.4.1.9 | Unsigned32 | read-only | Supported 62.5um multi-mode fiber link length (m). A value of 2550 means > 2540 m. |
| U32 wsSFPCopperLen | 1.3.6.1.4.1.9303.4.1.4.1.10 | Unsigned32 | read-only | Supported copper link length (m). A value of 255 means > 254 m. |
| INT wsSFPTempStatus | 1.3.6.1.4.1.9303.4.1.4.1.11 | INTEGER | read-only | Temperature status. |
| I32 wsSFPTemp | 1.3.6.1.4.1.9303.4.1.4.1.12 | Integer32 | read-only | Measured temperature in degrees centigrade. |
| INT wsSFPVoltStatus | 1.3.6.1.4.1.9303.4.1.4.1.13 | INTEGER | read-only | Voltage status. |
| I32 wsSFPVolt | 1.3.6.1.4.1.9303.4.1.4.1.14 | Integer32 | read-only | Measured voltage (mV). |
| INT wsSFPTXCurrentStatus | 1.3.6.1.4.1.9303.4.1.4.1.15 | INTEGER | read-only | TX Current status. |
| I32 wsSFPTXCurrent | 1.3.6.1.4.1.9303.4.1.4.1.16 | Integer32 | read-only | Measured TX current (mA). |
| INT wsSFPTXPowerStatus | 1.3.6.1.4.1.9303.4.1.4.1.17 | INTEGER | read-only | TX power status. |
| I32 wsSFPTXPower | 1.3.6.1.4.1.9303.4.1.4.1.18 | Integer32 | read-only | Measured TX power (uW). |
| INT wsSFPRXPowerStatus | 1.3.6.1.4.1.9303.4.1.4.1.19 | INTEGER | read-only | RX power status. |
| I32 wsSFPRXPower | 1.3.6.1.4.1.9303.4.1.4.1.20 | Integer32 | read-only | Measured RX power (uW). |
| BIT wsSFPTransceiverExt | 1.3.6.1.4.1.9303.4.1.4.1.21 | Bits | read-only | 10G Ethernet Compliance Codes. |
| I32 wsSFPTXdBmPower | 1.3.6.1.4.1.9303.4.1.4.1.22 | Integer32 | read-only | Measured TX power (dBm x 1000). |
| I32 wsSFPRXdBmPower | 1.3.6.1.4.1.9303.4.1.4.1.23 | Integer32 | read-only | Measured RX power (dBm x 1000). |
| I32 wsSFPTempNormalLow | 1.3.6.1.4.1.9303.4.1.4.1.24 | Integer32 | read-only | Operating temparature normal range low (C). |
| I32 wsSFPTempNormalHigh | 1.3.6.1.4.1.9303.4.1.4.1.25 | Integer32 | read-only | Operating temparature normal range high (C). |
| I32 wsSFPTempWarningLow | 1.3.6.1.4.1.9303.4.1.4.1.26 | Integer32 | read-only | Operating temparature warning range low (C). |
| I32 wsSFPTempWarningHigh | 1.3.6.1.4.1.9303.4.1.4.1.27 | Integer32 | read-only | Operating temparature warning range high (C). |
| I32 wsSFPVoltNormalLow | 1.3.6.1.4.1.9303.4.1.4.1.28 | Integer32 | read-only | Supply voltage normal range low (mV). |
| I32 wsSFPVoltNormalHigh | 1.3.6.1.4.1.9303.4.1.4.1.29 | Integer32 | read-only | Supply voltage normal range high (mV). |
| I32 wsSFPVoltWarningLow | 1.3.6.1.4.1.9303.4.1.4.1.30 | Integer32 | read-only | Supply voltage warning range low (mV). |
| I32 wsSFPVoltWarningHigh | 1.3.6.1.4.1.9303.4.1.4.1.31 | Integer32 | read-only | Supply voltage warning range high (mV). |
| I32 wsSFPTXCurrentNormalLow | 1.3.6.1.4.1.9303.4.1.4.1.32 | Integer32 | read-only | TX Current normal range low (mA). |
| I32 wsSFPTXCurrentNormalHigh | 1.3.6.1.4.1.9303.4.1.4.1.33 | Integer32 | read-only | TX Current normal range high (mA). |
| I32 wsSFPTXCurrentWarningLow | 1.3.6.1.4.1.9303.4.1.4.1.34 | Integer32 | read-only | TX Current warning range low (mA). |
| I32 wsSFPTXCurrentWarningHigh | 1.3.6.1.4.1.9303.4.1.4.1.35 | Integer32 | read-only | TX Current warning range high (mA). |
| I32 wsSFPTXOutputPowNormalLowuW | 1.3.6.1.4.1.9303.4.1.4.1.36 | Integer32 | read-only | TX output power normal range low (uW). |
| I32 wsSFPTXOutputPowNormalHighuW | 1.3.6.1.4.1.9303.4.1.4.1.37 | Integer32 | read-only | TX output power normal range high (uW). |
| I32 wsSFPTXOutputPowWarningLowuW | 1.3.6.1.4.1.9303.4.1.4.1.38 | Integer32 | read-only | TX output power warning range low (uW). |
| I32 wsSFPTXOutputPowWarningHighuW | 1.3.6.1.4.1.9303.4.1.4.1.39 | Integer32 | read-only | TX output power warning range high (uW). |
| I32 wsSFPTXOutputPowNormalLowdBm | 1.3.6.1.4.1.9303.4.1.4.1.40 | Integer32 | read-only | TX output power normal range low (dBm x 1000). |
| I32 wsSFPTXOutputPowNormalHighdBm | 1.3.6.1.4.1.9303.4.1.4.1.41 | Integer32 | read-only | TX output power normal range high (dBm x 1000). |
| I32 wsSFPTXOutputPowWarningLowdBm | 1.3.6.1.4.1.9303.4.1.4.1.42 | Integer32 | read-only | TX output power warning range low (dBm x 1000). |
| I32 wsSFPTXOutputPowWarningHighdBm | 1.3.6.1.4.1.9303.4.1.4.1.43 | Integer32 | read-only | TX output power warning range high (dBm x 1000). |
| I32 wsSFPRXInputPowNormalLowuW | 1.3.6.1.4.1.9303.4.1.4.1.44 | Integer32 | read-only | RX input power normal range low (uW). |
| I32 wsSFPRXInputPowNormalHighuW | 1.3.6.1.4.1.9303.4.1.4.1.45 | Integer32 | read-only | RX input power normal range high (uW). |
| I32 wsSFPRXInputPowWarningLowuW | 1.3.6.1.4.1.9303.4.1.4.1.46 | Integer32 | read-only | RX input power warning range low (uW). |
| I32 wsSFPRXInputPowWarningHighuW | 1.3.6.1.4.1.9303.4.1.4.1.47 | Integer32 | read-only | RX input power warning range high (uW). |
| I32 wsSFPRXInputPowNormalLowdBm | 1.3.6.1.4.1.9303.4.1.4.1.48 | Integer32 | read-only | RX input power normal range low (dBm x 1000). |
| I32 wsSFPRXInputPowNormalHighdBm | 1.3.6.1.4.1.9303.4.1.4.1.49 | Integer32 | read-only | RX input power normal range high (dBm x 1000). |
| I32 wsSFPRXInputPowWarningLowdBm | 1.3.6.1.4.1.9303.4.1.4.1.50 | Integer32 | read-only | RX input power warning range low (dBm x 1000). |
| I32 wsSFPRXInputPowWarningHighdBm | 1.3.6.1.4.1.9303.4.1.4.1.51 | Integer32 | read-only | RX input power warning range high (dBm x 1000). |
| STR wsSFPPartNumber | 1.3.6.1.4.1.9303.4.1.4.1.52 | DisplayString | read-only | SFP part number. |
| STR wsSFPSerialNumber | 1.3.6.1.4.1.9303.4.1.4.1.53 | DisplayString | read-only | SFP serial number. |
| wsAccounting | 1.3.6.1.4.1.9303.4.1.5 | Accounting objects | ||
| wsPolicyTable | 1.3.6.1.4.1.9303.4.1.5.1 | not-accessible | Table of policy accounting information. | |
| wsPolicyEntry | 1.3.6.1.4.1.9303.4.1.5.1.1 | not-accessible | An entry for a policy. | |
| U32 wsPolicyIfIndex | 1.3.6.1.4.1.9303.4.1.5.1.1.1 | Unsigned32 | read-only | Interface index of policy accounting entry. |
| STR wsPolicyIfName | 1.3.6.1.4.1.9303.4.1.5.1.1.2 | DisplayString | read-only | Interface name of policy accountin entry |
| STR wsPolicyName | 1.3.6.1.4.1.9303.4.1.5.1.1.3 | DisplayString | read-only | Name of policy. |
| STR wsPolicyCookie | 1.3.6.1.4.1.9303.4.1.5.1.1.4 | DisplayString | read-only | Name of policy cookie. |
| C64 wsPolicyInPkts | 1.3.6.1.4.1.9303.4.1.5.1.1.5 | Counter64 | read-only | Input packets counter. |
| C64 wsPolicyInBytes | 1.3.6.1.4.1.9303.4.1.5.1.1.6 | Counter64 | read-only | Input bytes counter. |
| C64 wsPolicyInDrops | 1.3.6.1.4.1.9303.4.1.5.1.1.7 | Counter64 | read-only | Number input packets dropped. |
| C64 wsPolicyOutPkts | 1.3.6.1.4.1.9303.4.1.5.1.1.8 | Counter64 | read-only | Output packets counter. |
| C64 wsPolicyOutBytes | 1.3.6.1.4.1.9303.4.1.5.1.1.9 | Counter64 | read-only | Output bytes counter. |
| C64 wsPolicyOutDrops | 1.3.6.1.4.1.9303.4.1.5.1.1.10 | Counter64 | read-only | Number input packets dropped. |
| G32 wsPolicyUsedCnt | 1.3.6.1.4.1.9303.4.1.5.1.1.11 | Gauge32 | read-only | Number policy maps set to use this policy. |
| wsXFPTable | 1.3.6.1.4.1.9303.4.1.6 | not-accessible | Table with information on XFPs. | |
| wsXFPEntry | 1.3.6.1.4.1.9303.4.1.6.1 | not-accessible | An entry for an XFP. | |
| U32 wsXFPIndex | 1.3.6.1.4.1.9303.4.1.6.1.1 | Unsigned32 | read-only | XFP number. |
| INT wsXFPStatus | 1.3.6.1.4.1.9303.4.1.6.1.2 | INTEGER | read-only | XFP status. |
| INT wsXFPConnector | 1.3.6.1.4.1.9303.4.1.6.1.3 | INTEGER | read-only | Connector type. |
| BIT wsXFPTransceiver | 1.3.6.1.4.1.9303.4.1.6.1.4 | Bits | read-only | Transceiver capablities. |
| BIT wsXFPEncoding | 1.3.6.1.4.1.9303.4.1.6.1.5 | Bits | read-only | Encoding type. |
| U32 wsXFPBitrateMin | 1.3.6.1.4.1.9303.4.1.6.1.6 | Unsigned32 | read-only | XFP Min Bitrate (Mbps). |
| U32 wsXFPBitrateMax | 1.3.6.1.4.1.9303.4.1.6.1.7 | Unsigned32 | read-only | XFP Max Bitrate (Mbps). |
| U32 wsXFPSingleModeLen | 1.3.6.1.4.1.9303.4.1.6.1.8 | Unsigned32 | read-only | Supported single mode fiber link length (m). A value of 255000 means > 254000 m. |
| U32 wsXFPMultiMode50Len | 1.3.6.1.4.1.9303.4.1.6.1.9 | Unsigned32 | read-only | Supported 50um multi-mode fiber link length (m). A value of 510 means > 508 m. |
| U32 wsXFPMultiMode625Len | 1.3.6.1.4.1.9303.4.1.6.1.10 | Unsigned32 | read-only | Supported 62.5um multi-mode fiber link length (m). A value of 255 means > 254 m. |
| U32 wsXFPCopperLen | 1.3.6.1.4.1.9303.4.1.6.1.11 | Unsigned32 | read-only | Supported copper link length (m). A value of 255 means > 254 m. |
| INT wsXFPTempStatus | 1.3.6.1.4.1.9303.4.1.6.1.12 | INTEGER | read-only | Temperature status. |
| I32 wsXFPTemp | 1.3.6.1.4.1.9303.4.1.6.1.13 | Integer32 | read-only | Measured temperature in degrees centigrade. |
| INT wsXFPTXCurrentStatus | 1.3.6.1.4.1.9303.4.1.6.1.14 | INTEGER | read-only | TX Current status. |
| I32 wsXFPTXCurrent | 1.3.6.1.4.1.9303.4.1.6.1.15 | Integer32 | read-only | Measured TX current (mA). |
| INT wsXFPTXPowerStatus | 1.3.6.1.4.1.9303.4.1.6.1.16 | INTEGER | read-only | TX power status. |
| I32 wsXFPTXPower | 1.3.6.1.4.1.9303.4.1.6.1.17 | Integer32 | read-only | Measured TX power (uW). |
| INT wsXFPRXPowerStatus | 1.3.6.1.4.1.9303.4.1.6.1.18 | INTEGER | read-only | RX power status. |
| I32 wsXFPRXPower | 1.3.6.1.4.1.9303.4.1.6.1.19 | Integer32 | read-only | Measured RX power (uW). |
RFC description
Waystream iBOS access service router (ASR) management for monitoring system, SFP, and network functionality.
Start monitoring Waystream ASR (Access Service Router), Waystream iBOS-based network equipment (firmware-version/temperature-sensor status) 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.