WAYSTREAM-MIB

MIB Reference — IPNetwork Monitor

All MIBsWAYSTREAM-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

wsExperimentOBJECT-IDENTITY
wsMgmtOBJECT-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 symbolicOID numericTypeAccessDescription
ibos1.3.6.1.4.1.9303.4.1The Waystream MIB describing iBOS functionality of ASRs
wsSystem1.3.6.1.4.1.9303.4.1.1System management objects
I32 wsWritedummy1.3.6.1.4.1.9303.4.1.1.1Integer32read-writeThis 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 wsReload1.3.6.1.4.1.9303.4.1.1.2Integer32read-writeThis 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 wsVersion1.3.6.1.4.1.9303.4.1.1.3Integer32read-onlyThe iBOS version indicator
I32 wsAsrRevision1.3.6.1.4.1.9303.4.1.1.4Integer32read-onlyThe ASR hardware revision
STR wsVersionString1.3.6.1.4.1.9303.4.1.1.5DisplayStringread-onlyA 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
wsEnvironment1.3.6.1.4.1.9303.4.1.2Environtment data
wsIbosEnvironmentNotifications1.3.6.1.4.1.9303.4.1.2.0
NTF wsIbosTempLow1.3.6.1.4.1.9303.4.1.2.0.1A 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 wsIbosTempHigh1.3.6.1.4.1.9303.4.1.2.0.2A 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 wsIbosVoltLow1.3.6.1.4.1.9303.4.1.2.0.3A 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 wsIbosVoltHigh1.3.6.1.4.1.9303.4.1.2.0.4A 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 wsIbosFanRPMLow1.3.6.1.4.1.9303.4.1.2.0.5A 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 wsIbosFanOutVoltLow1.3.6.1.4.1.9303.4.1.2.0.6A 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.
wsTempTable1.3.6.1.4.1.9303.4.1.2.1not-accessibleTable of values from temperature sensors.
wsTempEntry1.3.6.1.4.1.9303.4.1.2.1.1not-accessibleAn entry for a temperature sensor.
U32 wsTempSensor1.3.6.1.4.1.9303.4.1.2.1.1.1Unsigned32read-onlySensor number.
I32 wsTempMeasured1.3.6.1.4.1.9303.4.1.2.1.1.2Integer32read-onlyMeasured temperature in 100ths of degrees centigrade.
I32 wsTempTOS1.3.6.1.4.1.9303.4.1.2.1.1.3Integer32read-onlyTOS in 100ths of degrees centigrade.
I32 wsTempTHYST1.3.6.1.4.1.9303.4.1.2.1.1.4Integer32read-onlyTHYST in 100ths of degrees centigrade.
I32 wsTempThresholdLow1.3.6.1.4.1.9303.4.1.2.1.1.5Integer32read-onlyThreshold (low) in 100ths of degrees centigrade.
I32 wsTempThresholdHigh1.3.6.1.4.1.9303.4.1.2.1.1.6Integer32read-onlyThreshold (high) in 100ths of degrees centigrade.
INT wsTempStatus1.3.6.1.4.1.9303.4.1.2.1.1.7INTEGERread-onlyStatus (measurement compared to threshold).
wsVoltTable1.3.6.1.4.1.9303.4.1.2.2not-accessibleTable of measured board voltages.
wsVoltEntry1.3.6.1.4.1.9303.4.1.2.2.1not-accessibleAn entry for a board voltage.
U32 wsVoltChannel1.3.6.1.4.1.9303.4.1.2.2.1.1Unsigned32read-onlyVoltage channel number.
I32 wsVoltNominal1.3.6.1.4.1.9303.4.1.2.2.1.2Integer32read-onlyNominal voltage in mV for channel.
I32 wsVoltMeasured1.3.6.1.4.1.9303.4.1.2.2.1.3Integer32read-onlyMeasured voltage in mV for channel.
I32 wsVoltThresholdLow1.3.6.1.4.1.9303.4.1.2.2.1.4Integer32read-onlyThreshold (low) voltage in mV for channel.
I32 wsVoltThresholdHigh1.3.6.1.4.1.9303.4.1.2.2.1.5Integer32read-onlyThreshold (high) voltage in mV for channel.
INT wsVoltStatus1.3.6.1.4.1.9303.4.1.2.2.1.6INTEGERread-onlyStatus (measurement compared to threshold).
wsFanTable1.3.6.1.4.1.9303.4.1.2.3not-accessibleTable of measured rotation speeds for external fans.
wsFanEntry1.3.6.1.4.1.9303.4.1.2.3.1not-accessibleAn entry for a fan.
U32 wsFanNumber1.3.6.1.4.1.9303.4.1.2.3.1.1Unsigned32read-onlyFan number.
I32 wsFanRPM1.3.6.1.4.1.9303.4.1.2.3.1.2Integer32read-onlyFan speed in revolutions per minute.
I32 wsFanVoltage1.3.6.1.4.1.9303.4.1.2.4Integer32read-onlyFan driving voltage (in mV).
INT wsIbosEnvironmentTrapEnable1.3.6.1.4.1.9303.4.1.2.5INTEGERread-writeProvides control over iBOS environment related traps.
wsPFDP1.3.6.1.4.1.9303.4.1.3PFDP data
wsNeighboursTable1.3.6.1.4.1.9303.4.1.3.1not-accessibleTable of discovered PFDB Neighbours.
wsNeighboursEntry1.3.6.1.4.1.9303.4.1.3.1.1not-accessibleAn entry for a neighbour.
U32 wsNeighbourIfIndex1.3.6.1.4.1.9303.4.1.3.1.1.1Unsigned32read-onlyNeighbour interface index.
U32 wsNeighbourNIndex1.3.6.1.4.1.9303.4.1.3.1.1.2Unsigned32read-onlyNeighbour index.
STR wsNeighbourHostname1.3.6.1.4.1.9303.4.1.3.1.1.3DisplayStringread-onlyNeighbour hostname.
STR wsNeighbourLocalIf1.3.6.1.4.1.9303.4.1.3.1.1.4DisplayStringread-onlyLocal interface that neighbour is on.
STR wsNeighbourRemoteIf1.3.6.1.4.1.9303.4.1.3.1.1.5DisplayStringread-onlyRemote interface of neighbour.
STR wsNeighbourModel1.3.6.1.4.1.9303.4.1.3.1.1.6DisplayStringread-onlyNeighbour model.
I32 wsNeighbourLastAct1.3.6.1.4.1.9303.4.1.3.1.1.7Integer32read-onlyTime in seconds since last neighbour advertisment.
STR wsNeighbourOSVersion1.3.6.1.4.1.9303.4.1.3.1.1.8DisplayStringread-onlyNeighbour OS version.
OCT wsNeighbourSNPA1.3.6.1.4.1.9303.4.1.3.1.1.9OCTET STRINGread-onlySNPA of neighbour interface.
U32 wsNeighbourUptime1.3.6.1.4.1.9303.4.1.3.1.1.10Unsigned32read-onlyUptime in seconds for neighbour.
INT wsNeighbourState1.3.6.1.4.1.9303.4.1.3.1.1.11INTEGERread-onlyState of neighbour.
U32 wsNeighbourDBCount1.3.6.1.4.1.9303.4.1.3.1.1.12Unsigned32read-onlyDatabase entries for neighbour.
TIK wsNeighbourCreated1.3.6.1.4.1.9303.4.1.3.1.1.13TimeTicksread-onlyThe value of sysUpTime at the time the neighbour first appeared on the interface.
U32 wsNeighbourPacketsIn1.3.6.1.4.1.9303.4.1.3.1.1.14Unsigned32read-onlyNumber of PFDP packets received from neighbour.
U32 wsNeighbourPacketErrorsrIn1.3.6.1.4.1.9303.4.1.3.1.1.15Unsigned32read-onlyNumber of erroneous PFDP packets received from neighbour.
wsNeighbourPortsTable1.3.6.1.4.1.9303.4.1.3.2not-accessibleTable of ports of discovered PFDB Neighbours.
wsNeighbourPortsEntry1.3.6.1.4.1.9303.4.1.3.2.1not-accessibleAn entry for a port of a neighbour.
U32 wsNeighbourPortIfIndex1.3.6.1.4.1.9303.4.1.3.2.1.1Unsigned32read-onlyNeighbour interface index.
U32 wsNeighbourPortNIndex1.3.6.1.4.1.9303.4.1.3.2.1.2Unsigned32read-onlyNeighbour index.
U32 wsNeighbourPortPIndex1.3.6.1.4.1.9303.4.1.3.2.1.3Unsigned32read-onlyNeighbour port index.
STR wsNeighbourPortName1.3.6.1.4.1.9303.4.1.3.2.1.4DisplayStringread-onlyName of neighbour port.
BIT wsNeighbourPortState1.3.6.1.4.1.9303.4.1.3.2.1.5Bitsread-onlyState of neighbour port.
C64 wsNeighbourPortTxOctets1.3.6.1.4.1.9303.4.1.3.2.1.6Counter64read-onlyThe total number of good bytes of data transmitted by a port (excluding preamble but including FCS).
U32 wsNeighbourPortTxDropPkts1.3.6.1.4.1.9303.4.1.3.2.1.7Unsigned32read-onlyThis 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 wsNeighbourPortTxBroadcastPkts1.3.6.1.4.1.9303.4.1.3.2.1.8Unsigned32read-onlyThe 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 wsNeighbourPortTxMulticastPkts1.3.6.1.4.1.9303.4.1.3.2.1.9Unsigned32read-onlyThe 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 wsNeighbourPortTxUnicastPkts1.3.6.1.4.1.9303.4.1.3.2.1.10Unsigned32read-onlyThe number of good packets transmitted by a port that are addressed to a unicast address.
U32 wsNeighbourPortTxCollisions1.3.6.1.4.1.9303.4.1.3.2.1.11Unsigned32read-onlyThe number of collisions experienced by a port during packet transmissions.
U32 wsNeighbourPortTxDeferredTransmit1.3.6.1.4.1.9303.4.1.3.2.1.12Unsigned32read-onlyThe number of packets transmitted by a port for which the first transmission attempt is delayed because the medium is busy.
U32 wsNeighbourPortTxFrameInDisc1.3.6.1.4.1.9303.4.1.3.2.1.13Unsigned32read-onlyThe number of valid packets received which are discarded by the forwarding process due to lack of space on an output queue.
C64 wsNeighbourPortRxOctets1.3.6.1.4.1.9303.4.1.3.2.1.14Counter64read-onlyThe number of bytes of data received by a port (excluding preamble but including FCS), including bad packets.
U32 wsNeighbourPortRxUndersizePkts1.3.6.1.4.1.9303.4.1.3.2.1.15Unsigned32read-onlyThe number of good packets received by a port that are less than 64 bytes long (excluding framing bits but including the FCS).
U32 wsNeighbourPortPkts64Octets1.3.6.1.4.1.9303.4.1.3.2.1.16Unsigned32read-onlyThe number of packets (including error packets) that are 64 bytes long.
U32 wsNeighbourPortPkts65to127Octets1.3.6.1.4.1.9303.4.1.3.2.1.17Unsigned32read-onlyThe number of packets (including error packets) that are between 65 and 127 bytes long.
U32 wsNeighbourPortPkts128to255Octets1.3.6.1.4.1.9303.4.1.3.2.1.18Unsigned32read-onlyThe number of packets (including error packets) that are between 128 and 255 bytes long.
U32 wsNeighbourPortPkts256to511Octets1.3.6.1.4.1.9303.4.1.3.2.1.19Unsigned32read-onlyThe number of packets (including error packets) that are between 256 and 511 bytes long.
U32 wsNeighbourPortPkts512to1023Octets1.3.6.1.4.1.9303.4.1.3.2.1.20Unsigned32read-onlyThe number of packets (including error packets) that are between 512 and 1023 bytes long.
U32 wsNeighbourPortPkts1024to1522Octets1.3.6.1.4.1.9303.4.1.3.2.1.21Unsigned32read-onlyThe number of packets (including error packets) that are between 1024 and 1522 bytes long.
U32 wsNeighbourPortRxOversizePkts1.3.6.1.4.1.9303.4.1.3.2.1.22Unsigned32read-onlyThe 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 wsNeighbourPortRxJabbers1.3.6.1.4.1.9303.4.1.3.2.1.23Unsigned32read-onlyThe number of packets received by a port that are longer than 1522 bytes and have either an FCS error or an alignment error.
U32 wsNeighbourPortRxAlignmentErrors1.3.6.1.4.1.9303.4.1.3.2.1.24Unsigned32read-onlyThe 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 wsNeighbourPortRxFCSErrors1.3.6.1.4.1.9303.4.1.3.2.1.25Unsigned32read-onlyThe 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 wsNeighbourPortRxGoodOctets1.3.6.1.4.1.9303.4.1.3.2.1.26Counter64read-onlyThe total number of bytes in all good packets received by a port (excluding framing bits but including FCS).
U32 wsNeighbourPortRxDropPkts1.3.6.1.4.1.9303.4.1.3.2.1.27Unsigned32read-onlyThe 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 wsNeighbourPortRxUnicastPkts1.3.6.1.4.1.9303.4.1.3.2.1.28Unsigned32read-onlyThe number of good packets received by a port that are addressed to a unicast address.
U32 wsNeighbourPortRxMulticastPkts1.3.6.1.4.1.9303.4.1.3.2.1.29Unsigned32read-onlyThe 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 wsNeighbourPortRxBroadcastPkts1.3.6.1.4.1.9303.4.1.3.2.1.30Unsigned32read-onlyThe 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 wsNeighbourPortRxFragments1.3.6.1.4.1.9303.4.1.3.2.1.31Unsigned32read-onlyThe 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 wsNeighbourPortRxExcessSizeDisc1.3.6.1.4.1.9303.4.1.3.2.1.32Unsigned32read-onlyThe 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 wsNeighbourPortRxSymbolError1.3.6.1.4.1.9303.4.1.3.2.1.33Unsigned32read-onlyThe 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.
wsNeighbourPortSNPATable1.3.6.1.4.1.9303.4.1.3.3not-accessibleTable of known SNPA on ports of discovered PFDB Neighbours.
wsNeighbourPortSNPAEntry1.3.6.1.4.1.9303.4.1.3.3.1not-accessibleAn entry for a known SNPA on a port of a neighbour.
U32 wsNeighbourPortSNPAIfIndex1.3.6.1.4.1.9303.4.1.3.3.1.1Unsigned32read-onlyNeighbour interface index.
U32 wsNeighbourPortSNPANIndex1.3.6.1.4.1.9303.4.1.3.3.1.2Unsigned32read-onlyNeighbour index.
U32 wsNeighbourPortSNPAPIndex1.3.6.1.4.1.9303.4.1.3.3.1.3Unsigned32read-onlyNeighbour port index.
U32 wsNeighbourPortSNPASIndex1.3.6.1.4.1.9303.4.1.3.3.1.4Unsigned32read-onlyNeighbour port SNPA index.
I32 wsNeighbourPortSNPASMCast1.3.6.1.4.1.9303.4.1.3.3.1.5Integer32read-onlySet to 1 if SNPA is a multicast address, 0 otherwise.
OCT wsNeighbourPortSNPA1.3.6.1.4.1.9303.4.1.3.3.1.6OCTET STRINGread-onlyKnown SNPA on neighbour port.
wsSFPTable1.3.6.1.4.1.9303.4.1.4not-accessibleTable with information on SFPs.
wsSFPEntry1.3.6.1.4.1.9303.4.1.4.1not-accessibleAn entry for an SFP.
U32 wsSFPIndex1.3.6.1.4.1.9303.4.1.4.1.1Unsigned32read-onlySFP number.
INT wsSFPStatus1.3.6.1.4.1.9303.4.1.4.1.2INTEGERread-onlySFP status.
INT wsSFPConnector1.3.6.1.4.1.9303.4.1.4.1.3INTEGERread-onlyConnector type.
BIT wsSFPTransceiver1.3.6.1.4.1.9303.4.1.4.1.4Bitsread-onlyTransceiver capablities.
INT wsSFPEncoding1.3.6.1.4.1.9303.4.1.4.1.5INTEGERread-onlyEncoding type.
U32 wsSFPBitrate1.3.6.1.4.1.9303.4.1.4.1.6Unsigned32read-onlySFP Bitrate (Mbps).
U32 wsSFPSingleModeLen1.3.6.1.4.1.9303.4.1.4.1.7Unsigned32read-onlySupported single mode fiber link length (m). A value of 255000 means > 254000 m.
U32 wsSFPMultiMode50Len1.3.6.1.4.1.9303.4.1.4.1.8Unsigned32read-onlySupported 50um multi-mode fiber link length (m). A value of 2550 means > 2540 m.
U32 wsSFPMultiMode625Len1.3.6.1.4.1.9303.4.1.4.1.9Unsigned32read-onlySupported 62.5um multi-mode fiber link length (m). A value of 2550 means > 2540 m.
U32 wsSFPCopperLen1.3.6.1.4.1.9303.4.1.4.1.10Unsigned32read-onlySupported copper link length (m). A value of 255 means > 254 m.
INT wsSFPTempStatus1.3.6.1.4.1.9303.4.1.4.1.11INTEGERread-onlyTemperature status.
I32 wsSFPTemp1.3.6.1.4.1.9303.4.1.4.1.12Integer32read-onlyMeasured temperature in degrees centigrade.
INT wsSFPVoltStatus1.3.6.1.4.1.9303.4.1.4.1.13INTEGERread-onlyVoltage status.
I32 wsSFPVolt1.3.6.1.4.1.9303.4.1.4.1.14Integer32read-onlyMeasured voltage (mV).
INT wsSFPTXCurrentStatus1.3.6.1.4.1.9303.4.1.4.1.15INTEGERread-onlyTX Current status.
I32 wsSFPTXCurrent1.3.6.1.4.1.9303.4.1.4.1.16Integer32read-onlyMeasured TX current (mA).
INT wsSFPTXPowerStatus1.3.6.1.4.1.9303.4.1.4.1.17INTEGERread-onlyTX power status.
I32 wsSFPTXPower1.3.6.1.4.1.9303.4.1.4.1.18Integer32read-onlyMeasured TX power (uW).
INT wsSFPRXPowerStatus1.3.6.1.4.1.9303.4.1.4.1.19INTEGERread-onlyRX power status.
I32 wsSFPRXPower1.3.6.1.4.1.9303.4.1.4.1.20Integer32read-onlyMeasured RX power (uW).
BIT wsSFPTransceiverExt1.3.6.1.4.1.9303.4.1.4.1.21Bitsread-only10G Ethernet Compliance Codes.
I32 wsSFPTXdBmPower1.3.6.1.4.1.9303.4.1.4.1.22Integer32read-onlyMeasured TX power (dBm x 1000).
I32 wsSFPRXdBmPower1.3.6.1.4.1.9303.4.1.4.1.23Integer32read-onlyMeasured RX power (dBm x 1000).
I32 wsSFPTempNormalLow1.3.6.1.4.1.9303.4.1.4.1.24Integer32read-onlyOperating temparature normal range low (C).
I32 wsSFPTempNormalHigh1.3.6.1.4.1.9303.4.1.4.1.25Integer32read-onlyOperating temparature normal range high (C).
I32 wsSFPTempWarningLow1.3.6.1.4.1.9303.4.1.4.1.26Integer32read-onlyOperating temparature warning range low (C).
I32 wsSFPTempWarningHigh1.3.6.1.4.1.9303.4.1.4.1.27Integer32read-onlyOperating temparature warning range high (C).
I32 wsSFPVoltNormalLow1.3.6.1.4.1.9303.4.1.4.1.28Integer32read-onlySupply voltage normal range low (mV).
I32 wsSFPVoltNormalHigh1.3.6.1.4.1.9303.4.1.4.1.29Integer32read-onlySupply voltage normal range high (mV).
I32 wsSFPVoltWarningLow1.3.6.1.4.1.9303.4.1.4.1.30Integer32read-onlySupply voltage warning range low (mV).
I32 wsSFPVoltWarningHigh1.3.6.1.4.1.9303.4.1.4.1.31Integer32read-onlySupply voltage warning range high (mV).
I32 wsSFPTXCurrentNormalLow1.3.6.1.4.1.9303.4.1.4.1.32Integer32read-onlyTX Current normal range low (mA).
I32 wsSFPTXCurrentNormalHigh1.3.6.1.4.1.9303.4.1.4.1.33Integer32read-onlyTX Current normal range high (mA).
I32 wsSFPTXCurrentWarningLow1.3.6.1.4.1.9303.4.1.4.1.34Integer32read-onlyTX Current warning range low (mA).
I32 wsSFPTXCurrentWarningHigh1.3.6.1.4.1.9303.4.1.4.1.35Integer32read-onlyTX Current warning range high (mA).
I32 wsSFPTXOutputPowNormalLowuW1.3.6.1.4.1.9303.4.1.4.1.36Integer32read-onlyTX output power normal range low (uW).
I32 wsSFPTXOutputPowNormalHighuW1.3.6.1.4.1.9303.4.1.4.1.37Integer32read-onlyTX output power normal range high (uW).
I32 wsSFPTXOutputPowWarningLowuW1.3.6.1.4.1.9303.4.1.4.1.38Integer32read-onlyTX output power warning range low (uW).
I32 wsSFPTXOutputPowWarningHighuW1.3.6.1.4.1.9303.4.1.4.1.39Integer32read-onlyTX output power warning range high (uW).
I32 wsSFPTXOutputPowNormalLowdBm1.3.6.1.4.1.9303.4.1.4.1.40Integer32read-onlyTX output power normal range low (dBm x 1000).
I32 wsSFPTXOutputPowNormalHighdBm1.3.6.1.4.1.9303.4.1.4.1.41Integer32read-onlyTX output power normal range high (dBm x 1000).
I32 wsSFPTXOutputPowWarningLowdBm1.3.6.1.4.1.9303.4.1.4.1.42Integer32read-onlyTX output power warning range low (dBm x 1000).
I32 wsSFPTXOutputPowWarningHighdBm1.3.6.1.4.1.9303.4.1.4.1.43Integer32read-onlyTX output power warning range high (dBm x 1000).
I32 wsSFPRXInputPowNormalLowuW1.3.6.1.4.1.9303.4.1.4.1.44Integer32read-onlyRX input power normal range low (uW).
I32 wsSFPRXInputPowNormalHighuW1.3.6.1.4.1.9303.4.1.4.1.45Integer32read-onlyRX input power normal range high (uW).
I32 wsSFPRXInputPowWarningLowuW1.3.6.1.4.1.9303.4.1.4.1.46Integer32read-onlyRX input power warning range low (uW).
I32 wsSFPRXInputPowWarningHighuW1.3.6.1.4.1.9303.4.1.4.1.47Integer32read-onlyRX input power warning range high (uW).
I32 wsSFPRXInputPowNormalLowdBm1.3.6.1.4.1.9303.4.1.4.1.48Integer32read-onlyRX input power normal range low (dBm x 1000).
I32 wsSFPRXInputPowNormalHighdBm1.3.6.1.4.1.9303.4.1.4.1.49Integer32read-onlyRX input power normal range high (dBm x 1000).
I32 wsSFPRXInputPowWarningLowdBm1.3.6.1.4.1.9303.4.1.4.1.50Integer32read-onlyRX input power warning range low (dBm x 1000).
I32 wsSFPRXInputPowWarningHighdBm1.3.6.1.4.1.9303.4.1.4.1.51Integer32read-onlyRX input power warning range high (dBm x 1000).
STR wsSFPPartNumber1.3.6.1.4.1.9303.4.1.4.1.52DisplayStringread-onlySFP part number.
STR wsSFPSerialNumber1.3.6.1.4.1.9303.4.1.4.1.53DisplayStringread-onlySFP serial number.
wsAccounting1.3.6.1.4.1.9303.4.1.5Accounting objects
wsPolicyTable1.3.6.1.4.1.9303.4.1.5.1not-accessibleTable of policy accounting information.
wsPolicyEntry1.3.6.1.4.1.9303.4.1.5.1.1not-accessibleAn entry for a policy.
U32 wsPolicyIfIndex1.3.6.1.4.1.9303.4.1.5.1.1.1Unsigned32read-onlyInterface index of policy accounting entry.
STR wsPolicyIfName1.3.6.1.4.1.9303.4.1.5.1.1.2DisplayStringread-onlyInterface name of policy accountin entry
STR wsPolicyName1.3.6.1.4.1.9303.4.1.5.1.1.3DisplayStringread-onlyName of policy.
STR wsPolicyCookie1.3.6.1.4.1.9303.4.1.5.1.1.4DisplayStringread-onlyName of policy cookie.
C64 wsPolicyInPkts1.3.6.1.4.1.9303.4.1.5.1.1.5Counter64read-onlyInput packets counter.
C64 wsPolicyInBytes1.3.6.1.4.1.9303.4.1.5.1.1.6Counter64read-onlyInput bytes counter.
C64 wsPolicyInDrops1.3.6.1.4.1.9303.4.1.5.1.1.7Counter64read-onlyNumber input packets dropped.
C64 wsPolicyOutPkts1.3.6.1.4.1.9303.4.1.5.1.1.8Counter64read-onlyOutput packets counter.
C64 wsPolicyOutBytes1.3.6.1.4.1.9303.4.1.5.1.1.9Counter64read-onlyOutput bytes counter.
C64 wsPolicyOutDrops1.3.6.1.4.1.9303.4.1.5.1.1.10Counter64read-onlyNumber input packets dropped.
G32 wsPolicyUsedCnt1.3.6.1.4.1.9303.4.1.5.1.1.11Gauge32read-onlyNumber policy maps set to use this policy.
wsXFPTable1.3.6.1.4.1.9303.4.1.6not-accessibleTable with information on XFPs.
wsXFPEntry1.3.6.1.4.1.9303.4.1.6.1not-accessibleAn entry for an XFP.
U32 wsXFPIndex1.3.6.1.4.1.9303.4.1.6.1.1Unsigned32read-onlyXFP number.
INT wsXFPStatus1.3.6.1.4.1.9303.4.1.6.1.2INTEGERread-onlyXFP status.
INT wsXFPConnector1.3.6.1.4.1.9303.4.1.6.1.3INTEGERread-onlyConnector type.
BIT wsXFPTransceiver1.3.6.1.4.1.9303.4.1.6.1.4Bitsread-onlyTransceiver capablities.
BIT wsXFPEncoding1.3.6.1.4.1.9303.4.1.6.1.5Bitsread-onlyEncoding type.
U32 wsXFPBitrateMin1.3.6.1.4.1.9303.4.1.6.1.6Unsigned32read-onlyXFP Min Bitrate (Mbps).
U32 wsXFPBitrateMax1.3.6.1.4.1.9303.4.1.6.1.7Unsigned32read-onlyXFP Max Bitrate (Mbps).
U32 wsXFPSingleModeLen1.3.6.1.4.1.9303.4.1.6.1.8Unsigned32read-onlySupported single mode fiber link length (m). A value of 255000 means > 254000 m.
U32 wsXFPMultiMode50Len1.3.6.1.4.1.9303.4.1.6.1.9Unsigned32read-onlySupported 50um multi-mode fiber link length (m). A value of 510 means > 508 m.
U32 wsXFPMultiMode625Len1.3.6.1.4.1.9303.4.1.6.1.10Unsigned32read-onlySupported 62.5um multi-mode fiber link length (m). A value of 255 means > 254 m.
U32 wsXFPCopperLen1.3.6.1.4.1.9303.4.1.6.1.11Unsigned32read-onlySupported copper link length (m). A value of 255 means > 254 m.
INT wsXFPTempStatus1.3.6.1.4.1.9303.4.1.6.1.12INTEGERread-onlyTemperature status.
I32 wsXFPTemp1.3.6.1.4.1.9303.4.1.6.1.13Integer32read-onlyMeasured temperature in degrees centigrade.
INT wsXFPTXCurrentStatus1.3.6.1.4.1.9303.4.1.6.1.14INTEGERread-onlyTX Current status.
I32 wsXFPTXCurrent1.3.6.1.4.1.9303.4.1.6.1.15Integer32read-onlyMeasured TX current (mA).
INT wsXFPTXPowerStatus1.3.6.1.4.1.9303.4.1.6.1.16INTEGERread-onlyTX power status.
I32 wsXFPTXPower1.3.6.1.4.1.9303.4.1.6.1.17Integer32read-onlyMeasured TX power (uW).
INT wsXFPRXPowerStatus1.3.6.1.4.1.9303.4.1.6.1.18INTEGERread-onlyRX power status.
I32 wsXFPRXPower1.3.6.1.4.1.9303.4.1.6.1.19Integer32read-onlyMeasured 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.

Download WAYSTREAM-MIB