DKT-RMON-MIB

MIB Reference — IPNetwork Monitor

All MIBsDKT-RMON-MIB

Organization: DKT A/S

Last Updated: 2008-12-17

Category: Vendor: DKT

Description:

DKT RMON MIB providing remote network monitoring statistics for traffic analysis on DKT network equipment.

Imported Objects

From DKT-MIB

dktMODULE-IDENTITY

From SNMPv2-CONF

OBJECT-GROUP

From SNMPv2-SMI

Counter32
Integer32
MODULE-IDENTITY
OBJECT-TYPE

What Is DKT-RMON-MIB?

DKT-RMON-MIB is a DKT vendor MIB providing Remote Network Monitoring (RMON)-style Ethernet statistics for traffic analysis on DKT network switching equipment, including per-port and CPU-port counters plus histogram and flush control objects. It exposes detailed traffic statistics such as good/bad octet counts, unicast/broadcast/multicast packet counts, FCS errors, and deferred transmissions for the CPU port, alongside controls to flush accumulated counters for all ports or a specific port. This MIB is used to monitor hardware/traffic performance status of the switch's ports, letting an operator use rmonCPUPortGetInBadOctets and rmonCPUPortGetOutFCSErr to detect a failing or noisy link, and rmonCPUPortGetDeferred to spot excessive collision/contention on the CPU-facing port. It follows the general RMON Ethernet statistics model (conceptually related to the IETF RMON MIB) though implemented as a vendor-specific DKT variant rather than the standard RMON MIB itself. It is typically deployed on DKT-based Ethernet switches where administrators need port-level traffic and error statistics for troubleshooting network performance. Engineers can download the DKT-RMON-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in DKT-RMON-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • good/bad octet counts
  • unicast/broadcast/multicast packet counts
  • FCS error count
  • deferred transmission count
  • per-port counter flush/reset capability
  • histogram mode setting

Supported Devices

  • DKT Ethernet switch

Monitoring Examples

An operator would poll rmonCPUPortGetInGoodOctetsLo/Hi and rmonCPUPortGetInBadOctets to gauge the volume of clean versus corrupted traffic entering the CPU port, and check rmonCPUPortGetOutFCSErr for rising frame-check-sequence errors indicating a cabling or duplex-mismatch problem. Using rmonFlushPortCounter to reset a specific port's counters after remediation, then re-polling rmonCPUPortGetInUnicasts/InBroadcasts/InMulticasts and rmonCPUPortGetOctets64, would confirm whether the error rate has returned to normal.

OIDs
OID symbolicOID numericTypeAccessDescription
rmonMIB1.3.6.1.4.1.27304.13DKT RMON Ethernet statistics MIB.
INT rmonHistogramMode1.3.6.1.4.1.27304.13.1INTEGERread-writeSets the mode of statistics capture. 0 = Rx only, 1 = Tx only, 2 = Sum of Rx and Tx.
INT rmonFlushAllCounter1.3.6.1.4.1.27304.13.2INTEGERwrite-onlySet to 1 for clearing all counters on all ports
INT rmonFlushPortCounter1.3.6.1.4.1.27304.13.3INTEGERwrite-onlySet to 1 for clearing all counters on a ports, input parameter is port number
rmonPorts1.3.6.1.4.1.27304.13.4
rmonCPUPort1.3.6.1.4.1.27304.13.4.1
I32 rmonCPUPortGetInGoodOctetsLo1.3.6.1.4.1.27304.13.4.1.1Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad.
I32 rmonCPUPortGetInGoodOctetsHi1.3.6.1.4.1.27304.13.4.1.2Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad.
I32 rmonCPUPortGetInBadOctets1.3.6.1.4.1.27304.13.4.1.3Integer32read-onlyThe sum of lengths of all bad Ethernet frames received not counting Preamble
I32 rmonCPUPortGetOutFCSErr1.3.6.1.4.1.27304.13.4.1.4Integer32read-onlyThe number of frames transmitted incorrectly due to an internal MAC transmit error, for example, bad CRC detected when the frame was read from memory
I32 rmonCPUPortGetInUnicasts1.3.6.1.4.1.27304.13.4.1.5Integer32read-onlyThe number of good frames received that have a Unicast destination address
I32 rmonCPUPortGetDeferred1.3.6.1.4.1.27304.13.4.1.6Integer32read-onlyThe total number of succesfully transmitted frames that were delayed because the medium was busy during the first attempt and when the frame was transmitted without any collisions (the counter is valid in half-duplex mode only)
I32 rmonCPUPortGetInBroadcasts1.3.6.1.4.1.27304.13.4.1.7Integer32read-onlyThe number of good frames received that have a Broadcast destination MAC address
I32 rmonCPUPortGetInMulticasts1.3.6.1.4.1.27304.13.4.1.8Integer32read-onlyThe number of good frames received that have a Multicast destination MAC address
I32 rmonCPUPortGetOctets641.3.6.1.4.1.27304.13.4.1.9Integer32read-onlyTotal frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors
I32 rmonCPUPortGetOctets1271.3.6.1.4.1.27304.13.4.1.10Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors
I32 rmonCPUPortGetOctets2551.3.6.1.4.1.27304.13.4.1.11Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors
I32 rmonCPUPortGetOctets5111.3.6.1.4.1.27304.13.4.1.12Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors
I32 rmonCPUPortGetOctets10231.3.6.1.4.1.27304.13.4.1.13Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors
I32 rmonCPUPortGetOctetsMax1.3.6.1.4.1.27304.13.4.1.14Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors
I32 rmonCPUPortGetOutOctetsLo1.3.6.1.4.1.27304.13.4.1.15Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonCPUPortGetOutOctetsHi1.3.6.1.4.1.27304.13.4.1.16Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonCPUPortGetOutUnicasts1.3.6.1.4.1.27304.13.4.1.17Integer32read-onlyThe number of frames sent that have a Unicast destination MAC address
I32 rmonCPUPortGetExcessive1.3.6.1.4.1.27304.13.4.1.18Integer32read-onlyThe number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only
I32 rmonCPUPortGetOutMulticasts1.3.6.1.4.1.27304.13.4.1.19Integer32read-onlyThe number of frames sent that have a Multicast destination MAC address
I32 rmonCPUPortGetOutBroadcasts1.3.6.1.4.1.27304.13.4.1.20Integer32read-onlyThe number of frames sent that have a Broadcast destination MAC address
I32 rmonCPUPortGetSingle1.3.6.1.4.1.27304.13.4.1.21Integer32read-onlyThe total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only
I32 rmonCPUPortGetOutPause1.3.6.1.4.1.27304.13.4.1.22Integer32read-onlyThe number of flow control Pause frames sent
I32 rmonCPUPortGetInPause1.3.6.1.4.1.27304.13.4.1.23Integer32read-onlyThe number of flow control Pause frames received
I32 rmonCPUPortGetMultiple1.3.6.1.4.1.27304.13.4.1.24Integer32read-onlyThe total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only
I32 rmonCPUPortGetUndersize1.3.6.1.4.1.27304.13.4.1.25Integer32read-onlyTotal frames received with a length of less than 64 octets but with a valid FCS
I32 rmonCPUPortGetFragments1.3.6.1.4.1.27304.13.4.1.26Integer32read-onlyTotal frames received with a length of less than 64 octets and an invalid FCS
I32 rmonCPUPortGetOversize1.3.6.1.4.1.27304.13.4.1.27Integer32read-onlyTotal frames received with a length more than MaxSize octets but with a valid FCS
I32 rmonCPUPortGetJabber1.3.6.1.4.1.27304.13.4.1.28Integer32read-onlyTotal frames received with a length more than MaxSize octets and an invalid FCS
I32 rmonCPUPortGetInMACRcvErr1.3.6.1.4.1.27304.13.4.1.29Integer32read-onlyTotal frames received with an Rx_Error event seen by the receive side of the MAC
I32 rmonCPUPortGetInFCSErr1.3.6.1.4.1.27304.13.4.1.30Integer32read-onlyTotal frames received with a CRC error not counted in InFragments, InnJabber
I32 rmonCPUPortGetCollisions1.3.6.1.4.1.27304.13.4.1.31Integer32read-onlyThe number of collision events seen by the MAC not including those counted in Late and Excessive
I32 rmonCPUPortGetLate1.3.6.1.4.1.27304.13.4.1.32Integer32read-onlyThe number of Late collision events seen by the MAC
rmonWANPort1.3.6.1.4.1.27304.13.4.2
I32 rmonWANPortGetInGoodOctetsLo1.3.6.1.4.1.27304.13.4.2.1Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad.
I32 rmonWANPortGetInGoodOctetsHi1.3.6.1.4.1.27304.13.4.2.2Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad.
I32 rmonWANPortGetInBadOctets1.3.6.1.4.1.27304.13.4.2.3Integer32read-onlyThe sum of lengths of all bad Ethernet frames received not counting Preamble
I32 rmonWANPortGetOutFCSErr1.3.6.1.4.1.27304.13.4.2.4Integer32read-onlyThe number of frames transmitted incorrectly due to an internal MAC transmit error, for example, bad CRC detected when the frame was read from memory
I32 rmonWANPortGetInUnicasts1.3.6.1.4.1.27304.13.4.2.5Integer32read-onlyThe number of good frames received that have a Unicast destination address
I32 rmonWANPortGetDeferred1.3.6.1.4.1.27304.13.4.2.6Integer32read-onlyThe total number of succesfully transmitted frames that were delayed because the medium was busy during the first attempt and when the frame was transmitted without any collisions (the counter is valid in half-duplex mode only)
I32 rmonWANPortGetInBroadcasts1.3.6.1.4.1.27304.13.4.2.7Integer32read-onlyThe number of good frames received that have a Broadcast destination MAC address
I32 rmonWANPortGetInMulticasts1.3.6.1.4.1.27304.13.4.2.8Integer32read-onlyThe number of good frames received that have a Multicast destination MAC address
I32 rmonWANPortGetOctets641.3.6.1.4.1.27304.13.4.2.9Integer32read-onlyTotal frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors
I32 rmonWANPortGetOctets1271.3.6.1.4.1.27304.13.4.2.10Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors
I32 rmonWANPortGetOctets2551.3.6.1.4.1.27304.13.4.2.11Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors
I32 rmonWANPortGetOctets5111.3.6.1.4.1.27304.13.4.2.12Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors
I32 rmonWANPortGetOctets10231.3.6.1.4.1.27304.13.4.2.13Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors
I32 rmonWANPortGetOctetsMax1.3.6.1.4.1.27304.13.4.2.14Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors
I32 rmonWANPortGetOutOctetsLo1.3.6.1.4.1.27304.13.4.2.15Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonWANPortGetOutOctetsHi1.3.6.1.4.1.27304.13.4.2.16Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonWANPortGetOutUnicasts1.3.6.1.4.1.27304.13.4.2.17Integer32read-onlyThe number of frames sent that have a Unicast destination MAC address
I32 rmonWANPortGetExcessive1.3.6.1.4.1.27304.13.4.2.18Integer32read-onlyThe number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only
I32 rmonWANPortGetOutMulticasts1.3.6.1.4.1.27304.13.4.2.19Integer32read-onlyThe number of frames sent that have a Multicast destination MAC address
I32 rmonWANPortGetOutBroadcasts1.3.6.1.4.1.27304.13.4.2.20Integer32read-onlyThe number of frames sent that have a Broadcast destination MAC address
I32 rmonWANPortGetSingle1.3.6.1.4.1.27304.13.4.2.21Integer32read-onlyThe total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only
I32 rmonWANPortGetOutPause1.3.6.1.4.1.27304.13.4.2.22Integer32read-onlyThe number of flow control Pause frames sent
I32 rmonWANPortGetInPause1.3.6.1.4.1.27304.13.4.2.23Integer32read-onlyThe number of flow control Pause frames received
I32 rmonWANPortGetMultiple1.3.6.1.4.1.27304.13.4.2.24Integer32read-onlyThe total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only
I32 rmonWANPortGetUndersize1.3.6.1.4.1.27304.13.4.2.25Integer32read-onlyTotal frames received with a length of less than 64 octets but with a valid FCS
I32 rmonWANPortGetFragments1.3.6.1.4.1.27304.13.4.2.26Integer32read-onlyTotal frames received with a length of less than 64 octets and an invalid FCS
I32 rmonWANPortGetOversize1.3.6.1.4.1.27304.13.4.2.27Integer32read-onlyTotal frames received with a length more than MaxSize octets but with a valid FCS
I32 rmonWANPortGetJabber1.3.6.1.4.1.27304.13.4.2.28Integer32read-onlyTotal frames received with a length more than MaxSize octets and an invalid FCS
I32 rmonWANPortGetInMACRcvErr1.3.6.1.4.1.27304.13.4.2.29Integer32read-onlyTotal frames received with an Rx_Error event seen by the receive side of the MAC
I32 rmonWANPortGetInFCSErr1.3.6.1.4.1.27304.13.4.2.30Integer32read-onlyTotal frames received with a CRC error not counted in InFragments, InnJabber
I32 rmonWANPortGetCollisions1.3.6.1.4.1.27304.13.4.2.31Integer32read-onlyThe number of collision events seen by the MAC not including those counted in Late and Excessive
I32 rmonWANPortGetLate1.3.6.1.4.1.27304.13.4.2.32Integer32read-onlyThe number of Late collision events seen by the MAC
rmonLAN1Port1.3.6.1.4.1.27304.13.4.3
I32 rmonLAN1PortGetInGoodOctetsLo1.3.6.1.4.1.27304.13.4.3.1Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad.
I32 rmonLAN1PortGetInGoodOctetsHi1.3.6.1.4.1.27304.13.4.3.2Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad.
I32 rmonLAN1PortGetInBadOctets1.3.6.1.4.1.27304.13.4.3.3Integer32read-onlyThe sum of lengths of all bad Ethernet frames received not counting Preamble
I32 rmonLAN1PortGetOutFCSErr1.3.6.1.4.1.27304.13.4.3.4Integer32read-onlyThe number of frames transmitted incorrectly due to an internal MAC transmit error, for example, bad CRC detected when the frame was read from memory
I32 rmonLAN1PortGetInUnicasts1.3.6.1.4.1.27304.13.4.3.5Integer32read-onlyThe number of good frames received that have a Unicast destination address
I32 rmonLAN1PortGetDeferred1.3.6.1.4.1.27304.13.4.3.6Integer32read-onlyThe total number of succesfully transmitted frames that were delayed because the medium was busy during the first attempt and when the frame was transmitted without any collisions (the counter is valid in half-duplex mode only)
I32 rmonLAN1PortGetInBroadcasts1.3.6.1.4.1.27304.13.4.3.7Integer32read-onlyThe number of good frames received that have a Broadcast destination MAC address
I32 rmonLAN1PortGetInMulticasts1.3.6.1.4.1.27304.13.4.3.8Integer32read-onlyThe number of good frames received that have a Multicast destination MAC address
I32 rmonLAN1PortGetOctets641.3.6.1.4.1.27304.13.4.3.9Integer32read-onlyTotal frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors
I32 rmonLAN1PortGetOctets1271.3.6.1.4.1.27304.13.4.3.10Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors
I32 rmonLAN1PortGetOctets2551.3.6.1.4.1.27304.13.4.3.11Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors
I32 rmonLAN1PortGetOctets5111.3.6.1.4.1.27304.13.4.3.12Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors
I32 rmonLAN1PortGetOctets10231.3.6.1.4.1.27304.13.4.3.13Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors
I32 rmonLAN1PortGetOctetsMax1.3.6.1.4.1.27304.13.4.3.14Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors
I32 rmonLAN1PortGetOutOctetsLo1.3.6.1.4.1.27304.13.4.3.15Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonLAN1PortGetOutOctetsHi1.3.6.1.4.1.27304.13.4.3.16Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonLAN1PortGetOutUnicasts1.3.6.1.4.1.27304.13.4.3.17Integer32read-onlyThe number of frames sent that have a Unicast destination MAC address
I32 rmonLAN1PortGetExcessive1.3.6.1.4.1.27304.13.4.3.18Integer32read-onlyThe number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only
I32 rmonLAN1PortGetOutMulticasts1.3.6.1.4.1.27304.13.4.3.19Integer32read-onlyThe number of frames sent that have a Multicast destination MAC address
I32 rmonLAN1PortGetOutBroadcasts1.3.6.1.4.1.27304.13.4.3.20Integer32read-onlyThe number of frames sent that have a Broadcast destination MAC address
I32 rmonLAN1PortGetSingle1.3.6.1.4.1.27304.13.4.3.21Integer32read-onlyThe total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only
I32 rmonLAN1PortGetOutPause1.3.6.1.4.1.27304.13.4.3.22Integer32read-onlyThe number of flow control Pause frames sent
I32 rmonLAN1PortGetInPause1.3.6.1.4.1.27304.13.4.3.23Integer32read-onlyThe number of flow control Pause frames received
I32 rmonLAN1PortGetMultiple1.3.6.1.4.1.27304.13.4.3.24Integer32read-onlyThe total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only
I32 rmonLAN1PortGetUndersize1.3.6.1.4.1.27304.13.4.3.25Integer32read-onlyTotal frames received with a length of less than 64 octets but with a valid FCS
I32 rmonLAN1PortGetFragments1.3.6.1.4.1.27304.13.4.3.26Integer32read-onlyTotal frames received with a length of less than 64 octets and an invalid FCS
I32 rmonLAN1PortGetOversize1.3.6.1.4.1.27304.13.4.3.27Integer32read-onlyTotal frames received with a length more than MaxSize octets but with a valid FCS
I32 rmonLAN1PortGetJabber1.3.6.1.4.1.27304.13.4.3.28Integer32read-onlyTotal frames received with a length more than MaxSize octets and an invalid FCS
I32 rmonLAN1PortGetInMACRcvErr1.3.6.1.4.1.27304.13.4.3.29Integer32read-onlyTotal frames received with an Rx_Error event seen by the receive side of the MAC
I32 rmonLAN1PortGetInFCSErr1.3.6.1.4.1.27304.13.4.3.30Integer32read-onlyTotal frames received with a CRC error not counted in InFragments, InnJabber
I32 rmonLAN1PortGetCollisions1.3.6.1.4.1.27304.13.4.3.31Integer32read-onlyThe number of collision events seen by the MAC not including those counted in Late and Excessive
I32 rmonLAN1PortGetLate1.3.6.1.4.1.27304.13.4.3.32Integer32read-onlyThe number of Late collision events seen by the MAC
rmonLAN2Port1.3.6.1.4.1.27304.13.4.4
I32 rmonLAN2PortGetInGoodOctetsLo1.3.6.1.4.1.27304.13.4.4.1Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad.
I32 rmonLAN2PortGetInGoodOctetsHi1.3.6.1.4.1.27304.13.4.4.2Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad.
I32 rmonLAN2PortGetInBadOctets1.3.6.1.4.1.27304.13.4.4.3Integer32read-onlyThe sum of lengths of all bad Ethernet frames received not counting Preamble
I32 rmonLAN2PortGetOutFCSErr1.3.6.1.4.1.27304.13.4.4.4Integer32read-onlyThe number of frames transmitted incorrectly due to an internal MAC transmit error, for example, bad CRC detected when the frame was read from memory
I32 rmonLAN2PortGetInUnicasts1.3.6.1.4.1.27304.13.4.4.5Integer32read-onlyThe number of good frames received that have a Unicast destination address
I32 rmonLAN2PortGetDeferred1.3.6.1.4.1.27304.13.4.4.6Integer32read-onlyThe total number of succesfully transmitted frames that were delayed because the medium was busy during the first attempt and when the frame was transmitted without any collisions (the counter is valid in half-duplex mode only)
I32 rmonLAN2PortGetInBroadcasts1.3.6.1.4.1.27304.13.4.4.7Integer32read-onlyThe number of good frames received that have a Broadcast destination MAC address
I32 rmonLAN2PortGetInMulticasts1.3.6.1.4.1.27304.13.4.4.8Integer32read-onlyThe number of good frames received that have a Multicast destination MAC address
I32 rmonLAN2PortGetOctets641.3.6.1.4.1.27304.13.4.4.9Integer32read-onlyTotal frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors
I32 rmonLAN2PortGetOctets1271.3.6.1.4.1.27304.13.4.4.10Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors
I32 rmonLAN2PortGetOctets2551.3.6.1.4.1.27304.13.4.4.11Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors
I32 rmonLAN2PortGetOctets5111.3.6.1.4.1.27304.13.4.4.12Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors
I32 rmonLAN2PortGetOctets10231.3.6.1.4.1.27304.13.4.4.13Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors
I32 rmonLAN2PortGetOctetsMax1.3.6.1.4.1.27304.13.4.4.14Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors
I32 rmonLAN2PortGetOutOctetsLo1.3.6.1.4.1.27304.13.4.4.15Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonLAN2PortGetOutOctetsHi1.3.6.1.4.1.27304.13.4.4.16Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonLAN2PortGetOutUnicasts1.3.6.1.4.1.27304.13.4.4.17Integer32read-onlyThe number of frames sent that have a Unicast destination MAC address
I32 rmonLAN2PortGetExcessive1.3.6.1.4.1.27304.13.4.4.18Integer32read-onlyThe number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only
I32 rmonLAN2PortGetOutMulticasts1.3.6.1.4.1.27304.13.4.4.19Integer32read-onlyThe number of frames sent that have a Multicast destination MAC address
I32 rmonLAN2PortGetOutBroadcasts1.3.6.1.4.1.27304.13.4.4.20Integer32read-onlyThe number of frames sent that have a Broadcast destination MAC address
I32 rmonLAN2PortGetSingle1.3.6.1.4.1.27304.13.4.4.21Integer32read-onlyThe total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only
I32 rmonLAN2PortGetOutPause1.3.6.1.4.1.27304.13.4.4.22Integer32read-onlyThe number of flow control Pause frames sent
I32 rmonLAN2PortGetInPause1.3.6.1.4.1.27304.13.4.4.23Integer32read-onlyThe number of flow control Pause frames received
I32 rmonLAN2PortGetMultiple1.3.6.1.4.1.27304.13.4.4.24Integer32read-onlyThe total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only
I32 rmonLAN2PortGetUndersize1.3.6.1.4.1.27304.13.4.4.25Integer32read-onlyTotal frames received with a length of less than 64 octets but with a valid FCS
I32 rmonLAN2PortGetFragments1.3.6.1.4.1.27304.13.4.4.26Integer32read-onlyTotal frames received with a length of less than 64 octets and an invalid FCS
I32 rmonLAN2PortGetOversize1.3.6.1.4.1.27304.13.4.4.27Integer32read-onlyTotal frames received with a length more than MaxSize octets but with a valid FCS
I32 rmonLAN2PortGetJabber1.3.6.1.4.1.27304.13.4.4.28Integer32read-onlyTotal frames received with a length more than MaxSize octets and an invalid FCS
I32 rmonLAN2PortGetInMACRcvErr1.3.6.1.4.1.27304.13.4.4.29Integer32read-onlyTotal frames received with an Rx_Error event seen by the receive side of the MAC
I32 rmonLAN2PortGetInFCSErr1.3.6.1.4.1.27304.13.4.4.30Integer32read-onlyTotal frames received with a CRC error not counted in InFragments, InnJabber
I32 rmonLAN2PortGetCollisions1.3.6.1.4.1.27304.13.4.4.31Integer32read-onlyThe number of collision events seen by the MAC not including those counted in Late and Excessive
I32 rmonLAN2PortGetLate1.3.6.1.4.1.27304.13.4.4.32Integer32read-onlyThe number of Late collision events seen by the MAC
rmonLAN3Port1.3.6.1.4.1.27304.13.4.5
I32 rmonLAN3PortGetInGoodOctetsLo1.3.6.1.4.1.27304.13.4.5.1Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad.
I32 rmonLAN3PortGetInGoodOctetsHi1.3.6.1.4.1.27304.13.4.5.2Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad.
I32 rmonLAN3PortGetInBadOctets1.3.6.1.4.1.27304.13.4.5.3Integer32read-onlyThe sum of lengths of all bad Ethernet frames received not counting Preamble
I32 rmonLAN3PortGetOutFCSErr1.3.6.1.4.1.27304.13.4.5.4Integer32read-onlyThe number of frames transmitted incorrectly due to an internal MAC transmit error, for example, bad CRC detected when the frame was read from memory
I32 rmonLAN3PortGetInUnicasts1.3.6.1.4.1.27304.13.4.5.5Integer32read-onlyThe number of good frames received that have a Unicast destination address
I32 rmonLAN3PortGetDeferred1.3.6.1.4.1.27304.13.4.5.6Integer32read-onlyThe total number of succesfully transmitted frames that were delayed because the medium was busy during the first attempt and when the frame was transmitted without any collisions (the counter is valid in half-duplex mode only)
I32 rmonLAN3PortGetInBroadcasts1.3.6.1.4.1.27304.13.4.5.7Integer32read-onlyThe number of good frames received that have a Broadcast destination MAC address
I32 rmonLAN3PortGetInMulticasts1.3.6.1.4.1.27304.13.4.5.8Integer32read-onlyThe number of good frames received that have a Multicast destination MAC address
I32 rmonLAN3PortGetOctets641.3.6.1.4.1.27304.13.4.5.9Integer32read-onlyTotal frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors
I32 rmonLAN3PortGetOctets1271.3.6.1.4.1.27304.13.4.5.10Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors
I32 rmonLAN3PortGetOctets2551.3.6.1.4.1.27304.13.4.5.11Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors
I32 rmonLAN3PortGetOctets5111.3.6.1.4.1.27304.13.4.5.12Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors
I32 rmonLAN3PortGetOctets10231.3.6.1.4.1.27304.13.4.5.13Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors
I32 rmonLAN3PortGetOctetsMax1.3.6.1.4.1.27304.13.4.5.14Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors
I32 rmonLAN3PortGetOutOctetsLo1.3.6.1.4.1.27304.13.4.5.15Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonLAN3PortGetOutOctetsHi1.3.6.1.4.1.27304.13.4.5.16Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonLAN3PortGetOutUnicasts1.3.6.1.4.1.27304.13.4.5.17Integer32read-onlyThe number of frames sent that have a Unicast destination MAC address
I32 rmonLAN3PortGetExcessive1.3.6.1.4.1.27304.13.4.5.18Integer32read-onlyThe number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only
I32 rmonLAN3PortGetOutMulticasts1.3.6.1.4.1.27304.13.4.5.19Integer32read-onlyThe number of frames sent that have a Multicast destination MAC address
I32 rmonLAN3PortGetOutBroadcasts1.3.6.1.4.1.27304.13.4.5.20Integer32read-onlyThe number of frames sent that have a Broadcast destination MAC address
I32 rmonLAN3PortGetSingle1.3.6.1.4.1.27304.13.4.5.21Integer32read-onlyThe total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only
I32 rmonLAN3PortGetOutPause1.3.6.1.4.1.27304.13.4.5.22Integer32read-onlyThe number of flow control Pause frames sent
I32 rmonLAN3PortGetInPause1.3.6.1.4.1.27304.13.4.5.23Integer32read-onlyThe number of flow control Pause frames received
I32 rmonLAN3PortGetMultiple1.3.6.1.4.1.27304.13.4.5.24Integer32read-onlyThe total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only
I32 rmonLAN3PortGetUndersize1.3.6.1.4.1.27304.13.4.5.25Integer32read-onlyTotal frames received with a length of less than 64 octets but with a valid FCS
I32 rmonLAN3PortGetFragments1.3.6.1.4.1.27304.13.4.5.26Integer32read-onlyTotal frames received with a length of less than 64 octets and an invalid FCS
I32 rmonLAN3PortGetOversize1.3.6.1.4.1.27304.13.4.5.27Integer32read-onlyTotal frames received with a length more than MaxSize octets but with a valid FCS
I32 rmonLAN3PortGetJabber1.3.6.1.4.1.27304.13.4.5.28Integer32read-onlyTotal frames received with a length more than MaxSize octets and an invalid FCS
I32 rmonLAN3PortGetInMACRcvErr1.3.6.1.4.1.27304.13.4.5.29Integer32read-onlyTotal frames received with an Rx_Error event seen by the receive side of the MAC
I32 rmonLAN3PortGetInFCSErr1.3.6.1.4.1.27304.13.4.5.30Integer32read-onlyTotal frames received with a CRC error not counted in InFragments, InnJabber
I32 rmonLAN3PortGetCollisions1.3.6.1.4.1.27304.13.4.5.31Integer32read-onlyThe number of collision events seen by the MAC not including those counted in Late and Excessive
I32 rmonLAN3PortGetLate1.3.6.1.4.1.27304.13.4.5.32Integer32read-onlyThe number of Late collision events seen by the MAC
rmonLAN4Port1.3.6.1.4.1.27304.13.4.6
I32 rmonLAN4PortGetInGoodOctetsLo1.3.6.1.4.1.27304.13.4.6.1Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad.
I32 rmonLAN4PortGetInGoodOctetsHi1.3.6.1.4.1.27304.13.4.6.2Integer32read-onlyThe sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad.
I32 rmonLAN4PortGetInBadOctets1.3.6.1.4.1.27304.13.4.6.3Integer32read-onlyThe sum of lengths of all bad Ethernet frames received not counting Preamble
I32 rmonLAN4PortGetOutFCSErr1.3.6.1.4.1.27304.13.4.6.4Integer32read-onlyThe number of frames transmitted incorrectly due to an internal MAC transmit error, for example, bad CRC detected when the frame was read from memory
I32 rmonLAN4PortGetInUnicasts1.3.6.1.4.1.27304.13.4.6.5Integer32read-onlyThe number of good frames received that have a Unicast destination address
I32 rmonLAN4PortGetDeferred1.3.6.1.4.1.27304.13.4.6.6Integer32read-onlyThe total number of succesfully transmitted frames that were delayed because the medium was busy during the first attempt and when the frame was transmitted without any collisions (the counter is valid in half-duplex mode only)
I32 rmonLAN4PortGetInBroadcasts1.3.6.1.4.1.27304.13.4.6.7Integer32read-onlyThe number of good frames received that have a Broadcast destination MAC address
I32 rmonLAN4PortGetInMulticasts1.3.6.1.4.1.27304.13.4.6.8Integer32read-onlyThe number of good frames received that have a Multicast destination MAC address
I32 rmonLAN4PortGetOctets641.3.6.1.4.1.27304.13.4.6.9Integer32read-onlyTotal frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors
I32 rmonLAN4PortGetOctets1271.3.6.1.4.1.27304.13.4.6.10Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors
I32 rmonLAN4PortGetOctets2551.3.6.1.4.1.27304.13.4.6.11Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors
I32 rmonLAN4PortGetOctets5111.3.6.1.4.1.27304.13.4.6.12Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors
I32 rmonLAN4PortGetOctets10231.3.6.1.4.1.27304.13.4.6.13Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors
I32 rmonLAN4PortGetOctetsMax1.3.6.1.4.1.27304.13.4.6.14Integer32read-onlyTotal frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors
I32 rmonLAN4PortGetOutOctetsLo1.3.6.1.4.1.27304.13.4.6.15Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonLAN4PortGetOutOctetsHi1.3.6.1.4.1.27304.13.4.6.16Integer32read-onlyThe sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions.
I32 rmonLAN4PortGetOutUnicasts1.3.6.1.4.1.27304.13.4.6.17Integer32read-onlyThe number of frames sent that have a Unicast destination MAC address
I32 rmonLAN4PortGetExcessive1.3.6.1.4.1.27304.13.4.6.18Integer32read-onlyThe number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only
I32 rmonLAN4PortGetOutMulticasts1.3.6.1.4.1.27304.13.4.6.19Integer32read-onlyThe number of frames sent that have a Multicast destination MAC address
I32 rmonLAN4PortGetOutBroadcasts1.3.6.1.4.1.27304.13.4.6.20Integer32read-onlyThe number of frames sent that have a Broadcast destination MAC address
I32 rmonLAN4PortGetSingle1.3.6.1.4.1.27304.13.4.6.21Integer32read-onlyThe total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only
I32 rmonLAN4PortGetOutPause1.3.6.1.4.1.27304.13.4.6.22Integer32read-onlyThe number of flow control Pause frames sent
I32 rmonLAN4PortGetInPause1.3.6.1.4.1.27304.13.4.6.23Integer32read-onlyThe number of flow control Pause frames received
I32 rmonLAN4PortGetMultiple1.3.6.1.4.1.27304.13.4.6.24Integer32read-onlyThe total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only
I32 rmonLAN4PortGetUndersize1.3.6.1.4.1.27304.13.4.6.25Integer32read-onlyTotal frames received with a length of less than 64 octets but with a valid FCS
I32 rmonLAN4PortGetFragments1.3.6.1.4.1.27304.13.4.6.26Integer32read-onlyTotal frames received with a length of less than 64 octets and an invalid FCS
I32 rmonLAN4PortGetOversize1.3.6.1.4.1.27304.13.4.6.27Integer32read-onlyTotal frames received with a length more than MaxSize octets but with a valid FCS
I32 rmonLAN4PortGetJabber1.3.6.1.4.1.27304.13.4.6.28Integer32read-onlyTotal frames received with a length more than MaxSize octets and an invalid FCS
I32 rmonLAN4PortGetInMACRcvErr1.3.6.1.4.1.27304.13.4.6.29Integer32read-onlyTotal frames received with an Rx_Error event seen by the receive side of the MAC
I32 rmonLAN4PortGetInFCSErr1.3.6.1.4.1.27304.13.4.6.30Integer32read-onlyTotal frames received with a CRC error not counted in InFragments, InnJabber
I32 rmonLAN4PortGetCollisions1.3.6.1.4.1.27304.13.4.6.31Integer32read-onlyThe number of collision events seen by the MAC not including those counted in Late and Excessive
I32 rmonLAN4PortGetLate1.3.6.1.4.1.27304.13.4.6.32Integer32read-onlyThe number of Late collision events seen by the MAC
rmonModuleGroup1.3.6.1.4.1.27304.13.5The objects are related to the DKTCOMEGA Fast Ethernet module, MIB rev 02_00.

RFC description

DKT Ethernet Remote Monitoring (RMON) statistics MIB for port-level packet and octet counters.

Start monitoring DKT A/S Ethernet switch (RMON statistics) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download DKT-RMON-MIB