MIBs Depot

NBS-PRBS-MIB

Registered at
1.3.6.1.4.1.629.212
Last updated
2012-09-26 00:00
Organization
NBS
Namespace
mrv
Source file
NBS-PRBS-MIB
Digest
sha256:4b5af0f922352cd3a9c2dc86f0b23f86403a76726ddf2ef248337898b5227708

Description

Pattern checking and generation

Contact

For technical support, please contact your service channel

Imports

FromSymbols
IF-MIBInterfaceIndex
NBS-CMMC-MIBnbsCmmcChassisIndex, nbsCmmcPortIndex, nbsCmmcPortName, nbsCmmcSlotIndex
NBS-MIBnbs
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
NBS-CMMC-MIB
NBS-CMMCENUM-MIB
NBS-MIB
NBS-PRBS-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
nbsPrbsPatternGrp
OBJECT-IDENTITY
Available bit sequences
1.3.6.1.4.1.629.212.1current
nbsPrbsPatternTableSize
OBJECT-TYPE
Number of entries in nbsPrbsPatternTable
1.3.6.1.4.1.629.212.1.1Unsigned32read-onlycurrent
nbsPrbsPatternTable
OBJECT-TYPE
List of known PRBS patterns
1.3.6.1.4.1.629.212.1.2not-accessiblecurrent
nbsPrbsPatternEntry
OBJECT-TYPE
A particular PRBS pattern
1.3.6.1.4.1.629.212.1.2.1not-accessiblecurrent
nbsPrbsPatternIndex
OBJECT-TYPE
Index 1 is reserved. Indexing starts from 2.
1.3.6.1.4.1.629.212.1.2.1.1INTEGERnot-accessiblecurrent
nbsPrbsPatternName
OBJECT-TYPE
Name of this pattern
1.3.6.1.4.1.629.212.1.2.1.2DisplayStringread-onlycurrent
nbsPrbsPatternDesc
OBJECT-TYPE
Description of this pattern
1.3.6.1.4.1.629.212.1.2.1.3DisplayStringread-onlycurrent
nbsPrbsGenGrp
OBJECT-IDENTITY
PRBS pattern generation status and configuration
1.3.6.1.4.1.629.212.2current
nbsPrbsGenTableSize
OBJECT-TYPE
1.3.6.1.4.1.629.212.2.1Unsigned32read-onlycurrent
nbsPrbsGenTable
OBJECT-TYPE
List of ports that can generate a PRBS bitstream.
1.3.6.1.4.1.629.212.2.2not-accessiblecurrent
nbsPrbsGenEntry
OBJECT-TYPE
An individual port's PRBS pattern generation status and configuration
1.3.6.1.4.1.629.212.2.2.1not-accessiblecurrent
nbsPrbsGenIfIndex
OBJECT-TYPE
The Mib2 ifIndex of this pattern generator port.
1.3.6.1.4.1.629.212.2.2.1.1InterfaceIndexnot-accessiblecurrent
nbsPrbsGenPatternCaps
OBJECT-TYPE
Bitmask indicating which patterns can be generated from this port. Bits 0 and 1 are reserved. Subsequent bits refer to the nbsPrbsPatternTable. Bit 2 corresponds to nbsPrbsPatternIndex 2, bit 3 to nbsPrbsPatternIndex 3, and so on. A bit is set (1) if that pattern can be generated by this port, cleared (0) otherwise. OCTET STRING bitmasks count the leftmost bit (MSB) as 0. A zero length OCTET STRING indicates that this object is not supported.
1.3.6.1.4.1.629.212.2.2.1.2OCTET STRINGread-onlycurrent
nbsPrbsGenPatternIndex
OBJECT-TYPE
The nbsPrbsPatternIndex to utilize. When read, the value -1 indicates pattern generation is not supported. When read, the value 1 indicates there is no pattern currently selected. Values less than 2 cannot be written.
1.3.6.1.4.1.629.212.2.2.1.3INTEGERread-writecurrent
nbsPrbsGenDurationMax
OBJECT-TYPE
The maximum length of time, in seconds, that a bitstream can be generated from this port. The value 0 indicates there is no limit on the length of time. The value -1 indicates the duration cannot be set, either because generation is not supported, or because there is no way to limit the duration. The generator will not stop without user intervention. It may also indicate there is no valid protocol currently selected, so the maximum duration cannot be calculated.
1.3.6.1.4.1.629.212.2.2.1.4INTEGERread-onlycurrent
nbsPrbsGenDuration
OBJECT-TYPE
The length of time, in seconds, to generate a bitstream. The value 0 indicates test should run until terminated manually by user. When read, the value -1 indicates setting a duration is not supported. Values less than 0 cannot be written.
1.3.6.1.4.1.629.212.2.2.1.5INTEGERread-writecurrent
nbsPrbsGenAction
OBJECT-TYPE
Used to initiate and terminate pattern generation from this port. If pattern generation is not available from this port, Agent will report notSupported(1). Any SET attempts will be rejected. To generate a bitstream, user should SET this object to start(3). To terminate a bitstream, user should SET this object to stop(2). When read, Agent should report the value last SET. Agent may report stop(2) after a system reboot, or after it halts pattern generation because the time specified in nbsPrbsGenDuration elapsed.
1.3.6.1.4.1.629.212.2.2.1.6INTEGER {notSupported(1), stop(2), start(3)}read-writecurrent
nbsPrbsGenStatus
OBJECT-TYPE
Indicates whether this port is generating a test bitstream. If notSupported(1), this port cannot generate a test bitstream. If unknown(2), this port can generate a test bitstream but cannot report the status. If idle(3), this port is currently not generating a test bitstream. If generating(4), this port currently is generating a test bitstream.
1.3.6.1.4.1.629.212.2.2.1.7INTEGER {notSupported(1), unknown(2), idle(3), generating(4)}read-onlycurrent
nbsPrbsGenProgress
OBJECT-TYPE
Indicates how long, in seconds, the port has been generating a bitstream. When nbsPrbsGenStatus changes to generating(4), this.counter should be cleared to zero(0) and then increment once each second. When nbsPrbsGenStatus changes to idle(3), this.counter should be frozen at its then current value.
1.3.6.1.4.1.629.212.2.2.1.8Counter32read-onlycurrent
nbsPrbsCheckGrp
OBJECT-IDENTITY
PRBS pattern checking status and configuration
1.3.6.1.4.1.629.212.3current
nbsPrbsCheckTableSize
OBJECT-TYPE
1.3.6.1.4.1.629.212.3.1Unsigned32read-onlycurrent
nbsPrbsCheckTable
OBJECT-TYPE
List of ports that can check a PRBS bitstream.
1.3.6.1.4.1.629.212.3.2not-accessiblecurrent
nbsPrbsCheckEntry
OBJECT-TYPE
An individual port's PRBS pattern checking status and configuration
1.3.6.1.4.1.629.212.3.2.1not-accessiblecurrent
nbsPrbsCheckIfIndex
OBJECT-TYPE
The Mib2 ifIndex of this pattern checker port.
1.3.6.1.4.1.629.212.3.2.1.1InterfaceIndexnot-accessiblecurrent
nbsPrbsCheckPatternCaps
OBJECT-TYPE
Bitmask indicating which patterns can be checked from this port. Bits 0 and 1 are reserved. Subsequent bits refer to the nbsPrbsPatternTable. Bit 2 corresponds to nbsPrbsPatternIndex 2, bit 3 to nbsPrbsPatternIndex 3, and so on. A bit is set (1) if that pattern can be generated by this port, cleared (0) otherwise. OCTET STRING bitmasks count the leftmost bit (MSB) as 0. A zero length OCTET STRING indicates that this object is not supported.
1.3.6.1.4.1.629.212.3.2.1.2OCTET STRINGread-onlycurrent
nbsPrbsCheckPatternIndex
OBJECT-TYPE
The nbsPrbsPatternIndex to check for. When read, the value -1 indicates pattern checking is not supported. When read, the value 1 indicates there is no pattern currently selected. Values less than 2 cannot be written.
1.3.6.1.4.1.629.212.3.2.1.3INTEGERread-writecurrent
nbsPrbsCheckDurationMax
OBJECT-TYPE
The maximum length of time, in seconds, that a bitstream can be checked from this port. The value 0 indicates there is no limit on the length of time. The value -1 indicates the duration cannot be set, either because checking is not supported, or because there is no way to limit the duration. The checker will not stop without user intervention. It may also indicate there is no valid protocol currently selected, so the maximum duration cannot be calculated.
1.3.6.1.4.1.629.212.3.2.1.4INTEGERread-onlycurrent
nbsPrbsCheckDuration
OBJECT-TYPE
The length of time, in seconds, to check a bitstream. The value 0 indicates test should run until terminated manually by user. When read, the value -1 indicates setting a duration is not supported. Values less than 0 cannot be written.
1.3.6.1.4.1.629.212.3.2.1.5INTEGERread-writecurrent
nbsPrbsCheckAction
OBJECT-TYPE
Used to initiate and terminate pattern checking from this port. If pattern checking is not available from this port, Agent will report notSupported(1). Any SET attempts will be rejected. To check a bitstream, user should SET this object to start(3). To terminate checking, user should SET this object to stop(2). When read, Agent should report the value last SET. Agent may report stop(2) after a system reboot, or after it halts pattern checking because the time specified in nbsPrbsCheckDuration elapsed.
1.3.6.1.4.1.629.212.3.2.1.6INTEGER {notSupported(1), stop(2), start(3)}read-writecurrent
nbsPrbsCheckStatus
OBJECT-TYPE
Indicates whether this port is checking a bitstream. If notSupported(1), this port cannot check a test bitstream. If idle(2), this port is currently not checking a test bitstream. If syncIn(3), this port currently is checking a bitstream and is synchronized with the pattern specified in nbsPrbsCheckPatternIndex. If syncOut(4), this port currently is checking a bitstream and is out of synchronization with the pattern specified in nbsPrbsCheckPatternIndex. If error(5), this port currently is checking a bitstream and an unspecified error occured in the checker. If errOverflow(6), the Error Counter reached its maximum and checking has been suspended. To clear this condition, user should set nbsPrbsCheckAction to stop(2). If gaveUp(7), the pattern checker was unable to synchronize and aborted.
1.3.6.1.4.1.629.212.3.2.1.7INTEGER {notSupported(1), idle(2), syncIn(3), syncOut(4), error(5), errOverflow(6), gaveUp(7)}read-onlycurrent
nbsPrbsCheckProgress
OBJECT-TYPE
Indicates how long, in seconds, the port has been checking a bitstream. When nbsPrbsCheckStatus changes to idle(2), this.counter should be cleared to zero(0) and then increment once each second. When nbsPrbsCheckStatus changes to syncIn(3) or syncOut(4), this.counter should be frozen at its then current value.
1.3.6.1.4.1.629.212.3.2.1.8Counter32read-onlycurrent
nbsPrbsCheckErrors
OBJECT-TYPE
Indicates how many errors were detected during the last pattern checking session. The Agent should clear this counter to zero(0) when nbsPrbsCheckStatus changes from idle(2). While pattern checking, Agent may increase this counter as errors occur. Once nbsPrbsCheckStatus changes to idle(2), this counter should report the final error count. If errors were detected but the count is unknown, Agent should report the number 1.
1.3.6.1.4.1.629.212.3.2.1.9Counter32read-onlycurrent
nbsPrbsCheckUpdateFreq
OBJECT-TYPE
Indicates how frequently, in minutes, the nbsPrbsTrapCheckerStatusUpdate Notification should be sent. The value zero (0) disables update Notifications.
1.3.6.1.4.1.629.212.3.2.1.10INTEGERread-writecurrent
nbsPrbsTrapGrp
OBJECT-IDENTITY
Objects used as varbinds in traps
1.3.6.1.4.1.629.212.200current
nbsPrbsTraps0
OBJECT-IDENTITY
PRBS event notifications
1.3.6.1.4.1.629.212.200.0current

Notifications

NameOIDStatus
nbsPrbsTrapGeneratorStarted
NOTIFICATION-TYPE
Sent when nbsPrbsGenStatus transitions to generating(4). This Notification should be of Severity INFO.
1.3.6.1.4.1.629.212.200.0.10current
nbsPrbsTrapGeneratorStopped
NOTIFICATION-TYPE
Sent when nbsPrbsGenStatus transitions from generating(4). This Notification should be of Severity INFO.
1.3.6.1.4.1.629.212.200.0.11current
nbsPrbsTrapCheckerStarted
NOTIFICATION-TYPE
Sent when an interface begins checking for a bitstream. This Notification should be of Severity INFO.
1.3.6.1.4.1.629.212.200.0.20current
nbsPrbsTrapCheckerStopped
NOTIFICATION-TYPE
Sent when an interface stops checking for a bitstream. This Notification should be of Severity INFO.
1.3.6.1.4.1.629.212.200.0.21current
nbsPrbsTrapCheckerOverflowed
NOTIFICATION-TYPE
Sent when nbsPrbsCheckStatus transitions to errOverflow(6). This event indicates that the checker was unable to continue and is now in a suspended state which requires a user to manually stop the checker. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.212.200.0.22current
nbsPrbsTrapCheckerErrorDetected
NOTIFICATION-TYPE
Sent when nbsPrbsCheckErrors transitions from zero (0). This event indicates the first error was detected in the incoming bitstream. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.212.200.0.23current
nbsPrbsTrapCheckerStatusUpdate
NOTIFICATION-TYPE
This Notification periodically reports the status, error counts, and running time of the Checker process. This Notification should be of Severity INFO.
1.3.6.1.4.1.629.212.200.0.24current
nbsPrbsTrapCheckerSyncIn
NOTIFICATION-TYPE
Sent when a checker port synchronizes with a bitstream. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.212.200.0.25current
nbsPrbsTrapCheckerSyncOut
NOTIFICATION-TYPE
Sent when a checker port loses synchronization with a bitstream. This Notification should be of Severity ERROR.
1.3.6.1.4.1.629.212.200.0.26current