NETI-TRUNK-MIB: View SNMP OID List / Download MIB

VENDOR: NET INSIGHT AB


 Home MIB: NETI-TRUNK-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
     trunkObjects 1.3.6.1.4.1.2928.2.3.1
         dppipGroup 1.3.6.1.4.1.2928.2.3.1.1
             dppipNumber 1.3.6.1.4.1.2928.2.3.1.1.1 integer32 read-only
The number of DPP-IP interfaces (regardless of their current state) present on this system.
             dppipLastChange 1.3.6.1.4.1.2928.2.3.1.1.2 timestamp read-only
The value of sysUpTime when status or configuration of any the objects in the dppipTable was last changed.
             dppipTable 1.3.6.1.4.1.2928.2.3.1.1.3 no-access
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
                 dppipEntry 1.3.6.1.4.1.2928.2.3.1.1.3.1 no-access
A DPP-IP interface entry containing objects at the subnetwork layer and below for a particular interface.
                     dppipIndex 1.3.6.1.4.1.2928.2.3.1.1.3.1.1 unsigned32 no-access
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.
                     dppipName 1.3.6.1.4.1.2928.2.3.1.1.3.1.2 snmpadminstring read-only
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.
                     dppipAddress 1.3.6.1.4.1.2928.2.3.1.1.3.1.3 ipaddress read-write
The IPv4 address of the DPP-IP interface.
                     dppipNetMask 1.3.6.1.4.1.2928.2.3.1.1.3.1.4 ipaddress read-write
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.
                     dppipDefaultGateway 1.3.6.1.4.1.2928.2.3.1.1.3.1.5 ipaddress read-write
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.
                     dppipPeerAddress 1.3.6.1.4.1.2928.2.3.1.1.3.1.6 ipaddress read-write
The IPv4 address of the peer DPP-IP interface at the remote end of the DTM trunk.
                     dppipTxSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.7 unsigned32 read-write
The DPP-IP interface's current transmit side capacity in slots per DTM frame.
                     dppipTxUsedCapacity 1.3.6.1.4.1.2928.2.3.1.1.3.1.8 gauge32 read-only
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.
                     dppipRxSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.9 gauge32 read-only
The DPP-IP interface's current receive side capacity in slots per DTM frame.
                     dppipRxUsedCapacity 1.3.6.1.4.1.2928.2.3.1.1.3.1.10 gauge32 read-only
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.
                     dppipDelayVariation 1.3.6.1.4.1.2928.2.3.1.1.3.1.11 unsigned32 read-only
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.
                     dppipOperStatus 1.3.6.1.4.1.2928.2.3.1.1.3.1.12 integer read-only
The current operational state of the interface. The testing(3) state indicates that no operational frames can be passed. Enumeration: 'dormant': 5, 'lowerLayerDown': 7, 'unknown': 4, 'testing': 3, 'up': 1, 'down': 2, 'notPresent': 6.
                     dppipFailure 1.3.6.1.4.1.2928.2.3.1.1.3.1.13 snmpadminstring read-only
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.
                     dppipReceivedFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.14 counter64 read-only
The total number of DPP-IP frames that have been received.
                     dppipMissingFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.15 counter64 read-only
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.
                     dppipDeliveredFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.16 counter64 read-only
The total number of DPP-IP data frames that have been delivered to the DTM interface.
                     dppipDroppedFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.17 counter64 read-only
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.
                     dppipDuplicateFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.18 counter64 read-only
The number of DPP-IP frames that were received with a sequence number of an already processed DPP-IP frame.
                     dppipReorderedFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.19 counter64 read-only
The number of DPP-IP frames that were received out of order, but could still be aligned to the DPP-IP frame sequence.
                     dppipLostFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.20 counter64 read-only
The number of missing DPP-IP data frames that could not be delivered to the DTM interface.
                     dppipRecoveredFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.21 counter64 read-only
The number of missing DPP-IP data frames that were recovered by the FEC procedure.
                     dppipSentFrames 1.3.6.1.4.1.2928.2.3.1.1.3.1.22 counter64 read-only
The total number of DPP-IP frames that have been sent.
                     dppipDelayVarPtp 1.3.6.1.4.1.2928.2.3.1.1.3.1.23 unsigned32 read-only
The point-to-point value of the DPP-IP path delay variation in nanoseconds. The special value 0 means that the measurement is incomplete
                     dppipDelayVar999 1.3.6.1.4.1.2928.2.3.1.1.3.1.24 unsigned32 read-only
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.
                     dppipAdminStatus 1.3.6.1.4.1.2928.2.3.1.1.3.1.25 integer read-write
The desired state of the interface. Enumeration: 'down': 2, 'up': 1.
                     dppipVlan 1.3.6.1.4.1.2928.2.3.1.1.3.1.26 integer32 read-write
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.
                     dppipDelayVar01 1.3.6.1.4.1.2928.2.3.1.1.3.1.27 unsigned32 read-only
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.
                     dppipPrio 1.3.6.1.4.1.2928.2.3.1.1.3.1.28 unsigned32 read-write
The Ethernet priority for frames sent from the DPP-IP interface. Ignored if frames are untagged (i.e. dppipVlan is -1).
                     dppipPhysIf 1.3.6.1.4.1.2928.2.3.1.1.3.1.29 rowpointer read-only
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.
                     dppipMtu 1.3.6.1.4.1.2928.2.3.1.1.3.1.30 unsigned32 read-write
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.
                     dppipTtl 1.3.6.1.4.1.2928.2.3.1.1.3.1.31 unsigned32 read-write
The Time To Live of frames sent at the DPP-IP interface. This value is set in the IP header.
                     dppipDscp 1.3.6.1.4.1.2928.2.3.1.1.3.1.32 unsigned32 read-write
The Differential Services Coding Point of frames sent at the DPP-IP interface. This value is set in the IP header.
                     dppipRxSlotsPerFrame 1.3.6.1.4.1.2928.2.3.1.1.3.1.33 unsigned32 read-only
Number of DTM slots per received DPP-IP data frame.
                     dppipAvailTxSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.34 gauge32 read-only
The maximum transmit slot rate (slots/frame) that can be allocated at the DTM switch.
                     dppipAvailRxSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.35 gauge32 read-only
The maximum receive slot rate (slots/frame) that can be allocated at the DTM switch.
                     dppipMinUsageRatio 1.3.6.1.4.1.2928.2.3.1.1.3.1.36 unsigned32 read-write
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.
                     dppipTxTranspSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.37 gauge32 read-only
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.
                     dppipRxTranspSlots 1.3.6.1.4.1.2928.2.3.1.1.3.1.38 gauge32 read-only
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.
                     dppipNomDTDelay 1.3.6.1.4.1.2928.2.3.1.1.3.1.39 unsigned32 read-only
The nominal extra delay in ns when the Dynamic Trunk function is enabled. Requires Dynamic Trunk function support equal to 1.1 or higher.
                     dppipTxFecMode 1.3.6.1.4.1.2928.2.3.1.1.3.1.40 fecmode read-write
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).
                     dppipTxFecRows 1.3.6.1.4.1.2928.2.3.1.1.3.1.41 unsigned32 read-write
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.
                     dppipTxFecCols 1.3.6.1.4.1.2928.2.3.1.1.3.1.42 unsigned32 read-write
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.
                     dppipRxFecMode 1.3.6.1.4.1.2928.2.3.1.1.3.1.43 fecmode read-only
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).
                     dppipRxFecRows 1.3.6.1.4.1.2928.2.3.1.1.3.1.44 unsigned32 read-only
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.
                     dppipRxFecCols 1.3.6.1.4.1.2928.2.3.1.1.3.1.45 unsigned32 read-only
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.
                     dppipCntControl 1.3.6.1.4.1.2928.2.3.1.1.3.1.46 integer read-write
Controls the statistics counter monitoring. The statistics monitoring is restarted and all counters set to 0, by writing `reset' to this object. Enumeration: 'reset': 1.
                     dppipSuppressAlarms 1.3.6.1.4.1.2928.2.3.1.1.3.1.47 truthvalue read-write
Suppression control for alarms from the DPP-IP interface. When set to `true', all alarms are suppressed.
                     dppipSigFailFilter 1.3.6.1.4.1.2928.2.3.1.1.3.1.48 unsigned32 read-write
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'.
                     dppipDegThreshold 1.3.6.1.4.1.2928.2.3.1.1.3.1.49 unsigned32 read-write
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
                     dppipDegPeriod 1.3.6.1.4.1.2928.2.3.1.1.3.1.50 unsigned32 read-write
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.
                     dppipTolJitter 1.3.6.1.4.1.2928.2.3.1.1.3.1.51 unsigned32 read-write
The tolerated jitter and wander of the DPP-IP interface given in microseconds.
             dppipLimitsTable 1.3.6.1.4.1.2928.2.3.1.1.4 no-access
A list of DPP-IP interface limits entries. The number of entries is given by the value of dppipNumber.
                 dppipLimitsEntry 1.3.6.1.4.1.2928.2.3.1.1.4.1 no-access
A DPP-IP interface limits entry containing limits for a particular interface.
                     dppipMaxFecMode 1.3.6.1.4.1.2928.2.3.1.1.4.1.1 fecmode read-only
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).
                     dppipMaxFecRows 1.3.6.1.4.1.2928.2.3.1.1.4.1.2 unsigned32 read-only
The DPP-IP interface's maximum number of data rows in the transmit side Forward Error Correction (FEC) matrix.
                     dppipMinFecRows 1.3.6.1.4.1.2928.2.3.1.1.4.1.3 unsigned32 read-only
The DPP-IP interface's minimum number of data rows in the transmit side Forward Error Correction (FEC) matrix.
                     dppipMaxFecCols 1.3.6.1.4.1.2928.2.3.1.1.4.1.4 unsigned32 read-only
The DPP-IP interface's maximum number of data columns in the transmit side Forward Error Correction (FEC) matrix.
                     dppipMinFecCols 1.3.6.1.4.1.2928.2.3.1.1.4.1.5 unsigned32 read-only
The DPP-IP interface's minimum number of data columns in the transmit side Forward Error Correction (FEC) matrix.
                     dppipMaxFecElems 1.3.6.1.4.1.2928.2.3.1.1.4.1.6 unsigned32 read-only
The DPP-IP interface's maximum number of data elements in the transmit side Forward Error Correction (FEC) matrix.
                     dppipMaxTxSlots 1.3.6.1.4.1.2928.2.3.1.1.4.1.7 unsigned32 read-only
The maximum number of slots per DTM frame that can be allocated at the DPP-IP transmit interface.
                     dppipMinTxSlots 1.3.6.1.4.1.2928.2.3.1.1.4.1.8 unsigned32 read-only
The minimum number of slots per DTM frame that can be allocated at the DPP-IP transmit interface.
                     dppipMaxTolJitter 1.3.6.1.4.1.2928.2.3.1.1.4.1.9 unsigned32 read-only
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.
                     dppipMinTolJitter 1.3.6.1.4.1.2928.2.3.1.1.4.1.10 unsigned32 read-only
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.
                     dppipDTSupport 1.3.6.1.4.1.2928.2.3.1.1.4.1.11 dppipsupport read-only
The local interface's maximum level of support for the Dynamic Trunk function.
                     dppipTTSupport 1.3.6.1.4.1.2928.2.3.1.1.4.1.12 dppipsupport read-only
The local interface's maximum level of support for the Time Transfer function.
             dppipPeerLimitsTable 1.3.6.1.4.1.2928.2.3.1.1.5 no-access
A list of DPP-IP interface limits entries. The number of entries is given by the value of dppipNumber.
                 dppipPeerLimitsEntry 1.3.6.1.4.1.2928.2.3.1.1.5.1 no-access
A DPP-IP interface peer limits entry containing limits for the peer of a particular interface.
                     dppipPeerMaxFecMode 1.3.6.1.4.1.2928.2.3.1.1.5.1.1 fecmode read-only
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).
                     dppipPeerMaxFecRows 1.3.6.1.4.1.2928.2.3.1.1.5.1.2 unsigned32 read-only
The peer interface's maximum number of data rows in the receive side Forward Error Correction (FEC) matrix.
                     dppipPeerMinFecRows 1.3.6.1.4.1.2928.2.3.1.1.5.1.3 unsigned32 read-only
The peer interface's minimum number of data rows in the receive side Forward Error Correction (FEC) matrix.
                     dppipPeerMaxFecCols 1.3.6.1.4.1.2928.2.3.1.1.5.1.4 unsigned32 read-only
The peer interface's maximum number of data columns in the receive side Forward Error Correction (FEC) matrix.
                     dppipPeerMinFecCols 1.3.6.1.4.1.2928.2.3.1.1.5.1.5 unsigned32 read-only
The peer interface's minimum number of data columns in the receive side Forward Error Correction (FEC) matrix.
                     dppipPeerMaxFecElems 1.3.6.1.4.1.2928.2.3.1.1.5.1.6 unsigned32 read-only
The peer interface's maximum number of data elements in the receive side Forward Error Correction (FEC) matrix.
                     dppipPeerMaxRxSlots 1.3.6.1.4.1.2928.2.3.1.1.5.1.7 unsigned32 read-only
The maximum number of slots per DTM frame that can be allocated at the receive interface in the peer.
                     dppipPeerMinRxSlots 1.3.6.1.4.1.2928.2.3.1.1.5.1.8 unsigned32 read-only
The minimum number of slots per DTM frame that can be allocated at the DPP-IP receive interface of the peer.
                     dppipPeerDTSupport 1.3.6.1.4.1.2928.2.3.1.1.5.1.9 dppipsupport read-only
The peer interface's maximum level of support for the Dynamic Trunk function.
                     dppipPeerTTSupport 1.3.6.1.4.1.2928.2.3.1.1.5.1.10 dppipsupport read-only
The peer interface's maximum level of support for the Time Transfer function.