NBS-FEC-MIB

File: NBS-FEC-MIB.mib (3711 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
NBS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY OBJECT-IDENTITY
TEXTUAL-CONVENTION InterfaceIndex nbs

Defined Types

NbsFecCode  
Particular FEC Algorithm/Code
TEXTUAL-CONVENTION    
  INTEGER notSupported(0), noFec(1), zero(2), gfec(3), ufec7(4), ufec10(5), ufec25(6), hgfec7(7), sdfec0(8), sdfec1(9), sdfec2(10), sdfec3(11), strong1dot4(12), strong1dot7(13)  

NbsFecCfgEntry  
SEQUENCE    
  nbsFecCfgIfIndex InterfaceIndex
  nbsFecCfgCodeCaps OCTET STRING
  nbsFecCfgCodeAdmin NbsFecCode
  nbsFecCfgCodeOper NbsFecCode

Defined Values

nbsFecMib 1.3.6.1.4.1.629.232
Forward Error Correction
MODULE-IDENTITY    

nbsFecCfgGrp 1.3.6.1.4.1.629.232.1
FEC configuration
Status: current Access: read-only
OBJECT-IDENTITY    

nbsFecCfgTable 1.3.6.1.4.1.629.232.1.1
FEC settings for all supported ports
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsFecCfgEntry

nbsFecCfgEntry 1.3.6.1.4.1.629.232.1.1.1
FEC settings for an individual port
Status: current Access: not-accessible
OBJECT-TYPE    
  NbsFecCfgEntry  

nbsFecCfgIfIndex 1.3.6.1.4.1.629.232.1.1.1.1
The mib2 ifIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

nbsFecCfgCodeCaps 1.3.6.1.4.1.629.232.1.1.1.2
This bitmask indicates which FEC codes this port can support. Bit 0 is reserved. Subsequent bits refer to the NbsFecCode enumerated list. Bit 1 corresponds to none(1), Bit 2 to zero(2) enumeration, and so on. A bit is set (1) if that code is appropriate for this module, cleared (0) if unavailable. OCTET STRING bitmasks count the leftmost bit (MSB) as 0.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(3)  

nbsFecCfgCodeAdmin 1.3.6.1.4.1.629.232.1.1.1.3
The administratively desired Forward Error Correction code
Status: current Access: read-write
OBJECT-TYPE    
  NbsFecCode  

nbsFecCfgCodeOper 1.3.6.1.4.1.629.232.1.1.1.4
The operationally active Forward Error Correction code
Status: current Access: read-only
OBJECT-TYPE    
  NbsFecCode