All MIBs › DKT-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
| dkt | MODULE-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 symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| rmonMIB | 1.3.6.1.4.1.27304.13 | DKT RMON Ethernet statistics MIB. | ||
| INT rmonHistogramMode | 1.3.6.1.4.1.27304.13.1 | INTEGER | read-write | Sets the mode of statistics capture. 0 = Rx only, 1 = Tx only, 2 = Sum of Rx and Tx. |
| INT rmonFlushAllCounter | 1.3.6.1.4.1.27304.13.2 | INTEGER | write-only | Set to 1 for clearing all counters on all ports |
| INT rmonFlushPortCounter | 1.3.6.1.4.1.27304.13.3 | INTEGER | write-only | Set to 1 for clearing all counters on a ports, input parameter is port number |
| rmonPorts | 1.3.6.1.4.1.27304.13.4 | |||
| rmonCPUPort | 1.3.6.1.4.1.27304.13.4.1 | |||
| I32 rmonCPUPortGetInGoodOctetsLo | 1.3.6.1.4.1.27304.13.4.1.1 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad. |
| I32 rmonCPUPortGetInGoodOctetsHi | 1.3.6.1.4.1.27304.13.4.1.2 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad. |
| I32 rmonCPUPortGetInBadOctets | 1.3.6.1.4.1.27304.13.4.1.3 | Integer32 | read-only | The sum of lengths of all bad Ethernet frames received not counting Preamble |
| I32 rmonCPUPortGetOutFCSErr | 1.3.6.1.4.1.27304.13.4.1.4 | Integer32 | read-only | The 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 rmonCPUPortGetInUnicasts | 1.3.6.1.4.1.27304.13.4.1.5 | Integer32 | read-only | The number of good frames received that have a Unicast destination address |
| I32 rmonCPUPortGetDeferred | 1.3.6.1.4.1.27304.13.4.1.6 | Integer32 | read-only | The 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 rmonCPUPortGetInBroadcasts | 1.3.6.1.4.1.27304.13.4.1.7 | Integer32 | read-only | The number of good frames received that have a Broadcast destination MAC address |
| I32 rmonCPUPortGetInMulticasts | 1.3.6.1.4.1.27304.13.4.1.8 | Integer32 | read-only | The number of good frames received that have a Multicast destination MAC address |
| I32 rmonCPUPortGetOctets64 | 1.3.6.1.4.1.27304.13.4.1.9 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors |
| I32 rmonCPUPortGetOctets127 | 1.3.6.1.4.1.27304.13.4.1.10 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors |
| I32 rmonCPUPortGetOctets255 | 1.3.6.1.4.1.27304.13.4.1.11 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors |
| I32 rmonCPUPortGetOctets511 | 1.3.6.1.4.1.27304.13.4.1.12 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors |
| I32 rmonCPUPortGetOctets1023 | 1.3.6.1.4.1.27304.13.4.1.13 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors |
| I32 rmonCPUPortGetOctetsMax | 1.3.6.1.4.1.27304.13.4.1.14 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors |
| I32 rmonCPUPortGetOutOctetsLo | 1.3.6.1.4.1.27304.13.4.1.15 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonCPUPortGetOutOctetsHi | 1.3.6.1.4.1.27304.13.4.1.16 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonCPUPortGetOutUnicasts | 1.3.6.1.4.1.27304.13.4.1.17 | Integer32 | read-only | The number of frames sent that have a Unicast destination MAC address |
| I32 rmonCPUPortGetExcessive | 1.3.6.1.4.1.27304.13.4.1.18 | Integer32 | read-only | The number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only |
| I32 rmonCPUPortGetOutMulticasts | 1.3.6.1.4.1.27304.13.4.1.19 | Integer32 | read-only | The number of frames sent that have a Multicast destination MAC address |
| I32 rmonCPUPortGetOutBroadcasts | 1.3.6.1.4.1.27304.13.4.1.20 | Integer32 | read-only | The number of frames sent that have a Broadcast destination MAC address |
| I32 rmonCPUPortGetSingle | 1.3.6.1.4.1.27304.13.4.1.21 | Integer32 | read-only | The total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only |
| I32 rmonCPUPortGetOutPause | 1.3.6.1.4.1.27304.13.4.1.22 | Integer32 | read-only | The number of flow control Pause frames sent |
| I32 rmonCPUPortGetInPause | 1.3.6.1.4.1.27304.13.4.1.23 | Integer32 | read-only | The number of flow control Pause frames received |
| I32 rmonCPUPortGetMultiple | 1.3.6.1.4.1.27304.13.4.1.24 | Integer32 | read-only | The total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only |
| I32 rmonCPUPortGetUndersize | 1.3.6.1.4.1.27304.13.4.1.25 | Integer32 | read-only | Total frames received with a length of less than 64 octets but with a valid FCS |
| I32 rmonCPUPortGetFragments | 1.3.6.1.4.1.27304.13.4.1.26 | Integer32 | read-only | Total frames received with a length of less than 64 octets and an invalid FCS |
| I32 rmonCPUPortGetOversize | 1.3.6.1.4.1.27304.13.4.1.27 | Integer32 | read-only | Total frames received with a length more than MaxSize octets but with a valid FCS |
| I32 rmonCPUPortGetJabber | 1.3.6.1.4.1.27304.13.4.1.28 | Integer32 | read-only | Total frames received with a length more than MaxSize octets and an invalid FCS |
| I32 rmonCPUPortGetInMACRcvErr | 1.3.6.1.4.1.27304.13.4.1.29 | Integer32 | read-only | Total frames received with an Rx_Error event seen by the receive side of the MAC |
| I32 rmonCPUPortGetInFCSErr | 1.3.6.1.4.1.27304.13.4.1.30 | Integer32 | read-only | Total frames received with a CRC error not counted in InFragments, InnJabber |
| I32 rmonCPUPortGetCollisions | 1.3.6.1.4.1.27304.13.4.1.31 | Integer32 | read-only | The number of collision events seen by the MAC not including those counted in Late and Excessive |
| I32 rmonCPUPortGetLate | 1.3.6.1.4.1.27304.13.4.1.32 | Integer32 | read-only | The number of Late collision events seen by the MAC |
| rmonWANPort | 1.3.6.1.4.1.27304.13.4.2 | |||
| I32 rmonWANPortGetInGoodOctetsLo | 1.3.6.1.4.1.27304.13.4.2.1 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad. |
| I32 rmonWANPortGetInGoodOctetsHi | 1.3.6.1.4.1.27304.13.4.2.2 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad. |
| I32 rmonWANPortGetInBadOctets | 1.3.6.1.4.1.27304.13.4.2.3 | Integer32 | read-only | The sum of lengths of all bad Ethernet frames received not counting Preamble |
| I32 rmonWANPortGetOutFCSErr | 1.3.6.1.4.1.27304.13.4.2.4 | Integer32 | read-only | The 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 rmonWANPortGetInUnicasts | 1.3.6.1.4.1.27304.13.4.2.5 | Integer32 | read-only | The number of good frames received that have a Unicast destination address |
| I32 rmonWANPortGetDeferred | 1.3.6.1.4.1.27304.13.4.2.6 | Integer32 | read-only | The 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 rmonWANPortGetInBroadcasts | 1.3.6.1.4.1.27304.13.4.2.7 | Integer32 | read-only | The number of good frames received that have a Broadcast destination MAC address |
| I32 rmonWANPortGetInMulticasts | 1.3.6.1.4.1.27304.13.4.2.8 | Integer32 | read-only | The number of good frames received that have a Multicast destination MAC address |
| I32 rmonWANPortGetOctets64 | 1.3.6.1.4.1.27304.13.4.2.9 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors |
| I32 rmonWANPortGetOctets127 | 1.3.6.1.4.1.27304.13.4.2.10 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors |
| I32 rmonWANPortGetOctets255 | 1.3.6.1.4.1.27304.13.4.2.11 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors |
| I32 rmonWANPortGetOctets511 | 1.3.6.1.4.1.27304.13.4.2.12 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors |
| I32 rmonWANPortGetOctets1023 | 1.3.6.1.4.1.27304.13.4.2.13 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors |
| I32 rmonWANPortGetOctetsMax | 1.3.6.1.4.1.27304.13.4.2.14 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors |
| I32 rmonWANPortGetOutOctetsLo | 1.3.6.1.4.1.27304.13.4.2.15 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonWANPortGetOutOctetsHi | 1.3.6.1.4.1.27304.13.4.2.16 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonWANPortGetOutUnicasts | 1.3.6.1.4.1.27304.13.4.2.17 | Integer32 | read-only | The number of frames sent that have a Unicast destination MAC address |
| I32 rmonWANPortGetExcessive | 1.3.6.1.4.1.27304.13.4.2.18 | Integer32 | read-only | The number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only |
| I32 rmonWANPortGetOutMulticasts | 1.3.6.1.4.1.27304.13.4.2.19 | Integer32 | read-only | The number of frames sent that have a Multicast destination MAC address |
| I32 rmonWANPortGetOutBroadcasts | 1.3.6.1.4.1.27304.13.4.2.20 | Integer32 | read-only | The number of frames sent that have a Broadcast destination MAC address |
| I32 rmonWANPortGetSingle | 1.3.6.1.4.1.27304.13.4.2.21 | Integer32 | read-only | The total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only |
| I32 rmonWANPortGetOutPause | 1.3.6.1.4.1.27304.13.4.2.22 | Integer32 | read-only | The number of flow control Pause frames sent |
| I32 rmonWANPortGetInPause | 1.3.6.1.4.1.27304.13.4.2.23 | Integer32 | read-only | The number of flow control Pause frames received |
| I32 rmonWANPortGetMultiple | 1.3.6.1.4.1.27304.13.4.2.24 | Integer32 | read-only | The total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only |
| I32 rmonWANPortGetUndersize | 1.3.6.1.4.1.27304.13.4.2.25 | Integer32 | read-only | Total frames received with a length of less than 64 octets but with a valid FCS |
| I32 rmonWANPortGetFragments | 1.3.6.1.4.1.27304.13.4.2.26 | Integer32 | read-only | Total frames received with a length of less than 64 octets and an invalid FCS |
| I32 rmonWANPortGetOversize | 1.3.6.1.4.1.27304.13.4.2.27 | Integer32 | read-only | Total frames received with a length more than MaxSize octets but with a valid FCS |
| I32 rmonWANPortGetJabber | 1.3.6.1.4.1.27304.13.4.2.28 | Integer32 | read-only | Total frames received with a length more than MaxSize octets and an invalid FCS |
| I32 rmonWANPortGetInMACRcvErr | 1.3.6.1.4.1.27304.13.4.2.29 | Integer32 | read-only | Total frames received with an Rx_Error event seen by the receive side of the MAC |
| I32 rmonWANPortGetInFCSErr | 1.3.6.1.4.1.27304.13.4.2.30 | Integer32 | read-only | Total frames received with a CRC error not counted in InFragments, InnJabber |
| I32 rmonWANPortGetCollisions | 1.3.6.1.4.1.27304.13.4.2.31 | Integer32 | read-only | The number of collision events seen by the MAC not including those counted in Late and Excessive |
| I32 rmonWANPortGetLate | 1.3.6.1.4.1.27304.13.4.2.32 | Integer32 | read-only | The number of Late collision events seen by the MAC |
| rmonLAN1Port | 1.3.6.1.4.1.27304.13.4.3 | |||
| I32 rmonLAN1PortGetInGoodOctetsLo | 1.3.6.1.4.1.27304.13.4.3.1 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad. |
| I32 rmonLAN1PortGetInGoodOctetsHi | 1.3.6.1.4.1.27304.13.4.3.2 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad. |
| I32 rmonLAN1PortGetInBadOctets | 1.3.6.1.4.1.27304.13.4.3.3 | Integer32 | read-only | The sum of lengths of all bad Ethernet frames received not counting Preamble |
| I32 rmonLAN1PortGetOutFCSErr | 1.3.6.1.4.1.27304.13.4.3.4 | Integer32 | read-only | The 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 rmonLAN1PortGetInUnicasts | 1.3.6.1.4.1.27304.13.4.3.5 | Integer32 | read-only | The number of good frames received that have a Unicast destination address |
| I32 rmonLAN1PortGetDeferred | 1.3.6.1.4.1.27304.13.4.3.6 | Integer32 | read-only | The 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 rmonLAN1PortGetInBroadcasts | 1.3.6.1.4.1.27304.13.4.3.7 | Integer32 | read-only | The number of good frames received that have a Broadcast destination MAC address |
| I32 rmonLAN1PortGetInMulticasts | 1.3.6.1.4.1.27304.13.4.3.8 | Integer32 | read-only | The number of good frames received that have a Multicast destination MAC address |
| I32 rmonLAN1PortGetOctets64 | 1.3.6.1.4.1.27304.13.4.3.9 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors |
| I32 rmonLAN1PortGetOctets127 | 1.3.6.1.4.1.27304.13.4.3.10 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors |
| I32 rmonLAN1PortGetOctets255 | 1.3.6.1.4.1.27304.13.4.3.11 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors |
| I32 rmonLAN1PortGetOctets511 | 1.3.6.1.4.1.27304.13.4.3.12 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors |
| I32 rmonLAN1PortGetOctets1023 | 1.3.6.1.4.1.27304.13.4.3.13 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors |
| I32 rmonLAN1PortGetOctetsMax | 1.3.6.1.4.1.27304.13.4.3.14 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors |
| I32 rmonLAN1PortGetOutOctetsLo | 1.3.6.1.4.1.27304.13.4.3.15 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonLAN1PortGetOutOctetsHi | 1.3.6.1.4.1.27304.13.4.3.16 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonLAN1PortGetOutUnicasts | 1.3.6.1.4.1.27304.13.4.3.17 | Integer32 | read-only | The number of frames sent that have a Unicast destination MAC address |
| I32 rmonLAN1PortGetExcessive | 1.3.6.1.4.1.27304.13.4.3.18 | Integer32 | read-only | The number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only |
| I32 rmonLAN1PortGetOutMulticasts | 1.3.6.1.4.1.27304.13.4.3.19 | Integer32 | read-only | The number of frames sent that have a Multicast destination MAC address |
| I32 rmonLAN1PortGetOutBroadcasts | 1.3.6.1.4.1.27304.13.4.3.20 | Integer32 | read-only | The number of frames sent that have a Broadcast destination MAC address |
| I32 rmonLAN1PortGetSingle | 1.3.6.1.4.1.27304.13.4.3.21 | Integer32 | read-only | The total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only |
| I32 rmonLAN1PortGetOutPause | 1.3.6.1.4.1.27304.13.4.3.22 | Integer32 | read-only | The number of flow control Pause frames sent |
| I32 rmonLAN1PortGetInPause | 1.3.6.1.4.1.27304.13.4.3.23 | Integer32 | read-only | The number of flow control Pause frames received |
| I32 rmonLAN1PortGetMultiple | 1.3.6.1.4.1.27304.13.4.3.24 | Integer32 | read-only | The total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only |
| I32 rmonLAN1PortGetUndersize | 1.3.6.1.4.1.27304.13.4.3.25 | Integer32 | read-only | Total frames received with a length of less than 64 octets but with a valid FCS |
| I32 rmonLAN1PortGetFragments | 1.3.6.1.4.1.27304.13.4.3.26 | Integer32 | read-only | Total frames received with a length of less than 64 octets and an invalid FCS |
| I32 rmonLAN1PortGetOversize | 1.3.6.1.4.1.27304.13.4.3.27 | Integer32 | read-only | Total frames received with a length more than MaxSize octets but with a valid FCS |
| I32 rmonLAN1PortGetJabber | 1.3.6.1.4.1.27304.13.4.3.28 | Integer32 | read-only | Total frames received with a length more than MaxSize octets and an invalid FCS |
| I32 rmonLAN1PortGetInMACRcvErr | 1.3.6.1.4.1.27304.13.4.3.29 | Integer32 | read-only | Total frames received with an Rx_Error event seen by the receive side of the MAC |
| I32 rmonLAN1PortGetInFCSErr | 1.3.6.1.4.1.27304.13.4.3.30 | Integer32 | read-only | Total frames received with a CRC error not counted in InFragments, InnJabber |
| I32 rmonLAN1PortGetCollisions | 1.3.6.1.4.1.27304.13.4.3.31 | Integer32 | read-only | The number of collision events seen by the MAC not including those counted in Late and Excessive |
| I32 rmonLAN1PortGetLate | 1.3.6.1.4.1.27304.13.4.3.32 | Integer32 | read-only | The number of Late collision events seen by the MAC |
| rmonLAN2Port | 1.3.6.1.4.1.27304.13.4.4 | |||
| I32 rmonLAN2PortGetInGoodOctetsLo | 1.3.6.1.4.1.27304.13.4.4.1 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad. |
| I32 rmonLAN2PortGetInGoodOctetsHi | 1.3.6.1.4.1.27304.13.4.4.2 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad. |
| I32 rmonLAN2PortGetInBadOctets | 1.3.6.1.4.1.27304.13.4.4.3 | Integer32 | read-only | The sum of lengths of all bad Ethernet frames received not counting Preamble |
| I32 rmonLAN2PortGetOutFCSErr | 1.3.6.1.4.1.27304.13.4.4.4 | Integer32 | read-only | The 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 rmonLAN2PortGetInUnicasts | 1.3.6.1.4.1.27304.13.4.4.5 | Integer32 | read-only | The number of good frames received that have a Unicast destination address |
| I32 rmonLAN2PortGetDeferred | 1.3.6.1.4.1.27304.13.4.4.6 | Integer32 | read-only | The 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 rmonLAN2PortGetInBroadcasts | 1.3.6.1.4.1.27304.13.4.4.7 | Integer32 | read-only | The number of good frames received that have a Broadcast destination MAC address |
| I32 rmonLAN2PortGetInMulticasts | 1.3.6.1.4.1.27304.13.4.4.8 | Integer32 | read-only | The number of good frames received that have a Multicast destination MAC address |
| I32 rmonLAN2PortGetOctets64 | 1.3.6.1.4.1.27304.13.4.4.9 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors |
| I32 rmonLAN2PortGetOctets127 | 1.3.6.1.4.1.27304.13.4.4.10 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors |
| I32 rmonLAN2PortGetOctets255 | 1.3.6.1.4.1.27304.13.4.4.11 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors |
| I32 rmonLAN2PortGetOctets511 | 1.3.6.1.4.1.27304.13.4.4.12 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors |
| I32 rmonLAN2PortGetOctets1023 | 1.3.6.1.4.1.27304.13.4.4.13 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors |
| I32 rmonLAN2PortGetOctetsMax | 1.3.6.1.4.1.27304.13.4.4.14 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors |
| I32 rmonLAN2PortGetOutOctetsLo | 1.3.6.1.4.1.27304.13.4.4.15 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonLAN2PortGetOutOctetsHi | 1.3.6.1.4.1.27304.13.4.4.16 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonLAN2PortGetOutUnicasts | 1.3.6.1.4.1.27304.13.4.4.17 | Integer32 | read-only | The number of frames sent that have a Unicast destination MAC address |
| I32 rmonLAN2PortGetExcessive | 1.3.6.1.4.1.27304.13.4.4.18 | Integer32 | read-only | The number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only |
| I32 rmonLAN2PortGetOutMulticasts | 1.3.6.1.4.1.27304.13.4.4.19 | Integer32 | read-only | The number of frames sent that have a Multicast destination MAC address |
| I32 rmonLAN2PortGetOutBroadcasts | 1.3.6.1.4.1.27304.13.4.4.20 | Integer32 | read-only | The number of frames sent that have a Broadcast destination MAC address |
| I32 rmonLAN2PortGetSingle | 1.3.6.1.4.1.27304.13.4.4.21 | Integer32 | read-only | The total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only |
| I32 rmonLAN2PortGetOutPause | 1.3.6.1.4.1.27304.13.4.4.22 | Integer32 | read-only | The number of flow control Pause frames sent |
| I32 rmonLAN2PortGetInPause | 1.3.6.1.4.1.27304.13.4.4.23 | Integer32 | read-only | The number of flow control Pause frames received |
| I32 rmonLAN2PortGetMultiple | 1.3.6.1.4.1.27304.13.4.4.24 | Integer32 | read-only | The total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only |
| I32 rmonLAN2PortGetUndersize | 1.3.6.1.4.1.27304.13.4.4.25 | Integer32 | read-only | Total frames received with a length of less than 64 octets but with a valid FCS |
| I32 rmonLAN2PortGetFragments | 1.3.6.1.4.1.27304.13.4.4.26 | Integer32 | read-only | Total frames received with a length of less than 64 octets and an invalid FCS |
| I32 rmonLAN2PortGetOversize | 1.3.6.1.4.1.27304.13.4.4.27 | Integer32 | read-only | Total frames received with a length more than MaxSize octets but with a valid FCS |
| I32 rmonLAN2PortGetJabber | 1.3.6.1.4.1.27304.13.4.4.28 | Integer32 | read-only | Total frames received with a length more than MaxSize octets and an invalid FCS |
| I32 rmonLAN2PortGetInMACRcvErr | 1.3.6.1.4.1.27304.13.4.4.29 | Integer32 | read-only | Total frames received with an Rx_Error event seen by the receive side of the MAC |
| I32 rmonLAN2PortGetInFCSErr | 1.3.6.1.4.1.27304.13.4.4.30 | Integer32 | read-only | Total frames received with a CRC error not counted in InFragments, InnJabber |
| I32 rmonLAN2PortGetCollisions | 1.3.6.1.4.1.27304.13.4.4.31 | Integer32 | read-only | The number of collision events seen by the MAC not including those counted in Late and Excessive |
| I32 rmonLAN2PortGetLate | 1.3.6.1.4.1.27304.13.4.4.32 | Integer32 | read-only | The number of Late collision events seen by the MAC |
| rmonLAN3Port | 1.3.6.1.4.1.27304.13.4.5 | |||
| I32 rmonLAN3PortGetInGoodOctetsLo | 1.3.6.1.4.1.27304.13.4.5.1 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad. |
| I32 rmonLAN3PortGetInGoodOctetsHi | 1.3.6.1.4.1.27304.13.4.5.2 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad. |
| I32 rmonLAN3PortGetInBadOctets | 1.3.6.1.4.1.27304.13.4.5.3 | Integer32 | read-only | The sum of lengths of all bad Ethernet frames received not counting Preamble |
| I32 rmonLAN3PortGetOutFCSErr | 1.3.6.1.4.1.27304.13.4.5.4 | Integer32 | read-only | The 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 rmonLAN3PortGetInUnicasts | 1.3.6.1.4.1.27304.13.4.5.5 | Integer32 | read-only | The number of good frames received that have a Unicast destination address |
| I32 rmonLAN3PortGetDeferred | 1.3.6.1.4.1.27304.13.4.5.6 | Integer32 | read-only | The 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 rmonLAN3PortGetInBroadcasts | 1.3.6.1.4.1.27304.13.4.5.7 | Integer32 | read-only | The number of good frames received that have a Broadcast destination MAC address |
| I32 rmonLAN3PortGetInMulticasts | 1.3.6.1.4.1.27304.13.4.5.8 | Integer32 | read-only | The number of good frames received that have a Multicast destination MAC address |
| I32 rmonLAN3PortGetOctets64 | 1.3.6.1.4.1.27304.13.4.5.9 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors |
| I32 rmonLAN3PortGetOctets127 | 1.3.6.1.4.1.27304.13.4.5.10 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors |
| I32 rmonLAN3PortGetOctets255 | 1.3.6.1.4.1.27304.13.4.5.11 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors |
| I32 rmonLAN3PortGetOctets511 | 1.3.6.1.4.1.27304.13.4.5.12 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors |
| I32 rmonLAN3PortGetOctets1023 | 1.3.6.1.4.1.27304.13.4.5.13 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors |
| I32 rmonLAN3PortGetOctetsMax | 1.3.6.1.4.1.27304.13.4.5.14 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors |
| I32 rmonLAN3PortGetOutOctetsLo | 1.3.6.1.4.1.27304.13.4.5.15 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonLAN3PortGetOutOctetsHi | 1.3.6.1.4.1.27304.13.4.5.16 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonLAN3PortGetOutUnicasts | 1.3.6.1.4.1.27304.13.4.5.17 | Integer32 | read-only | The number of frames sent that have a Unicast destination MAC address |
| I32 rmonLAN3PortGetExcessive | 1.3.6.1.4.1.27304.13.4.5.18 | Integer32 | read-only | The number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only |
| I32 rmonLAN3PortGetOutMulticasts | 1.3.6.1.4.1.27304.13.4.5.19 | Integer32 | read-only | The number of frames sent that have a Multicast destination MAC address |
| I32 rmonLAN3PortGetOutBroadcasts | 1.3.6.1.4.1.27304.13.4.5.20 | Integer32 | read-only | The number of frames sent that have a Broadcast destination MAC address |
| I32 rmonLAN3PortGetSingle | 1.3.6.1.4.1.27304.13.4.5.21 | Integer32 | read-only | The total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only |
| I32 rmonLAN3PortGetOutPause | 1.3.6.1.4.1.27304.13.4.5.22 | Integer32 | read-only | The number of flow control Pause frames sent |
| I32 rmonLAN3PortGetInPause | 1.3.6.1.4.1.27304.13.4.5.23 | Integer32 | read-only | The number of flow control Pause frames received |
| I32 rmonLAN3PortGetMultiple | 1.3.6.1.4.1.27304.13.4.5.24 | Integer32 | read-only | The total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only |
| I32 rmonLAN3PortGetUndersize | 1.3.6.1.4.1.27304.13.4.5.25 | Integer32 | read-only | Total frames received with a length of less than 64 octets but with a valid FCS |
| I32 rmonLAN3PortGetFragments | 1.3.6.1.4.1.27304.13.4.5.26 | Integer32 | read-only | Total frames received with a length of less than 64 octets and an invalid FCS |
| I32 rmonLAN3PortGetOversize | 1.3.6.1.4.1.27304.13.4.5.27 | Integer32 | read-only | Total frames received with a length more than MaxSize octets but with a valid FCS |
| I32 rmonLAN3PortGetJabber | 1.3.6.1.4.1.27304.13.4.5.28 | Integer32 | read-only | Total frames received with a length more than MaxSize octets and an invalid FCS |
| I32 rmonLAN3PortGetInMACRcvErr | 1.3.6.1.4.1.27304.13.4.5.29 | Integer32 | read-only | Total frames received with an Rx_Error event seen by the receive side of the MAC |
| I32 rmonLAN3PortGetInFCSErr | 1.3.6.1.4.1.27304.13.4.5.30 | Integer32 | read-only | Total frames received with a CRC error not counted in InFragments, InnJabber |
| I32 rmonLAN3PortGetCollisions | 1.3.6.1.4.1.27304.13.4.5.31 | Integer32 | read-only | The number of collision events seen by the MAC not including those counted in Late and Excessive |
| I32 rmonLAN3PortGetLate | 1.3.6.1.4.1.27304.13.4.5.32 | Integer32 | read-only | The number of Late collision events seen by the MAC |
| rmonLAN4Port | 1.3.6.1.4.1.27304.13.4.6 | |||
| I32 rmonLAN4PortGetInGoodOctetsLo | 1.3.6.1.4.1.27304.13.4.6.1 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, low size, that is frames that are not bad. |
| I32 rmonLAN4PortGetInGoodOctetsHi | 1.3.6.1.4.1.27304.13.4.6.2 | Integer32 | read-only | The sum of the lengths of all good Ethernet frames received, high size, that is frames that are not bad. |
| I32 rmonLAN4PortGetInBadOctets | 1.3.6.1.4.1.27304.13.4.6.3 | Integer32 | read-only | The sum of lengths of all bad Ethernet frames received not counting Preamble |
| I32 rmonLAN4PortGetOutFCSErr | 1.3.6.1.4.1.27304.13.4.6.4 | Integer32 | read-only | The 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 rmonLAN4PortGetInUnicasts | 1.3.6.1.4.1.27304.13.4.6.5 | Integer32 | read-only | The number of good frames received that have a Unicast destination address |
| I32 rmonLAN4PortGetDeferred | 1.3.6.1.4.1.27304.13.4.6.6 | Integer32 | read-only | The 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 rmonLAN4PortGetInBroadcasts | 1.3.6.1.4.1.27304.13.4.6.7 | Integer32 | read-only | The number of good frames received that have a Broadcast destination MAC address |
| I32 rmonLAN4PortGetInMulticasts | 1.3.6.1.4.1.27304.13.4.6.8 | Integer32 | read-only | The number of good frames received that have a Multicast destination MAC address |
| I32 rmonLAN4PortGetOctets64 | 1.3.6.1.4.1.27304.13.4.6.9 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of exactly 64 octets, including those with errors |
| I32 rmonLAN4PortGetOctets127 | 1.3.6.1.4.1.27304.13.4.6.10 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 65 and 127 octets inclusive, including those with errors |
| I32 rmonLAN4PortGetOctets255 | 1.3.6.1.4.1.27304.13.4.6.11 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 128 and 255 octets inclusive, including those with errors |
| I32 rmonLAN4PortGetOctets511 | 1.3.6.1.4.1.27304.13.4.6.12 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 256 and 511 octets inclusive, including those with errors |
| I32 rmonLAN4PortGetOctets1023 | 1.3.6.1.4.1.27304.13.4.6.13 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 512 and 1023 octets inclusive, including those with errors |
| I32 rmonLAN4PortGetOctetsMax | 1.3.6.1.4.1.27304.13.4.6.14 | Integer32 | read-only | Total frames received (and/or transmitted) with a length of between 1024 and MaxSize octets inclusive, including those with errors |
| I32 rmonLAN4PortGetOutOctetsLo | 1.3.6.1.4.1.27304.13.4.6.15 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, low size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonLAN4PortGetOutOctetsHi | 1.3.6.1.4.1.27304.13.4.6.16 | Integer32 | read-only | The sum of all Ethernet frames sent from this MAC, high size, including flow control frames and partially frames transmitted due to collisions. |
| I32 rmonLAN4PortGetOutUnicasts | 1.3.6.1.4.1.27304.13.4.6.17 | Integer32 | read-only | The number of frames sent that have a Unicast destination MAC address |
| I32 rmonLAN4PortGetExcessive | 1.3.6.1.4.1.27304.13.4.6.18 | Integer32 | read-only | The number of frames dropped in the transmit MAC due to excessive collision condition. The counter is application in half-duplex mode only |
| I32 rmonLAN4PortGetOutMulticasts | 1.3.6.1.4.1.27304.13.4.6.19 | Integer32 | read-only | The number of frames sent that have a Multicast destination MAC address |
| I32 rmonLAN4PortGetOutBroadcasts | 1.3.6.1.4.1.27304.13.4.6.20 | Integer32 | read-only | The number of frames sent that have a Broadcast destination MAC address |
| I32 rmonLAN4PortGetSingle | 1.3.6.1.4.1.27304.13.4.6.21 | Integer32 | read-only | The total number of successfully transmitted frames that experienced exactly one collision. The counter is application in half-duplex mode only |
| I32 rmonLAN4PortGetOutPause | 1.3.6.1.4.1.27304.13.4.6.22 | Integer32 | read-only | The number of flow control Pause frames sent |
| I32 rmonLAN4PortGetInPause | 1.3.6.1.4.1.27304.13.4.6.23 | Integer32 | read-only | The number of flow control Pause frames received |
| I32 rmonLAN4PortGetMultiple | 1.3.6.1.4.1.27304.13.4.6.24 | Integer32 | read-only | The total number of successfully transmitted frames that experienced multiple collisions. The counter is application in half-duplex mode only |
| I32 rmonLAN4PortGetUndersize | 1.3.6.1.4.1.27304.13.4.6.25 | Integer32 | read-only | Total frames received with a length of less than 64 octets but with a valid FCS |
| I32 rmonLAN4PortGetFragments | 1.3.6.1.4.1.27304.13.4.6.26 | Integer32 | read-only | Total frames received with a length of less than 64 octets and an invalid FCS |
| I32 rmonLAN4PortGetOversize | 1.3.6.1.4.1.27304.13.4.6.27 | Integer32 | read-only | Total frames received with a length more than MaxSize octets but with a valid FCS |
| I32 rmonLAN4PortGetJabber | 1.3.6.1.4.1.27304.13.4.6.28 | Integer32 | read-only | Total frames received with a length more than MaxSize octets and an invalid FCS |
| I32 rmonLAN4PortGetInMACRcvErr | 1.3.6.1.4.1.27304.13.4.6.29 | Integer32 | read-only | Total frames received with an Rx_Error event seen by the receive side of the MAC |
| I32 rmonLAN4PortGetInFCSErr | 1.3.6.1.4.1.27304.13.4.6.30 | Integer32 | read-only | Total frames received with a CRC error not counted in InFragments, InnJabber |
| I32 rmonLAN4PortGetCollisions | 1.3.6.1.4.1.27304.13.4.6.31 | Integer32 | read-only | The number of collision events seen by the MAC not including those counted in Late and Excessive |
| I32 rmonLAN4PortGetLate | 1.3.6.1.4.1.27304.13.4.6.32 | Integer32 | read-only | The number of Late collision events seen by the MAC |
| rmonModuleGroup | 1.3.6.1.4.1.27304.13.5 | The 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.