NETI-TRUNK-MIB

File: NETI-TRUNK-MIB.mib (34655 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
NETI-COMMON-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter64
IpAddress Unsigned32 Integer32
Gauge32 TEXTUAL-CONVENTION TimeStamp
TruthValue RowPointer SnmpAdminString
netiGeneric

Defined Types

FecMode  
The mode of operation of the Forward Error Correction function (FEC). The FEC function may be not used (fecNone), used for column correction (fec1D) or used for both row and column correction (fec2D).
TEXTUAL-CONVENTION    
  INTEGER fecNone(1), fec1D(2), fec2D(3)  

DppipSupport  
Represents the support of a specific DPP-IP function: octet contents 1 major version 2 minor version Any minor version N.x includes support for any minor version M.y with major version M
TEXTUAL-CONVENTION    
  OCTET STRING Size(2)  

DppipEntry  
SEQUENCE    
  dppipIndex Unsigned32
  dppipName SnmpAdminString
  dppipAddress IpAddress
  dppipNetMask IpAddress
  dppipDefaultGateway IpAddress
  dppipPeerAddress IpAddress
  dppipTxSlots Unsigned32
  dppipTxUsedCapacity Gauge32
  dppipRxSlots Gauge32
  dppipRxUsedCapacity Gauge32
  dppipDelayVariation Unsigned32
  dppipOperStatus INTEGER
  dppipFailure SnmpAdminString
  dppipReceivedFrames Counter64
  dppipMissingFrames Counter64
  dppipDeliveredFrames Counter64
  dppipDroppedFrames Counter64
  dppipDuplicateFrames Counter64
  dppipReorderedFrames Counter64
  dppipLostFrames Counter64
  dppipRecoveredFrames Counter64
  dppipSentFrames Counter64
  dppipDelayVarPtp Unsigned32
  dppipDelayVar999 Unsigned32
  dppipAdminStatus INTEGER
  dppipVlan Integer32
  dppipDelayVar01 Unsigned32
  dppipPrio Unsigned32
  dppipPhysIf RowPointer
  dppipMtu Unsigned32
  dppipTtl Unsigned32
  dppipDscp Unsigned32
  dppipRxSlotsPerFrame Unsigned32
  dppipAvailTxSlots Gauge32
  dppipAvailRxSlots Gauge32
  dppipMinUsageRatio Unsigned32
  dppipTxTranspSlots Gauge32
  dppipRxTranspSlots Gauge32
  dppipNomDTDelay Unsigned32
  dppipTxFecMode FecMode
  dppipTxFecRows Unsigned32
  dppipTxFecCols Unsigned32
  dppipRxFecMode FecMode
  dppipRxFecRows Unsigned32
  dppipRxFecCols Unsigned32
  dppipCntControl Integer32
  dppipSuppressAlarms TruthValue
  dppipSigFailFilter Unsigned32
  dppipDegThreshold Unsigned32
  dppipDegPeriod Unsigned32
  dppipTolJitter Unsigned32

DppipLimitsEntry  
SEQUENCE    
  dppipMaxFecMode FecMode
  dppipMaxFecRows Unsigned32
  dppipMinFecRows Unsigned32
  dppipMaxFecCols Unsigned32
  dppipMinFecCols Unsigned32
  dppipMaxFecElems Unsigned32
  dppipMaxTxSlots Unsigned32
  dppipMinTxSlots Unsigned32
  dppipMaxTolJitter Unsigned32
  dppipMinTolJitter Unsigned32
  dppipDTSupport DppipSupport
  dppipTTSupport DppipSupport

DppipPeerLimitsEntry  
SEQUENCE    
  dppipPeerMaxFecMode FecMode
  dppipPeerMaxFecRows Unsigned32
  dppipPeerMinFecRows Unsigned32
  dppipPeerMaxFecCols Unsigned32
  dppipPeerMinFecCols Unsigned32
  dppipPeerMaxFecElems Unsigned32
  dppipPeerMaxRxSlots Unsigned32
  dppipPeerMinRxSlots Unsigned32
  dppipPeerDTSupport DppipSupport
  dppipPeerTTSupport DppipSupport

Defined Values

netiTrunkMIB 1.3.6.1.4.1.2928.2.3
MIB for DTM network links (trunks). DTM trunks provide transport of DTM data between two DTM networks nodes. The MIB currently includes the DPP-IP group (neti-dppip), providing management of DPP-IP encapsulated DTM over IP/Ethernet. It includes configuration information and status.
MODULE-IDENTITY    

trunkObjects 1.3.6.1.4.1.2928.2.3.1
OBJECT IDENTIFIER    

dppipGroup 1.3.6.1.4.1.2928.2.3.1.1
OBJECT IDENTIFIER    

dppipNumber 1.3.6.1.4.1.2928.2.3.1.1.1
The number of DPP-IP interfaces (regardless of their current state) present on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dppipLastChange 1.3.6.1.4.1.2928.2.3.1.1.2
The value of sysUpTime when status or configuration of any the objects in the dppipTable was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

dppipTable 1.3.6.1.4.1.2928.2.3.1.1.3
A list of DPP-IP interface entries. The number of entries is given by the value of dppipNumber. The following objects need to be written simultaneously, i.e. as a single write operation, while dppipAdminStatus is `up': dppipTxSlots, dppipMtu, dppipTxFecMode, dppipTxFecRows, dppipTxFecCols
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DppipEntry

dppipEntry 1.3.6.1.4.1.2928.2.3.1.1.3.1
A DPP-IP interface entry containing objects at the subnetwork layer and below for a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DppipEntry  

dppipIndex 1.3.6.1.4.1.2928.2.3.1.1.3.1.1
A value greater than zero that is unique for each DPP-IP interface. The value for each DPP-IP interface must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dppipName 1.3.6.1.4.1.2928.2.3.1.1.3.1.2
The textual name of the interface. The value of this object should be the name of the DPP-IP interface as assigned by the local device.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

dppipAddress 1.3.6.1.4.1.2928.2.3.1.1.3.1.3
The IPv4 address of the DPP-IP interface.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dppipNetMask 1.3.6.1.4.1.2928.2.3.1.1.3.1.4
The subnet mask associated with the IP address of DPP-IP interface. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dppipDefaultGateway 1.3.6.1.4.1.2928.2.3.1.1.3.1.5
The IPv4 address of the default gateway. Packets addressed to a destination outside the subnet of the DPP-IP interface are by default routed to this gateway.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dppipPeerAddress 1.3.6.1.4.1.2928.2.3.1.1.3.1.6
The IPv4 address of the peer DPP-IP interface at the remote end of the DTM trunk.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dppipTxSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.7
The DPP-IP interface's current transmit side capacity in slots per DTM frame.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dppipTxUsedCapacity 1.3.6.1.4.1.2928.2.3.1.1.3.1.8
An estimate of the transmit side physical layer capacity used by the DPP-IP interface in bits per second. It represents a minimum required capacity along the network path.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dppipRxSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.9
The DPP-IP interface's current receive side capacity in slots per DTM frame.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dppipRxUsedCapacity 1.3.6.1.4.1.2928.2.3.1.1.3.1.10
An estimate of the receive side physical layer capacity used by the DPP-IP interface in bits per second. It represents a minimum required capacity along the network path.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dppipDelayVariation 1.3.6.1.4.1.2928.2.3.1.1.3.1.11
The RMS (i.e. standard deviation) value of the DPP-IP path delay variation in ns. This value represents a momentary snapshot of the delay variation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipOperStatus 1.3.6.1.4.1.2928.2.3.1.1.3.1.12
The current operational state of the interface. The testing(3) state indicates that no operational frames can be passed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)  

dppipFailure 1.3.6.1.4.1.2928.2.3.1.1.3.1.13
A textual string describing a fault status on the DPP-IP interface. The object presents an empty string if there are no faults on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

dppipReceivedFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.14
The total number of DPP-IP frames that have been received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dppipMissingFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.15
The number of DPP-IP frames that were missing in the frame sequence, i.e. the expected sequence numbers were not found in the DPP-IP framing buffer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dppipDeliveredFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.16
The total number of DPP-IP data frames that have been delivered to the DTM interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dppipDroppedFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.17
The number of DPP-IP frames that have been received and have not been processed since the interface was unable to align them to the DPP-IP frame sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dppipDuplicateFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.18
The number of DPP-IP frames that were received with a sequence number of an already processed DPP-IP frame.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dppipReorderedFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.19
The number of DPP-IP frames that were received out of order, but could still be aligned to the DPP-IP frame sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dppipLostFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.20
The number of missing DPP-IP data frames that could not be delivered to the DTM interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dppipRecoveredFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.21
The number of missing DPP-IP data frames that were recovered by the FEC procedure.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dppipSentFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.22
The total number of DPP-IP frames that have been sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dppipDelayVarPtp 1.3.6.1.4.1.2928.2.3.1.1.3.1.23
The point-to-point value of the DPP-IP path delay variation in nanoseconds. The special value 0 means that the measurement is incomplete
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipDelayVar999 1.3.6.1.4.1.2928.2.3.1.1.3.1.24
The 99.9 percentile value of the DPP-IP path delay variation given in nanoseconds. The special value 0 means that the measurement is incomplete.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipAdminStatus 1.3.6.1.4.1.2928.2.3.1.1.3.1.25
The desired state of the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

dppipVlan 1.3.6.1.4.1.2928.2.3.1.1.3.1.26
The VLAN identity associated to the DPP-IP interface. The value 0 indicates that the DPP-IP interface does not belong to a VLAN. The value -1 indicates that Ethernet frames from the DPP-IP interface are not tagged.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..4095  

dppipDelayVar01 1.3.6.1.4.1.2928.2.3.1.1.3.1.27
The 0.1 percentile value of the DPP-IP path delay variation given in nanoseconds. The special value 0 means that the measurement is incomplete.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipPrio 1.3.6.1.4.1.2928.2.3.1.1.3.1.28
The Ethernet priority for frames sent from the DPP-IP interface. Ignored if frames are untagged (i.e. dppipVlan is -1).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7  

dppipPhysIf 1.3.6.1.4.1.2928.2.3.1.1.3.1.29
A reference to an object representing the physical interface that supports the DPP-IP interface. The special value .0.0 is used, when no such reference is available.
Status: current Access: read-only
OBJECT-TYPE    
  RowPointer  

dppipMtu 1.3.6.1.4.1.2928.2.3.1.1.3.1.30
The Maximum Transmission Unit of the DPP-IP interface, i.e. the maximum size of the DPP-IP payload, including IP header, UDP header and DPP-IP header.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 64..1500  

dppipTtl 1.3.6.1.4.1.2928.2.3.1.1.3.1.31
The Time To Live of frames sent at the DPP-IP interface. This value is set in the IP header.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..127  

dppipDscp 1.3.6.1.4.1.2928.2.3.1.1.3.1.32
The Differential Services Coding Point of frames sent at the DPP-IP interface. This value is set in the IP header.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..63  

dppipRxSlotsPerFrame 1.3.6.1.4.1.2928.2.3.1.1.3.1.33
Number of DTM slots per received DPP-IP data frame.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipAvailTxSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.34
The maximum transmit slot rate (slots/frame) that can be allocated at the DTM switch.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dppipAvailRxSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.35
The maximum receive slot rate (slots/frame) that can be allocated at the DTM switch.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dppipMinUsageRatio 1.3.6.1.4.1.2928.2.3.1.1.3.1.36
The minimum allowed usage ratio (used slots/configured slots) in per-mille, when dynamic trunk functionality is used. 1000 is default and indicates that the Dynamic Trunk function is disabled. Requires Dynamic Trunk function support equal to 1.1 or higher.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dppipTxTranspSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.37
The DPP-IP interface's current transmit side capacity in slots per DTM frame that is actually transported over the. When Dynamic Trunk functionality is disabled this is equal to dppipTxSlots. When Dynamic Trunk functionality is enabled this is less or equal to dppipTxSlots, since slots that are not used by any channel need not be transported. Requires Dynamic Trunk function support equal to 1.1 or higher.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dppipRxTranspSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.38
The DPP-IP interface's current receive side capacity in slots per DTM frame that is actually transported. When Dynamic Trunk functionality is disabled this is equal to dppipRxSlots. When Dynamic Trunk functionality is enabled this is less or equal to dppipRxSlots, since slots that are not used by any channel need not be transported. Requires Dynamic Trunk function support equal to 1.1 or higher.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dppipNomDTDelay 1.3.6.1.4.1.2928.2.3.1.1.3.1.39
The nominal extra delay in ns when the Dynamic Trunk function is enabled. Requires Dynamic Trunk function support equal to 1.1 or higher.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipTxFecMode 1.3.6.1.4.1.2928.2.3.1.1.3.1.40
The DPP-IP interface's current mode of operation of the transmit side Forward Error Correction function (FEC). The FEC function may be not used (fecNone), used for column correction (fec1D) or used for both row and column correction (fec2D).
Status: current Access: read-write
OBJECT-TYPE    
  FecMode  

dppipTxFecRows 1.3.6.1.4.1.2928.2.3.1.1.3.1.41
The DPP-IP interface's current number of data rows in the transmit side Forward Error Correction (FEC) matrix. This object is not applicable when dppipTxFecMode is fecNone.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dppipTxFecCols 1.3.6.1.4.1.2928.2.3.1.1.3.1.42
The DPP-IP interface's current number of data columns in the transmit side Forward Error Correction (FEC) matrix. This object is not applicable when dppipTxFecMode is fecNone.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dppipRxFecMode 1.3.6.1.4.1.2928.2.3.1.1.3.1.43
The DPP-IP interface's current mode of operation of the receive side Forward Error Correction function (FEC). The FEC function may be not used (fecNone), used for column correction (fec1D) or used for both row and column correction (fec2D).
Status: current Access: read-only
OBJECT-TYPE    
  FecMode  

dppipRxFecRows 1.3.6.1.4.1.2928.2.3.1.1.3.1.44
The DPP-IP interface's current number of data rows in the receive side Forward Error Correction (FEC) matrix. This object is not applicable when dppipRxFecMode is fecNone.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipRxFecCols 1.3.6.1.4.1.2928.2.3.1.1.3.1.45
The DPP-IP interface's current number of data columns in the receive side Forward Error Correction (FEC) matrix. This object is not applicable when dppipRxFecMode is fecNone.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipCntControl 1.3.6.1.4.1.2928.2.3.1.1.3.1.46
Controls the statistics counter monitoring. The statistics monitoring is restarted and all counters set to 0, by writing `reset' to this object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reset(1)  

dppipSuppressAlarms 1.3.6.1.4.1.2928.2.3.1.1.3.1.47
Suppression control for alarms from the DPP-IP interface. When set to `true', all alarms are suppressed.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dppipSigFailFilter 1.3.6.1.4.1.2928.2.3.1.1.3.1.48
Signal fail filter hold-off time in milliseconds. Trail Signal Fail conditions must be persistent during the hold-off time, before operStatus is changed from `up' to `down'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..2000  

dppipDegThreshold 1.3.6.1.4.1.2928.2.3.1.1.3.1.49
The detection threshold for DEG alarm. A bad second is declared when the number of errored blocks is equal to or greater than the threshold, otherwise a good second is declared. Default is 1200
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..8000  

dppipDegPeriod 1.3.6.1.4.1.2928.2.3.1.1.3.1.50
The persistence time for detection of DEG alarm as the number of consecutive seconds with changed status (bad or good) before the alarm is set or cleared.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 2..10  

dppipTolJitter 1.3.6.1.4.1.2928.2.3.1.1.3.1.51
The tolerated jitter and wander of the DPP-IP interface given in microseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dppipLimitsTable 1.3.6.1.4.1.2928.2.3.1.1.4
A list of DPP-IP interface limits entries. The number of entries is given by the value of dppipNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DppipLimitsEntry

dppipLimitsEntry 1.3.6.1.4.1.2928.2.3.1.1.4.1
A DPP-IP interface limits entry containing limits for a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DppipLimitsEntry  

dppipMaxFecMode 1.3.6.1.4.1.2928.2.3.1.1.4.1.1
The DPP-IP interface's maximum mode of operation of the Forward Error Correction function (FEC). The FEC function may be not used (fecNone), used for column correction (fec1D) or used for both row and column correction (fec2D).
Status: current Access: read-only
OBJECT-TYPE    
  FecMode  

dppipMaxFecRows 1.3.6.1.4.1.2928.2.3.1.1.4.1.2
The DPP-IP interface's maximum number of data rows in the transmit side Forward Error Correction (FEC) matrix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipMinFecRows 1.3.6.1.4.1.2928.2.3.1.1.4.1.3
The DPP-IP interface's minimum number of data rows in the transmit side Forward Error Correction (FEC) matrix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipMaxFecCols 1.3.6.1.4.1.2928.2.3.1.1.4.1.4
The DPP-IP interface's maximum number of data columns in the transmit side Forward Error Correction (FEC) matrix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipMinFecCols 1.3.6.1.4.1.2928.2.3.1.1.4.1.5
The DPP-IP interface's minimum number of data columns in the transmit side Forward Error Correction (FEC) matrix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipMaxFecElems 1.3.6.1.4.1.2928.2.3.1.1.4.1.6
The DPP-IP interface's maximum number of data elements in the transmit side Forward Error Correction (FEC) matrix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipMaxTxSlots 1.3.6.1.4.1.2928.2.3.1.1.4.1.7
The maximum number of slots per DTM frame that can be allocated at the DPP-IP transmit interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipMinTxSlots 1.3.6.1.4.1.2928.2.3.1.1.4.1.8
The minimum number of slots per DTM frame that can be allocated at the DPP-IP transmit interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipMaxTolJitter 1.3.6.1.4.1.2928.2.3.1.1.4.1.9
The maximum tolerated jitter that can be configured expressed in units of DPP-IP inter-frame intervals. The DPP-IP inter-frame interval in microseconds is: dppipRxSlotsPerFrame * 125 / dppipRxSlots.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipMinTolJitter 1.3.6.1.4.1.2928.2.3.1.1.4.1.10
The minimum tolerated jitter that can be configured expressed in units of DPP-IP inter-frame intervals. The DPP-IP inter-frame interval in microseconds is: dppipRxSlotsPerFrame * 125 / dppipRxSlots.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipDTSupport 1.3.6.1.4.1.2928.2.3.1.1.4.1.11
The local interface's maximum level of support for the Dynamic Trunk function.
Status: current Access: read-only
OBJECT-TYPE    
  DppipSupport  

dppipTTSupport 1.3.6.1.4.1.2928.2.3.1.1.4.1.12
The local interface's maximum level of support for the Time Transfer function.
Status: current Access: read-only
OBJECT-TYPE    
  DppipSupport  

dppipPeerLimitsTable 1.3.6.1.4.1.2928.2.3.1.1.5
A list of DPP-IP interface limits entries. The number of entries is given by the value of dppipNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DppipPeerLimitsEntry

dppipPeerLimitsEntry 1.3.6.1.4.1.2928.2.3.1.1.5.1
A DPP-IP interface peer limits entry containing limits for the peer of a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DppipPeerLimitsEntry  

dppipPeerMaxFecMode 1.3.6.1.4.1.2928.2.3.1.1.5.1.1
The peer interface's maximum mode of operation of the Forward Error Correction function (FEC). The FEC function may be not used (fecNone), used for column correction (fec1D) or used for both row and column correction (fec2D).
Status: current Access: read-only
OBJECT-TYPE    
  FecMode  

dppipPeerMaxFecRows 1.3.6.1.4.1.2928.2.3.1.1.5.1.2
The peer interface's maximum number of data rows in the receive side Forward Error Correction (FEC) matrix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipPeerMinFecRows 1.3.6.1.4.1.2928.2.3.1.1.5.1.3
The peer interface's minimum number of data rows in the receive side Forward Error Correction (FEC) matrix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipPeerMaxFecCols 1.3.6.1.4.1.2928.2.3.1.1.5.1.4
The peer interface's maximum number of data columns in the receive side Forward Error Correction (FEC) matrix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipPeerMinFecCols 1.3.6.1.4.1.2928.2.3.1.1.5.1.5
The peer interface's minimum number of data columns in the receive side Forward Error Correction (FEC) matrix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipPeerMaxFecElems 1.3.6.1.4.1.2928.2.3.1.1.5.1.6
The peer interface's maximum number of data elements in the receive side Forward Error Correction (FEC) matrix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipPeerMaxRxSlots 1.3.6.1.4.1.2928.2.3.1.1.5.1.7
The maximum number of slots per DTM frame that can be allocated at the receive interface in the peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipPeerMinRxSlots 1.3.6.1.4.1.2928.2.3.1.1.5.1.8
The minimum number of slots per DTM frame that can be allocated at the DPP-IP receive interface of the peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dppipPeerDTSupport 1.3.6.1.4.1.2928.2.3.1.1.5.1.9
The peer interface's maximum level of support for the Dynamic Trunk function.
Status: current Access: read-only
OBJECT-TYPE    
  DppipSupport  

dppipPeerTTSupport 1.3.6.1.4.1.2928.2.3.1.1.5.1.10
The peer interface's maximum level of support for the Time Transfer function.
Status: current Access: read-only
OBJECT-TYPE    
  DppipSupport