HC-RMON-MIB Download
The MIB module for managing remote monitoring
device implementations. This MIB module
augments the original RMON MIB as specified in
RFC 1757 and RFC 1513 and RMON2 MIB as specified in
RFC 2021.
IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges,
Firewalls, Repeaters.
OID list for HC-RMON-MIB
- mediaIndependentTable
- Media independent statistics for promiscious monitoring of any media. The following table defines media independent statistics that provides information for full and/or half-duplex links as well as high capacity links. For half-duplex links, the mediaInde ...
- mediaIndependentEntry
- Media independent statistics for promiscious monitoring of any media.
- mediaIndependentIndex
- The value of this object uniquely identifies this mediaIndependent entry.
- mediaIndependentDataSource
- This object identifies the source of the data that this mediaIndependent entry is configured to analyze. This source can be any interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex ...
- mediaIndependentDropEvents
- The total number of events in which packets were dropped by the probe due to lack of resources. Note that this number is not necessarily the number of packets dropped; it is just the number of times this condition has been detected.
- mediaIndependentDroppedFrames
- The total number of frames which were received by the probe and therefore not accounted for in the mediaIndependentDropEvents, but for which the probe chose not to count for this entry for whatever reason. Most often, this event occurs when the probe is ...
- mediaIndependentInPkts
- The total number of packets (including bad packets, broadcast packets, and multicast packets) received on a half-duplex link or on the inbound connection of a full-duplex link.
- mediaIndependentInOverflowPkts
- The number of times the associated mediaIndependentInPkts counter has overflowed.
- mediaIndependentInHighCapacityPkts
- The total number of packets (including bad packets, broadcast packets, and multicast packets) received on a half-duplex link or on the inbound connection of a full-duplex link.
- mediaIndependentOutPkts
- The total number of packets (including bad packets, broadcast packets, and multicast packets) received on a full-duplex link in the direction of the network.
- mediaIndependentOutOverflowPkts
- The number of times the associated mediaIndependentOutPkts counter has overflowed.
- mediaIndependentOutHighCapacityPkts
- The total number of packets (including bad packets, broadcast packets, and multicast packets) received on a full-duplex link in the direction of the network.
- mediaIndependentInOctets
- The total number of octets of data (including those in bad packets) received (excluding framing bits but including FCS octets) on a half-duplex link or on the inbound connection of a full-duplex link.
- mediaIndependentInOverflowOctets
- The number of times the associated mediaIndependentInOctets counter has overflowed.
- mediaIndependentInHighCapacityOctets
- The total number of octets of data (including those in bad packets) received (excluding framing bits but including FCS octets) on a half-duplex link or on the inbound connection of a full-duplex link.
- mediaIndependentOutOctets
- The total number of octets of data (including those in bad packets) received on a full-duplex link in the direction of the network (excluding framing bits but including FCS octets).
- mediaIndependentOutOverflowOctets
- The number of times the associated mediaIndependentOutOctets counter has overflowed.
- mediaIndependentOutHighCapacityOctets
- The total number of packets (including bad packets, broadcast packets, and multicast packets) received on a full-duplex link in the direction of the network (excluding framing bits but including FCS octets).
- mediaIndependentInNUCastPkts
- The total number of non-unicast packets (including bad packets) received on a half-duplex link or on the inbound connection of a full-duplex link.
- mediaIndependentInNUCastOverflowPkts
- The number of times the associated mediaIndependentInNUCastPkts counter has overflowed.
- mediaIndependentInNUCastHighCapacityPkts
- The total number of non-unicast packets (including bad packets) received on a half-duplex link or on the inbound connection of a full-duplex link.
- mediaIndependentOutNUCastPkts
- The total number of non-unicast packets (including bad packets) received on a full-duplex link in the direction of the network.
- mediaIndependentOutNUCastOverflowPkts
- The number of times the associated mediaIndependentOutNUCastPkts counter has overflowed.
- mediaIndependentOutNUCastHighCapacityPkts
- The total number of packets (including bad packets) received on a full-duplex link in the direction of the network.
- mediaIndependentInErrors
- The total number of bad packets received on a half-duplex link or on the inbound connection of a full-duplex link.
- mediaIndependentOutErrors
- The total number of bad packets received on a full-duplex link in the direction of the network.
- mediaIndependentInputSpeed
- The nominal maximum speed in kilobits per second of this half-duplex link or on the inbound connection of this full-duplex link. If the speed is unknown or there is no fixed maximum (e.g. a compressed link), this value shall be zero.
- mediaIndependentOutputSpeed
- The nominal maximum speed in kilobits per second of this full-duplex link in the direction of the network. If the speed is unknown or there is no fixed maximum (e.g. a compressed link), this value shall be zero.
- mediaIndependentOwner
- The entity that configured this entry and is therefore using the resources assigned to it.
- mediaIndependentStatus
- The status of this media independent statistics entry.
- etherStatsHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-1 etherStatsTable.
- etherStatsHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-1 etherStatsEntry. These objects will be created by the agent for all etherStatsEntries it deems appropriate.
- etherStatsHighCapacityOverflowPkts
- The number of times the associated etherStatsPkts counter has overflowed.
- etherStatsHighCapacityPkts
- The total number of packets (including bad packets, broadcast packets, and multicast packets) received.
- etherStatsHighCapacityOverflowOctets
- The number of times the associated etherStatsOctets counter has overflowed.
- etherStatsHighCapacityOctets
- The total number of octets of data (including those in bad packets) received on the network (excluding framing bits but including FCS octets). If the network is half-duplex Fast Ethernet, this object can be used as a reasonable estimate of utilization. If ...
- etherStatsHighCapacityOverflowPkts64Octets
- The number of times the associated etherStatsPkts64Octets counter has overflowed.
- etherStatsHighCapacityPkts64Octets
- The total number of packets (including bad packets) received that were 64 octets in length (excluding framing bits but including FCS octets).
- etherStatsHighCapacityOverflowPkts65to127Octets
- The number of times the associated etherStatsPkts65to127Octets counter has overflowed.
- etherStatsHighCapacityPkts65to127Octets
- The total number of packets (including bad packets) received that were between 65 and 127 octets in length inclusive (excluding framing bits but including FCS octets).
- etherStatsHighCapacityOverflowPkts128to255Octets
- The number of times the associated etherStatsPkts128to255Octets counter has overflowed.
- etherStatsHighCapacityPkts128to255Octets
- The total number of packets (including bad packets) received that were between 128 and 255 octets in length inclusive (excluding framing bits but including FCS octets).
- etherStatsHighCapacityOverflowPkts256to511Octets
- The number of times the associated etherStatsPkts256to511Octets counter has overflowed.
- etherStatsHighCapacityPkts256to511Octets
- The total number of packets (including bad packets) received that were between 256 and 511 octets in length inclusive (excluding framing bits but including FCS octets).
- etherStatsHighCapacityOverflowPkts512to1023Octets
- The number of times the associated etherStatsPkts512to1023Octets counter has overflowed.
- etherStatsHighCapacityPkts512to1023Octets
- The total number of packets (including bad packets) received that were between 512 and 1023 octets in length inclusive (excluding framing bits but including FCS octets).
- etherStatsHighCapacityOverflowPkts1024to1518Octets
- The number of times the associated etherStatsPkts1024to1518Octets counter has overflowed.
- etherStatsHighCapacityPkts1024to1518Octets
- The total number of packets (including bad packets) received that were between 1024 and 1518 octets in length inclusive (excluding framing bits but including FCS octets).
- etherHistoryHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-1 etherHistoryTable.
- etherHistoryHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-1 etherHistoryEntry. These objects will be created by the agent for all etherHistoryEntries associated with whichever historyControlEntries it deems appropriate. (i.e., either all etherHistoryHighCapa ...
- etherHistoryHighCapacityOverflowPkts
- The number of times the associated etherHistoryPkts Gauge overflowed during this sampling interval.
- etherHistoryHighCapacityPkts
- The total number of packets (including bad packets, broadcast packets, and multicast packets) received during this sampling interval.
- etherHistoryHighCapacityOverflowOctets
- The number of times the associated etherHistoryOctets counter has overflowed during this sampling interval.
- etherHistoryHighCapacityOctets
- The total number of octets of data (including those in bad packets) received on the network (excluding framing bits but including FCS octets) during this sampling interval.
- hostHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-1 hostTable.
- hostHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-1 hostEntry. These objects will be created by the agent for all hostEntries associated with whichever hostControlEntries it deems appropriate. (i.e., either all hostHighCapacityEntries associated with ...
- hostHighCapacityInOverflowPkts
- The number of times the associated hostInPkts counter has overflowed.
- hostHighCapacityInPkts
- The number of good packets transmitted to this address since it was added to the hostHighCapacityTable.
- hostHighCapacityOutOverflowPkts
- The number of times the associated hostOutPkts counter has overflowed.
- hostHighCapacityOutPkts
- The number of packets, including bad packets, transmitted by this address since it was added to the hostHighCapacityTable.
- hostHighCapacityInOverflowOctets
- The number of times the associated hostInOctets counter has overflowed.
- hostHighCapacityInOctets
- The number of octets transmitted to this address since it was added to the hostHighCapacityTable (excluding framing bits but including FCS octets), except for those octets in bad packets.
- hostHighCapacityOutOverflowOctets
- The number of times the associated hostOutOctets counter has overflowed.
- hostHighCapacityOutOctets
- The number of octets transmitted by this address since it was added to the hostHighCapacityTable (excluding framing bits but including FCS octets), including those octets in bad packets.
- hostTimeHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-1 hostTimeTable.
- hostTimeHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-1 hostTimeEntry. These objects will be created by the agent for all hostTimeEntries associated with whichever hostControlEntries it deems appropriate. (i.e., either all hostTimeHighCapacityEntries ass ...
- hostTimeHighCapacityInOverflowPkts
- The number of times the associated hostTimeInPkts counter has overflowed.
- hostTimeHighCapacityInPkts
- The number of good packets transmitted to this address since it was added to the hostTimeHighCapacityTable.
- hostTimeHighCapacityOutOverflowPkts
- The number of times the associated hostTimeOutPkts counter has overflowed.
- hostTimeHighCapacityOutPkts
- The number of packets, including bad packets, transmitted by this address since it was added to the hostTimeHighCapacityTable.
- hostTimeHighCapacityInOverflowOctets
- The number of times the associated hostTimeInOctets counter has overflowed.
- hostTimeHighCapacityInOctets
- The number of octets transmitted to this address since it was added to the hostTimeHighCapacityTable (excluding framing bits but including FCS octets), except for those octets in bad packets.
- hostTimeHighCapacityOutOverflowOctets
- The number of times the associated hostTimeOutOctets counter has overflowed.
- hostTimeHighCapacityOutOctets
- The number of octets transmitted by this address since it was added to the hostTimeTable (excluding framing bits but including FCS octets), including those octets in bad packets.
- hostTopNRateBase
- The variable for each host that the hostTopNRate variable is based upon, as well as a control for the table that the results will be reported in. This object may not be modified if the associated hostTopNStatus [RFC 1757] object is equal to valid(1). If t ...
- hostTopNHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-1 hostTopNTable when hostTopNRateBase specifies a High Capacity TopN Report.
- hostTopNHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-1 hostTopNEntry when hostTopNRateBase specifies a High Capacity TopN Report. These objects will be created by the agent for all hostTopNEntries associated with whichever hostTopNControlEntries have a ...
- hostTopNHighCapacityBaseRate
- The amount of change in the selected variable during this sampling interval, modulo 2^32. The selected variable is this host's instance of the object selected by hostTopNRateBase.
- hostTopNHighCapacityOverflowRate
- The amount of change in the selected variable during this sampling interval, divided by 2^32, truncating fractions (i.e., X DIV 2^32). The selected variable is this host's instance of the object selected by hostTopNRateBase.
- hostTopNHighCapacityRate
- The amount of change in the selected variable during this sampling interval. The selected variable is this host's instance of the object selected by hostTopNRateBase.
- matrixSDHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-1 matrixSDTable.
- matrixSDHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-1 matrixSDEntry. These objects will be created by the agent for all matrixSDEntries associated with whichever matrixControlEntries it deems appropriate. (i.e., either all matrixSDHighCapacityEntries a ...
- matrixSDHighCapacityOverflowPkts
- The number of times the associated matrixSDPkts counter has overflowed.
- matrixSDHighCapacityPkts
- The number of packets transmitted from the source address to the destination address (this number includes bad packets).
- matrixSDHighCapacityOverflowOctets
- The number of times the associated matrixSDOctets counter has overflowed.
- matrixSDHighCapacityOctets
- The number of octets (excluding framing bits but including FCS octets) contained in all packets transmitted from the source address to the destination address.
- matrixDSHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-1 matrixDSTable.
- matrixDSHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-1 matrixDSEntry. These objects will be created by the agent for all matrixDSEntries associated with whichever matrixControlEntries it deems appropriate. (i.e., either all matrixDSHighCapacityEntries a ...
- matrixDSHighCapacityOverflowPkts
- The number of times the associated matrixDSPkts counter has overflowed.
- matrixDSHighCapacityPkts
- The number of packets transmitted from the source address to the destination address (this number includes bad packets).
- matrixDSHighCapacityOverflowOctets
- The number of times the associated matrixDSOctets counter has overflowed.
- matrixDSHighCapacityOctets
- The number of octets (excluding framing bits but including FCS octets) contained in all packets transmitted from the source address to the destination address.
- captureBufferHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON captureBufferTable.
- captureBufferHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON captureBufferEntry. These objects will be created by the agent for all captureBufferEntries associated with whichever bufferControlEntries it deems appropriate. (i.e., either all captureBufferHighCapa ...
- captureBufferPacketHighCapacityTime
- The number of nanoseconds that had passed since this capture buffer was first turned on when this packet was captured, modulo 10^6. This object is used in conjunction with existing timestamp object. This object returns the number of nano-seconds to be add ...
- protocolDistStatsHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-2 protocolDistStatsTable.
- protocolDistStatsHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-2 protocolDistStatsTable. These objects will be created by the agent for all protocolDistStatsEntries associated with whichever protocolDistControlEntries it deems appropriate. (i.e., either all proto ...
- protocolDistStatsHighCapacityOverflowPkts
- The number of times the associated protocolDistStatsPkts counter has overflowed.
- protocolDistStatsHighCapacityPkts
- The number of packets without errors received of this protocol type. Note that this is the number of link-layer packets, so if a single network-layer packet is fragmented into several link-layer frames, this counter is incremented several times.
- protocolDistStatsHighCapacityOverflowOctets
- The number of times the associated protocolDistStatsOctets counter has overflowed.
- protocolDistStatsHighCapacityOctets
- The number of octets in packets received of this protocol type since it was added to the protocolDistStatsTable (excluding framing bits but including FCS octets), except for those octets in packets that contained errors. Note this doesn't count just those ...
- nlHostHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-2 nlHostTable.
- nlHostHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-2 nlHostEntry. These objects will be created by the agent for all nlHostEntries associated with whichever hlHostControlEntries it deems appropriate. (i.e., either all nlHostHighCapacityEntries associa ...
- nlHostHighCapacityInOverflowPkts
- The number of times the associated nlHostInPkts counter has overflowed.
- nlHostHighCapacityInPkts
- The number of packets without errors transmitted to this address since it was added to the nlHostHighCapacityTable. Note that this is the number of link-layer packets, so if a single network-layer packet is fragmented into several link-layer frames, this ...
- nlHostHighCapacityOutOverflowPkts
- The number of times the associated nlHostOutPkts counter has overflowed.
- nlHostHighCapacityOutPkts
- The number of packets without errors transmitted by this address since it was added to the nlHostHighCapacityTable. Note that this is the number of link-layer packets, so if a single network-layer packet is fragmented into several link-layer frames, this ...
- nlHostHighCapacityInOverflowOctets
- The number of times the associated nlHostInOctets counter has overflowed.
- nlHostHighCapacityInOctets
- The number of octets transmitted to this address since it was added to the nlHostHighCapacityTable (excluding framing bits but including FCS octets), excluding those octets in packets that contained errors. Note this doesn't count just those octets in the ...
- nlHostHighCapacityOutOverflowOctets
- The number of times the associated nlHostOutOctets counter has overflowed.
- nlHostHighCapacityOutOctets
- The number of octets transmitted by this address since it was added to the nlHostHighCapacityTable (excluding framing bits but including FCS octets), excluding those octets in packets that contained errors. Note this doesn't count just those octets in the ...
- nlMatrixSDHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-2 nlMatrixTable.
- nlMatrixSDHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-2 nlMatrixEntry. These objects will be created by the agent for all nlMatrixSDEntries associated with whichever hlMatrixControlEntries it deems appropriate. (i.e., either all nlMatrixSDHighCapacityEnt ...
- nlMatrixSDHighCapacityOverflowPkts
- The number of times the associated nlMatrixSDPkts counter has overflowed.
- nlMatrixSDHighCapacityPkts
- The number of packets without errors transmitted from the source address to the destination address since this entry was added to the nlMatrixSDHighCapacityTable. Note that this is the number of link-layer packets, so if a single network-layer packet is ...
- nlMatrixSDHighCapacityOverflowOctets
- The number of times the associated nlMatrixSDOctets counter has overflowed.
- nlMatrixSDHighCapacityOctets
- The number of octets transmitted from the source address to the destination address since this entry was added to the nlMatrixSDHighCapacityTable (excluding framing bits but including FCS octets), excluding those octets in packets that contained errors. N ...
- nlMatrixDSHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-2 nlMatrixDSTable.
- nlMatrixDSHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-2 nlMatrixDSEntry. These objects will be created by the agent for all nlMatrixDSEntries associated with whichever hlmatrixControlEntries it deems appropriate. (i.e., either all nlMatrixDSHighCapacityE ...
- nlMatrixDSHighCapacityOverflowPkts
- The number of times the associated nlMatrixDSPkts counter has overflowed.
- nlMatrixDSHighCapacityPkts
- The number of packets without errors transmitted from the source address to the destination address since this entry was added to the nlMatrixHighCapacityDSTable. Note that this is the number of link-layer packets, so if a single network-layer packet is ...
- nlMatrixDSHighCapacityOverflowOctets
- The number of times the associated nlMatrixDSOctets counter has overflowed.
- nlMatrixDSHighCapacityOctets
- The number of octets transmitted from the source address to the destination address since this entry was added to the nlMatrixDSHighCapacityTable (excluding framing bits but including FCS octets), excluding those octets in packets that contained errors. N ...
- nlMatrixTopNControlRateBase
- The variable for each nlMatrix[SD/DS] entry that the nlMatrixTopNEntries are sorted by, as well as a control for the table that the results will be reported in. This object may not be modified if the associated nlMatrixTopNControlStatus object is equal to ...
- nlMatrixTopNHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-2 nlMatrixTopNTable when nlMatrixTopNControlRateBase specifies a High Capacity TopN Report.
- nlMatrixTopNHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-2 nlMatrixTopNEntry when nlMatrixTopNControlRateBase specifies a High Capacity TopN Report. These objects will be created by the agent for all nlMatrixTopNEntries associated with whichever nlMatrixTop ...
- nlMatrixTopNHighCapacityBasePktRate
- The number of packets seen from the source host to the destination host during this sampling interval, modulo 2^32, counted using the rules for counting the nlMatrixSDPkts object.
- nlMatrixTopNHighCapacityOverflowPktRate
- The number of packets seen from the source host to the destination host during this sampling interval, divided by 2^32, truncating fractions (i.e., X DIV 2^32), and counted using the rules for counting the nlMatrixSDPkts object.
- nlMatrixTopNHighCapacityPktRate
- The number of packets seen from the source host to the destination host during this sampling interval, counted using the rules for counting the nlMatrixSDPkts object. If the value of nlMatrixTopNControlRateBase is nlMatrixTopNHighCapacityPkts, this variab ...
- nlMatrixTopNHighCapacityReverseBasePktRate
- The number of packets seen from the destination host to the source host during this sampling interval, modulo 2^32, counted using the rules for counting the nlMatrixSDPkts object (note that the corresponding nlMatrixSDPkts object selected is the one whose ...
- nlMatrixTopNHighCapacityReverseOverflowPktRate
- The number of packets seen from the destination host to the source host during this sampling interval, divided by 2^32, truncating fractions (i.e., X DIV 2^32), and counted using the rules for counting the nlMatrixSDPkts object (note that the correspondin ...
- nlMatrixTopNHighCapacityReversePktRate
- The number of packets seen from the destination host to the source host during this sampling interval, counted using the rules for counting the nlMatrixSDPkts object (note that the corresponding nlMatrixSDPkts object selected is the one whose source addre ...
- nlMatrixTopNHighCapacityBaseOctetRate
- The number of octets seen from the source host to the destination host during this sampling interval, modulo 2^32, counted using the rules for counting the nlMatrixSDOctets object.
- nlMatrixTopNHighCapacityOverflowOctetRate
- The number of octets seen from the source host to the destination host during this sampling interval, divided by 2^32, truncating fractions (i.e., X DIV 2^32), and counted using the rules for counting the nlMatrixSDOctets object.
- nlMatrixTopNHighCapacityOctetRate
- The number of octets seen from the source host to the destination host during this sampling interval, counted using the rules for counting the nlMatrixSDOctets object. If the value of nlMatrixTopNControlRateBase is nlMatrixTopNHighCapacityOctets, this var ...
- nlMatrixTopNHighCapacityReverseBaseOctetRate
- The number of octets seen from the destination host to the source host during this sampling interval, modulo 2^32, counted using the rules for counting the nlMatrixSDOctets object (note that the corresponding nlMatrixSDOctets object selected is the one wh ...
- nlMatrixTopNHighCapacityReverseOverflowOctetRate
- The number of octets seen from the destination host to the source host during this sampling interval, divided by 2^32, truncating fractions (i.e., X DIV 2^32), and counted using the rules for counting the nlMatrixSDOctets object (note that the correspondi ...
- nlMatrixTopNHighCapacityReverseOctetRate
- The number of octets seen from the destination host to the source host during this sampling interval, counted using the rules for counting the nlMatrixSDOctets object (note that the corresponding nlMatrixSDOctets object selected is the one whose source ad ...
- alHostHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-2 alHostTable.
- alHostHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-2 alHostEntry. These objects will be created by the agent for all alHostEntries associated with whichever hlHostControlEntries it deems appropriate. (i.e., either all alHostHighCapacityEntries associa ...
- alHostHighCapacityInOverflowPkts
- The number of times the associated alHostInPkts counter has overflowed.
- alHostHighCapacityInPkts
- The number of packets of this protocol type without errors transmitted to this address since it was added to the alHostHighCapacityTable. Note that this is the number of link-layer packets, so if a single network-layer packet is fragmented into several l ...
- alHostHighCapacityOutOverflowPkts
- The number of times the associated alHostOutPkts counter has overflowed.
- alHostHighCapacityOutPkts
- The number of packets of this protocol type without errors transmitted by this address since it was added to the alHostHighCapacityTable. Note that this is the number of link-layer packets, so if a single network-layer packet is fragmented into several l ...
- alHostHighCapacityInOverflowOctets
- The number of times the associated alHostInOctets counter has overflowed.
- alHostHighCapacityInOctets
- The number of octets transmitted to this address of this protocol type since it was added to the alHostHighCapacityTable (excluding framing bits but including FCS octets), excluding those octets in packets that contained errors. Note this doesn't count ju ...
- alHostHighCapacityOutOverflowOctets
- The number of times the associated alHostOutOctets counter has overflowed.
- alHostHighCapacityOutOctets
- The number of octets transmitted by this address of this protocol type since it was added to the alHostHighCapacityTable (excluding framing bits but including FCS octets), excluding those octets in packets that contained errors. Note this doesn't count ju ...
- alMatrixSDHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-2 alMatrixSDTable.
- alMatrixSDHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-2 alMatrixSDEntry. These objects will be created by the agent for all alMatrixSDEntries associated with whichever hlMatrixControlEntries it deems appropriate. (i.e., either all alMatrixSDHighCapacityE ...
- alMatrixSDHighCapacityOverflowPkts
- The number of times the associated alMatrixSDPkts counter has overflowed.
- alMatrixSDHighCapacityPkts
- The number of packets of this protocol type without errors transmitted from the source address to the destination address since this entry was added to the alMatrixSDHighCapacityTable. Note that this is the number of link-layer packets, so if a single net ...
- alMatrixSDHighCapacityOverflowOctets
- The number of times the associated alMatrixSDOctets counter has overflowed.
- alMatrixSDHighCapacityOctets
- The number of octets in packets of this protocol type transmitted from the source address to the destination address since this entry was added to the alMatrixSDHighCapacityTable (excluding framing bits but including FCS octets), excluding those octets in ...
- alMatrixDSHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-2 alMatrixDSTable.
- alMatrixDSHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-2 alMatrixSDTable. These objects will be created by the agent for all alMatrixDSEntries associated with whichever hlMatrixControlEntries it deems appropriate. (i.e., either all alMatrixDSHighCapacityE ...
- alMatrixDSHighCapacityOverflowPkts
- The number of times the associated alMatrixDSPkts counter has overflowed.
- alMatrixDSHighCapacityPkts
- The number of packets of this protocol type without errors transmitted from the source address to the destination address since this entry was added to the alMatrixDSHighCapacityTable. Note that this is the number of link-layer packets, so if a single net ...
- alMatrixDSHighCapacityOverflowOctets
- The number of times the associated alMatrixDSOctets counter has overflowed.
- alMatrixDSHighCapacityOctets
- The number of octets in packets of this protocol type transmitted from the source address to the destination address since this entry was added to the alMatrixDSHighCapacityTable (excluding framing bits but including FCS octets), excluding those octets in ...
- alMatrixTopNControlRateBase
- The variable for each alMatrix[SD/DS] entry that the alMatrixTopNEntries are sorted by, as well as the selector of the view of the matrix table that will be used, as well as a control for the table that the results will be reported in. The values alMatrix ...
- alMatrixTopNHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-2 alMatrixTopNTable when alMatrixTopNControlRateBase specifies a High Capacity TopN Report.
- alMatrixTopNHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-2 alMatrixTopNEntry when alMatrixTopNControlRateBase specifies a High Capacity TopN Report. These objects will be created by the agent for all alMatrixTopNEntries associated with whichever alMatrixTop ...
- alMatrixTopNHighCapacityBasePktRate
- The number of packets seen of this protocol from the source host to the destination host during this sampling interval, modulo 2^32, counted using the rules for counting the alMatrixSDPkts object.
- alMatrixTopNHighCapacityOverflowPktRate
- The number of packets seen of this protocol from the source host to the destination host during this sampling interval, divided by 2^32, truncating fractions (i.e., X DIV 2^32), and counted using the rules for counting the alMatrixSDPkts object.
- alMatrixTopNHighCapacityPktRate
- The number of packets seen of this protocol from the source host to the destination host during this sampling interval, counted using the rules for counting the alMatrixSDPkts object. If the value of alMatrixTopNControlRateBase is alMatrixTopNTerminalsPkt ...
- alMatrixTopNHighCapacityReverseBasePktRate
- The number of packets seen of this protocol from the destination host to the source host during this sampling interval, modulo 2^32, counted using the rules for counting the alMatrixSDPkts object (note that the corresponding alMatrixSDPkts object selected ...
- alMatrixTopNHighCapacityReverseOverflowPktRate
- The number of packets seen of this protocol from the destination host to the source host during this sampling interval, divided by 2^32, truncating fractions (i.e., X DIV 2^32), and counted using the rules for counting the alMatrixSDPkts object (note that ...
- alMatrixTopNHighCapacityReversePktRate
- The number of packets seen of this protocol from the destination host to the source host during this sampling interval, counted using the rules for counting the alMatrixSDPkts object (note that the corresponding alMatrixSDPkts object selected is the one w ...
- alMatrixTopNHighCapacityBaseOctetRate
- The number of octets seen of this protocol from the source host to the destination host during this sampling interval, modulo 2^32, counted using the rules for counting the alMatrixSDOctets object.
- alMatrixTopNHighCapacityOverflowOctetRate
- The number of octets seen of this protocol from the source host to the destination host during this sampling interval, divided by 2^32, truncating fractions (i.e., X DIV 2^32), and counted using the rules for counting the alMatrixSDOctets object.
- alMatrixTopNHighCapacityOctetRate
- The number of octets seen of this protocol from the source host to the destination host during this sampling interval, counted using the rules for counting the alMatrixSDOctets object. If the value of alMatrixTopNControlRateBase is alMatrixTopNTerminalsOc ...
- alMatrixTopNHighCapacityReverseBaseOctetRate
- The number of octets seen of this protocol from the destination host to the source host during this sampling interval, modulo 2^32, counted using the rules for counting the alMatrixSDOctets object (note that the corresponding alMatrixSDOctets object selec ...
- alMatrixTopNHighCapacityReverseOverflowOctetRate
- The number of octets seen of this protocol from the destination host to the source host during this sampling interval, divided by 2^32, truncating fractions (i.e., X DIV 2^32), and counted using the rules for counting the alMatrixSDOctets object (note tha ...
- alMatrixTopNHighCapacityReverseOctetRate
- The number of octets seen of this protocol from the destination host to the source host during this sampling interval, counted using the rules for counting the alMatrixSDOctets object (note that the corresponding alMatrixSDOctets object selected is the on ...
- usrHistoryHighCapacityTable
- Contains the High Capacity RMON extensions to the RMON-2 usrHistoryTable.
- usrHistoryHighCapacityEntry
- Contains the High Capacity RMON extensions to the RMON-2 usrHistoryEntry. These objects will be created by the agent for all usrHistoryEntries associated with whichever usrHistoryControlEntries it deems appropriate. (i.e., either all usrHistoryHighCapacit ...
- usrHistoryHighCapacityOverflowAbsValue
- The absolute value (i.e. unsigned value) of the user-specified statistic during the last sampling period, divided by 2^32, truncating fractions (i.e., X DIV 2^32). The value during the current sampling period is not made available until the period is comp ...
- usrHistoryHighCapacityAbsValue
- The absolute value (i.e. unsigned value) of the user-specified statistic during the last sampling period. The value during the current sampling period is not made available until the period is completed. To obtain the true value for this sampling interval ...
- hcRMONCapabilities
- An indication of the High Capacity RMON MIB groups supported on at least one interface by this probe.
- mediaIndependentGroup
- Collects utilization statistics for any type of network.
- etherStatsHighCapacityGroup
- Collects utilization statistics for ethernet networks.
- etherHistoryHighCapacityGroup
- Collects utilization statistics for ethernet networks.
- hostHighCapacityGroup
- Collects utilization and error statistics per host.
- hostTopNHighCapacityGroup
- Prepares sorted reports of utilization and error statistics per host.
- matrixHighCapacityGroup
- Collects utilization statistics per conversation.
- captureBufferHighCapacityGroup
- Provides finer granularity timestamps.
- protocolDistributionHighCapacityGroup
- Collects the relative amounts of octets and packets for the different protocols detected on a network segment.
- nlHostHighCapacityGroup
- Counts the amount of traffic sent from and to each network address discovered by the probe.
- nlMatrixHighCapacityGroup
- Counts the amount of traffic sent between each pair of network addresses discovered by the probe.
- nlMatrixTopNHighCapacityGroup
- Prepares sorted reports of the amount of traffic sent between each pair of network addresses discovered by the probe.
- alHostHighCapacityGroup
- Counts the amount of traffic, by protocol, sent from and to each network address discovered by the probe.
- alMatrixHighCapacityGroup
- Counts the amount of traffic, by protocol, sent between each pair of network addresses discovered by the probe.
- alMatrixTopNHighCapacityGroup
- Prepares sorted reports of the amount of traffic per protocol sent between each pair of network addresses discovered by the probe.
- usrHistoryHighCapacityGroup
- Provides user-defined collection of historical information from MIB objects on the probe with scalability to statistics from high-capacity networks.
- hcRMONInformationGroup
- An indication of the high capacity RMON groups supported on at least one interface by this probe.
Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.