NBS-PRBS-MIB

File: NBS-PRBS-MIB.mib (22694 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC NBS-CMMC-MIB

Imported symbols

Unsigned32 Counter32 OBJECT-TYPE
MODULE-IDENTITY OBJECT-IDENTITY NOTIFICATION-TYPE
DisplayString nbs nbsCmmcChassisIndex
nbsCmmcSlotIndex nbsCmmcPortIndex nbsCmmcPortName

Defined Types

InterfaceIndex  
INTEGER    

NbsPrbsPatternEntry  
SEQUENCE    
  nbsPrbsPatternIndex INTEGER
  nbsPrbsPatternName DisplayString
  nbsPrbsPatternDesc DisplayString

NbsPrbsGenEntry  
SEQUENCE    
  nbsPrbsGenIfIndex InterfaceIndex
  nbsPrbsGenPatternCaps OCTET STRING
  nbsPrbsGenPatternIndex INTEGER
  nbsPrbsGenDurationMax INTEGER
  nbsPrbsGenDuration INTEGER
  nbsPrbsGenAction INTEGER
  nbsPrbsGenStatus INTEGER
  nbsPrbsGenProgress Counter32

NbsPrbsCheckEntry  
SEQUENCE    
  nbsPrbsCheckIfIndex InterfaceIndex
  nbsPrbsCheckPatternCaps OCTET STRING
  nbsPrbsCheckPatternIndex INTEGER
  nbsPrbsCheckDurationMax INTEGER
  nbsPrbsCheckDuration INTEGER
  nbsPrbsCheckAction INTEGER
  nbsPrbsCheckStatus INTEGER
  nbsPrbsCheckProgress Counter32
  nbsPrbsCheckErrors Counter32
  nbsPrbsCheckUpdateFreq INTEGER

Defined Values

nbsPrbsMib 1.3.6.1.4.1.629.212
Pattern checking and generation
MODULE-IDENTITY    

nbsPrbsPatternGrp 1.3.6.1.4.1.629.212.1
Available bit sequences
Status: current Access: read-only
OBJECT-IDENTITY    

nbsPrbsGenGrp 1.3.6.1.4.1.629.212.2
PRBS pattern generation status and configuration
Status: current Access: read-only
OBJECT-IDENTITY    

nbsPrbsCheckGrp 1.3.6.1.4.1.629.212.3
PRBS pattern checking status and configuration
Status: current Access: read-only
OBJECT-IDENTITY    

nbsPrbsTrapGrp 1.3.6.1.4.1.629.212.200
Objects used as varbinds in traps
Status: current Access: read-only
OBJECT-IDENTITY    

nbsPrbsTraps0 1.3.6.1.4.1.629.212.200.0
PRBS event notifications
Status: current Access: read-only
OBJECT-IDENTITY    

nbsPrbsPatternTableSize 1.3.6.1.4.1.629.212.1.1
Number of entries in nbsPrbsPatternTable
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

nbsPrbsPatternTable 1.3.6.1.4.1.629.212.1.2
List of known PRBS patterns
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsPrbsPatternEntry

nbsPrbsPatternEntry 1.3.6.1.4.1.629.212.1.2.1
A particular PRBS pattern
Status: current Access: not-accessible
OBJECT-TYPE    
  NbsPrbsPatternEntry  

nbsPrbsPatternIndex 1.3.6.1.4.1.629.212.1.2.1.1
Index 1 is reserved. Indexing starts from 2.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

nbsPrbsPatternName 1.3.6.1.4.1.629.212.1.2.1.2
Name of this pattern
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

nbsPrbsPatternDesc 1.3.6.1.4.1.629.212.1.2.1.3
Description of this pattern
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

nbsPrbsGenTableSize 1.3.6.1.4.1.629.212.2.1
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

nbsPrbsGenTable 1.3.6.1.4.1.629.212.2.2
List of ports that can generate a PRBS bitstream.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsPrbsGenEntry

nbsPrbsGenEntry 1.3.6.1.4.1.629.212.2.2.1
An individual port's PRBS pattern generation status and configuration
Status: current Access: not-accessible
OBJECT-TYPE    
  NbsPrbsGenEntry  

nbsPrbsGenIfIndex 1.3.6.1.4.1.629.212.2.2.1.1
The Mib2 ifIndex of this pattern generator port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

nbsPrbsGenPatternCaps 1.3.6.1.4.1.629.212.2.2.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nbsPrbsGenPatternIndex 1.3.6.1.4.1.629.212.2.2.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nbsPrbsGenDurationMax 1.3.6.1.4.1.629.212.2.2.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsPrbsGenDuration 1.3.6.1.4.1.629.212.2.2.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nbsPrbsGenAction 1.3.6.1.4.1.629.212.2.2.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notSupported(1), stop(2), start(3)  

nbsPrbsGenStatus 1.3.6.1.4.1.629.212.2.2.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notSupported(1), unknown(2), idle(3), generating(4)  

nbsPrbsGenProgress 1.3.6.1.4.1.629.212.2.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nbsPrbsCheckTableSize 1.3.6.1.4.1.629.212.3.1
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

nbsPrbsCheckTable 1.3.6.1.4.1.629.212.3.2
List of ports that can check a PRBS bitstream.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsPrbsCheckEntry

nbsPrbsCheckEntry 1.3.6.1.4.1.629.212.3.2.1
An individual port's PRBS pattern checking status and configuration
Status: current Access: not-accessible
OBJECT-TYPE    
  NbsPrbsCheckEntry  

nbsPrbsCheckIfIndex 1.3.6.1.4.1.629.212.3.2.1.1
The Mib2 ifIndex of this pattern checker port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

nbsPrbsCheckPatternCaps 1.3.6.1.4.1.629.212.3.2.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nbsPrbsCheckPatternIndex 1.3.6.1.4.1.629.212.3.2.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nbsPrbsCheckDurationMax 1.3.6.1.4.1.629.212.3.2.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsPrbsCheckDuration 1.3.6.1.4.1.629.212.3.2.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nbsPrbsCheckAction 1.3.6.1.4.1.629.212.3.2.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notSupported(1), stop(2), start(3)  

nbsPrbsCheckStatus 1.3.6.1.4.1.629.212.3.2.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notSupported(1), idle(2), syncIn(3), syncOut(4), error(5), errOverflow(6), gaveUp(7)  

nbsPrbsCheckProgress 1.3.6.1.4.1.629.212.3.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nbsPrbsCheckErrors 1.3.6.1.4.1.629.212.3.2.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

nbsPrbsCheckUpdateFreq 1.3.6.1.4.1.629.212.3.2.1.10
Indicates how frequently, in minutes, the nbsPrbsTrapCheckerStatusUpdate Notification should be sent. The value zero (0) disables update Notifications.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nbsPrbsTrapGeneratorStarted 1.3.6.1.4.1.629.212.200.0.10
Sent when nbsPrbsGenStatus transitions to generating(4). This Notification should be of Severity INFO.
Status: current Access: read-write
NOTIFICATION-TYPE    

nbsPrbsTrapGeneratorStopped 1.3.6.1.4.1.629.212.200.0.11
Sent when nbsPrbsGenStatus transitions from generating(4). This Notification should be of Severity INFO.
Status: current Access: read-write
NOTIFICATION-TYPE    

nbsPrbsTrapCheckerStarted 1.3.6.1.4.1.629.212.200.0.20
Sent when an interface begins checking for a bitstream. This Notification should be of Severity INFO.
Status: current Access: read-write
NOTIFICATION-TYPE    

nbsPrbsTrapCheckerStopped 1.3.6.1.4.1.629.212.200.0.21
Sent when an interface stops checking for a bitstream. This Notification should be of Severity INFO.
Status: current Access: read-write
NOTIFICATION-TYPE    

nbsPrbsTrapCheckerOverflowed 1.3.6.1.4.1.629.212.200.0.22
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.
Status: current Access: read-write
NOTIFICATION-TYPE    

nbsPrbsTrapCheckerErrorDetected 1.3.6.1.4.1.629.212.200.0.23
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.
Status: current Access: read-write
NOTIFICATION-TYPE    

nbsPrbsTrapCheckerStatusUpdate 1.3.6.1.4.1.629.212.200.0.24
This Notification periodically reports the status, error counts, and running time of the Checker process. This Notification should be of Severity INFO.
Status: current Access: read-write
NOTIFICATION-TYPE    

nbsPrbsTrapCheckerSyncIn 1.3.6.1.4.1.629.212.200.0.25
Sent when a checker port synchronizes with a bitstream. This Notification should be of Severity ERROR.
Status: current Access: read-write
NOTIFICATION-TYPE    

nbsPrbsTrapCheckerSyncOut 1.3.6.1.4.1.629.212.200.0.26
Sent when a checker port loses synchronization with a bitstream. This Notification should be of Severity ERROR.
Status: current Access: read-write
NOTIFICATION-TYPE