TN-LINK-OAM-MIB

File: TN-LINK-OAM-MIB.mib (24920 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
DOT3-OAM-MIB TRANSITION-SMI

Imported symbols

OBJECT-TYPE Counter32 Unsigned32
Integer32 Counter64 TimeStamp
TruthValue DisplayString ifIndex
dot3OamEntry dot3OamStatsEntry dot3OamPeerEntry
dot3OamEventConfigEntry tnProducts

Defined Types

TnLinkOamPortConfigEntry  
SEQUENCE    
  tnLinkOamLoopbackSupport INTEGER
  tnLinkOamLinkMonitorSupport INTEGER
  tnLinkMIBRetrievalSupport INTEGER
  tnLinkOamLoopbackOperation INTEGER

TnLinkOamStatisticsEntry  
SEQUENCE    
  tnLinkOamLinkfaultPDUsRx Counter32
  tnLinkOamLinkfaultPDUsTx Counter32
  tnLinkOamDyingGaspRx Counter32
  tnLinkOamDyingGaspTx Counter32
  tnLinkOamCriticalEventPDUsRx Counter32
  tnLinkOamCriticalEventPDUsTx Counter32

TnLinkOamLocalPortConfigStatusEntry  
SEQUENCE    
  tnLinkOamPDUPermission INTEGER
  tnLinkOamLocalMultiplexerState INTEGER
  tnLinkOamLocalParserState INTEGER
  tnLinkOamLocalOrganizationalUniqueIdentifi DisplayString

TnLinkOamPeerPortConfigStatusEntry  
SEQUENCE    
  tnLinkOamPeerMultiplexerState INTEGER
  tnLinkOamPeerParserState INTEGER
  tnLinkOamPeerOrganizationalUniqueIdentifi DisplayString

TnLinkOamLinkEventStatusEntry  
SEQUENCE    
  tnLinkOamLocationIndex Unsigned32
  tnLinkOamSequenceNumber Counter32
  tnLinkOamFrameErrorEventTimestamp TimeStamp
  tnLinkOamFrameErrorEventWindow Counter32
  tnLinkOamFrameErrorEventThreshold Counter32
  tnLinkOamFrameErrors Counter32
  tnLinkOamTotalFrameErrors Counter64
  tnLinkOamTotalFrameErrorEvents Counter32
  tnLinkOamFramePeriodErrorEventTimestamp TimeStamp
  tnLinkOamFramePeriodErrorEventWindow Counter32
  tnLinkOamFramePeriodErrorEventThreshold Counter32
  tnLinkOamFramePeriodsErrors Counter32
  tnLinkOamTotalFramePeriodsErrors Counter64
  tnLinkOamTotalFramePerioderrorEvents Counter32
  tnLinkOamSymbolPeriodErrorEventTimestamp TimeStamp
  tnLinkOamSymbolPeriodErrorEventWindow Counter64
  tnLinkOamSymbolPeriodErrorEventThreshold Counter64
  tnLinkOamSymbolPeriodsErrors Counter64
  tnLinkOamSymbolFramePeriodErrors Counter64
  tnLinkOamTotalSymbolFramePerioderrorEvents Counter32
  tnLinkOamEventSecondsSummaryTimestamp TimeStamp
  tnLinkOamEventSecondsSummaryWindow Counter32
  tnLinkOamEventSecondsSummaryThreshold Counter32
  tnLinkOamEventSecondsSummarysEvents Counter32
  tnLinkOamEventSecondsSummaryErrorTotal Counter32
  tnLinkOamTotalEventSecondsSummaryEventTotal Counter32

Defined Values

tnLinkOamMIB 1.3.6.1.4.1.868.2.5.140
The mib module for managing Link OAM.
MODULE-IDENTITY    

tnLinkOamNotifications 1.3.6.1.4.1.868.2.5.140.0
OBJECT IDENTIFIER    

tnLinkOamObjects 1.3.6.1.4.1.868.2.5.140.1
OBJECT IDENTIFIER    

tnLinkOamConformance 1.3.6.1.4.1.868.2.5.140.2
OBJECT IDENTIFIER    

tnLinkOamPortConfigTable 1.3.6.1.4.1.868.2.5.140.1.1
This table allows the user to inspect the current Link OAM port configurations, and change them as well.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnLinkOamPortConfigEntry

tnLinkOamPortConfigEntry 1.3.6.1.4.1.868.2.5.140.1.1.1
An entry in the table that contains information of OAM port configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnLinkOamPortConfigEntry  

tnLinkOamLoopbackSupport 1.3.6.1.4.1.868.2.5.140.1.1.1.1
Controls whether the loopback support is enabled for the switch port. Link OAM remote loopback can be used for fault localization and link performance testing. Enabling the loopback support will allow the DTE to execute the remote loopback command that helps in the fault detection.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tnLinkOamLinkMonitorSupport 1.3.6.1.4.1.868.2.5.140.1.1.1.2
Controls whether the Link Monitor support is enabled for the switch port. On enabling the Link Monitor support, the DTE supports event notification that permits the inclusion of diagnostic information.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tnLinkMIBRetrievalSupport 1.3.6.1.4.1.868.2.5.140.1.1.1.3
Controls whether the MIB Retrieval Support is enabled for the switch port. On enabling the MIB retrieval support, the DTE supports polling of various Link OAM based MIB variables' contents.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tnLinkOamLoopbackOperation 1.3.6.1.4.1.868.2.5.140.1.1.1.4
If the Loopback support is enabled, enabling this field will start a loopback operation for the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tnLinkOamStatisticsTable 1.3.6.1.4.1.868.2.5.140.1.2
This table contains statistics for the OAM function on a particular Ethernet-like interface. There is an entry in the table for every entry in the tnLinkOamTable. The displayed counters represent the total number of OAM frames received and transmitted for the selected port. Discontinuities of these counter can occur at re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnLinkOamStatisticsEntry

tnLinkOamStatisticsEntry 1.3.6.1.4.1.868.2.5.140.1.2.1
An entry in the table containing statistics information on the Ethernet OAM function for a single Ethernet-like interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnLinkOamStatisticsEntry  

tnLinkOamLinkfaultPDUsRx 1.3.6.1.4.1.868.2.5.140.1.2.1.1
A count of the number of Link fault PDU's received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamLinkfaultPDUsTx 1.3.6.1.4.1.868.2.5.140.1.2.1.2
A count of the number of Link fault PDU's transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamDyingGaspRx 1.3.6.1.4.1.868.2.5.140.1.2.1.3
A count of the number of Dying Gasp events received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamDyingGaspTx 1.3.6.1.4.1.868.2.5.140.1.2.1.4
A count of the number of Dying Gasp events transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamCriticalEventPDUsRx 1.3.6.1.4.1.868.2.5.140.1.2.1.5
A count of the number of Critical event PDU's received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamCriticalEventPDUsTx 1.3.6.1.4.1.868.2.5.140.1.2.1.6
A count of the number of Critical event PDU's transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamLocalPortConfigStatusTable 1.3.6.1.4.1.868.2.5.140.1.3
This table provides Local Link OAM configuration operational status.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnLinkOamLocalPortConfigStatusEntry

tnLinkOamLocalPortConfigStatusEntry 1.3.6.1.4.1.868.2.5.140.1.3.1
An entry in the table containing information of Peer Link OAM configuration operational status.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnLinkOamLocalPortConfigStatusEntry  

tnLinkOamPDUPermission 1.3.6.1.4.1.868.2.5.140.1.3.1.1
This field is available only for the Local DTE. It displays the current permission rules set for the local DTE. Possible values are 'Link fault', 'Receive only', 'Information exchange only', 'ANY'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER linkfault(1), receiveonly(2), informationexchangeonly(3), any(4)  

tnLinkOamLocalMultiplexerState 1.3.6.1.4.1.868.2.5.140.1.3.1.2
When in forwarding state, the Device is forwarding non-OAMPDUs to the lower sublayer. Incase of discarding, the device discards all the non-OAMPDU's.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER forwarding(1), discarding(2)  

tnLinkOamLocalParserState 1.3.6.1.4.1.868.2.5.140.1.3.1.3
When in forwarding state, Device is forwarding non-OAMPDUs to higher sublayer. When in loopback, Device is looping back non-OAMPDUs to the lower sublayer. When in discarding state, Device is discarding non-OAMPDUs.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER forwarding(1), loopback(2), discarding(3)  

tnLinkOamLocalOrganizationalUniqueIdentifi 1.3.6.1.4.1.868.2.5.140.1.3.1.4
24-bit Organizationally Unique Identifier of the vendor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tnLinkOamPeerPortConfigStatusTable 1.3.6.1.4.1.868.2.5.140.1.4
This table provides Peer Link OAM configuration operational status.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnLinkOamPeerPortConfigStatusEntry

tnLinkOamPeerPortConfigStatusEntry 1.3.6.1.4.1.868.2.5.140.1.4.1
An entry in the table containing information of Peer Link OAM configuration operational status.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnLinkOamPeerPortConfigStatusEntry  

tnLinkOamPeerMultiplexerState 1.3.6.1.4.1.868.2.5.140.1.4.1.1
When in forwarding state, the Device is forwarding non-OAMPDUs to the lower sublayer. Incase of discarding, the device discards all the non-OAMPDU's.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER forwarding(1), discarding(2)  

tnLinkOamPeerParserState 1.3.6.1.4.1.868.2.5.140.1.4.1.2
When in forwarding state, Device is forwarding non-OAMPDUs to higher sublayer. When in loopback, Device is looping back non-OAMPDUs to the lower sublayer. When in discarding state, Device is discarding non-OAMPDUs.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER forwarding(1), loopback(2), discarding(3)  

tnLinkOamPeerOrganizationalUniqueIdentifi 1.3.6.1.4.1.868.2.5.140.1.4.1.3
24-bit Organizationally Unique Identifier of the vendor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tnLinkOamLinkEventStatusTable 1.3.6.1.4.1.868.2.5.140.1.5
This table shows frame error status.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnLinkOamLinkEventStatusEntry

tnLinkOamLinkEventStatusEntry 1.3.6.1.4.1.868.2.5.140.1.5.1
An entry in the table containing information of frame error status.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnLinkOamLinkEventStatusEntry  

tnLinkOamLocationIndex 1.3.6.1.4.1.868.2.5.140.1.5.1.1
The index of the loacation of the OAM unit event status accessed. When the value of index is '1', the table will display the Event status for the Local OAM unit. While the value is '2', the table will display the status for the Peer for the respective port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

tnLinkOamSequenceNumber 1.3.6.1.4.1.868.2.5.140.1.5.1.2
This two-octet field indicates the total number of events occurred at the remote end.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamFrameErrorEventTimestamp 1.3.6.1.4.1.868.2.5.140.1.5.1.3
This two-octet field indicates the time reference when the event was generated, in terms of 100 ms intervals.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tnLinkOamFrameErrorEventWindow 1.3.6.1.4.1.868.2.5.140.1.5.1.4
This two-octet field indicates the duration of the period in terms of 100 ms intervals. 1) The default value is one second. 2) The lower bound is one second. 3) The upper bound is one minute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamFrameErrorEventThreshold 1.3.6.1.4.1.868.2.5.140.1.5.1.5
This four-octet field indicates the number of detected errored frames in the period is required to be equal to or greater than in order for the event to be generated. 1) The default value is one frame error. 2) The lower bound is zero frame errors. 3) The upper bound is unspecified.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamFrameErrors 1.3.6.1.4.1.868.2.5.140.1.5.1.6
This four-octet field indicates the number of detected errored frames in the period.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamTotalFrameErrors 1.3.6.1.4.1.868.2.5.140.1.5.1.7
This eight-octet field indicates the sum of errored frames that have been detected since the OAM sublayer was reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tnLinkOamTotalFrameErrorEvents 1.3.6.1.4.1.868.2.5.140.1.5.1.8
This four-octet field indicates the number of Errored Frame Event TLVs that have been generated since the OAM sublayer was reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamFramePeriodErrorEventTimestamp 1.3.6.1.4.1.868.2.5.140.1.5.1.9
This two-octet field indicates the time reference when the event was generated, in terms of 100 ms intervals.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tnLinkOamFramePeriodErrorEventWindow 1.3.6.1.4.1.868.2.5.140.1.5.1.10
This four-octet field indicates the duration of period in terms of frames.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamFramePeriodErrorEventThreshold 1.3.6.1.4.1.868.2.5.140.1.5.1.11
This four-octet field indicates the number of errored frames in the period is required to be equal to or greater than in order for the event to be generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamFramePeriodsErrors 1.3.6.1.4.1.868.2.5.140.1.5.1.12
This four-octet field indicates the number of frame errors in the period.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamTotalFramePeriodsErrors 1.3.6.1.4.1.868.2.5.140.1.5.1.13
This eight-octet field indicates the sum of frame errors that have been detected since the OAM sublayer was reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tnLinkOamTotalFramePerioderrorEvents 1.3.6.1.4.1.868.2.5.140.1.5.1.14
This four-octet field indicates the number of Errored Frame Period Event TLVs that have been generated since the OAM sublayer was reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamSymbolPeriodErrorEventTimestamp 1.3.6.1.4.1.868.2.5.140.1.5.1.15
This two-octet field indicates the time reference when the event was generated, in terms of 100 ms intervals.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tnLinkOamSymbolPeriodErrorEventWindow 1.3.6.1.4.1.868.2.5.140.1.5.1.16
This eight-octet field indicates the number of symbols in the period.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tnLinkOamSymbolPeriodErrorEventThreshold 1.3.6.1.4.1.868.2.5.140.1.5.1.17
This eight-octet field indicates the number of errored symbols in the period is required to be equal to or greater than in order for the event to be generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tnLinkOamSymbolPeriodsErrors 1.3.6.1.4.1.868.2.5.140.1.5.1.18
This eight-octet field indicates the number of symbol errors in the period.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tnLinkOamSymbolFramePeriodErrors 1.3.6.1.4.1.868.2.5.140.1.5.1.19
This eight-octet field indicates the sum of symbol errors since the OAM sublayer was reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tnLinkOamTotalSymbolFramePerioderrorEvents 1.3.6.1.4.1.868.2.5.140.1.5.1.20
This four-octet field indicates the number of Errored Symbol Period Event TLVs that have been generated since the OAM sublayer was reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamEventSecondsSummaryTimestamp 1.3.6.1.4.1.868.2.5.140.1.5.1.21
This two-octet field indicates the time reference when the event was generated, in terms of 100 ms intervals, encoded as a 16-bit unsigned integer.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tnLinkOamEventSecondsSummaryWindow 1.3.6.1.4.1.868.2.5.140.1.5.1.22
This two-octet field indicates the duration of the period in terms of 100 ms intervals, encoded as a 16-bit unsigned integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamEventSecondsSummaryThreshold 1.3.6.1.4.1.868.2.5.140.1.5.1.23
This two-octet field indicates the number of errored frame seconds in the period is required to be equal to or greater than in order for the event to be generated, encoded as a 16-bit unsigned integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamEventSecondsSummarysEvents 1.3.6.1.4.1.868.2.5.140.1.5.1.24
This two-octet field indicates the number of errored frame seconds in the period, encoded as a 16-bit unsigned integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamEventSecondsSummaryErrorTotal 1.3.6.1.4.1.868.2.5.140.1.5.1.25
This four-octet field indicates the sum of errored frame seconds that have been detected since the OAM sublayer was reset.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tnLinkOamTotalEventSecondsSummaryEventTotal 1.3.6.1.4.1.868.2.5.140.1.5.1.26
This four-octet field indicates the number of Errored Frame Seconds Summary Event TLVs that have been generated since the OAM sublayer was reset, encoded as a 32bit unsigned integer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32