|
Packit |
022b05 |
HC-RMON-MIB DEFINITIONS ::= BEGIN
|
|
Packit |
022b05 |
IMPORTS
|
|
Packit |
022b05 |
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32,
|
|
Packit |
022b05 |
Gauge32, Counter64 FROM SNMPv2-SMI
|
|
Packit |
022b05 |
RowStatus, TimeStamp FROM SNMPv2-TC
|
|
Packit |
022b05 |
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
|
|
Packit |
022b05 |
rmon, OwnerString, statistics, history, hosts, hostTopN, matrix,
|
|
Packit |
022b05 |
etherStatsIndex, etherHistoryIndex, etherHistorySampleIndex,
|
|
Packit |
022b05 |
hostIndex, hostAddress, hostTimeIndex, hostTimeCreationOrder,
|
|
Packit |
022b05 |
hostTopNReport, hostTopNIndex,
|
|
Packit |
022b05 |
matrixSDIndex, matrixSDSourceAddress, matrixSDDestAddress,
|
|
Packit |
022b05 |
matrixDSIndex, matrixDSDestAddress, matrixDSSourceAddress,
|
|
Packit |
022b05 |
capture, captureBufferControlIndex, captureBufferIndex
|
|
Packit |
022b05 |
FROM RMON-MIB
|
|
Packit |
022b05 |
protocolDirLocalIndex, protocolDistControlIndex,
|
|
Packit |
022b05 |
protocolDist, hlHostControlIndex,
|
|
Packit |
022b05 |
nlHost, nlHostTimeMark, nlHostAddress,
|
|
Packit |
022b05 |
hlMatrixControlIndex, nlMatrix,
|
|
Packit |
022b05 |
nlMatrixSDTimeMark, nlMatrixSDSourceAddress, nlMatrixSDDestAddress,
|
|
Packit |
022b05 |
nlMatrixDSTimeMark, nlMatrixDSDestAddress, nlMatrixDSSourceAddress,
|
|
Packit |
022b05 |
nlMatrixTopNControlIndex, nlMatrixTopNIndex,
|
|
Packit |
022b05 |
alHost, alHostTimeMark,
|
|
Packit |
022b05 |
alMatrix, alMatrixSDTimeMark, alMatrixDSTimeMark,
|
|
Packit |
022b05 |
alMatrixTopNControlIndex, alMatrixTopNIndex,
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
usrHistory, usrHistoryControlIndex,
|
|
Packit |
022b05 |
usrHistorySampleIndex, usrHistoryObjectIndex,
|
|
Packit |
022b05 |
rmonConformance, ZeroBasedCounter32, probeConfig
|
|
Packit |
022b05 |
FROM RMON2-MIB
|
|
Packit |
022b05 |
ZeroBasedCounter64, CounterBasedGauge64
|
|
Packit |
022b05 |
FROM HCNUM-TC;
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- Remote Network Monitoring MIB
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hcRMON MODULE-IDENTITY
|
|
Packit |
022b05 |
LAST-UPDATED "200205080000Z" -- May 08, 2002
|
|
Packit |
022b05 |
ORGANIZATION "IETF RMON MIB Working Group"
|
|
Packit |
022b05 |
CONTACT-INFO
|
|
Packit |
022b05 |
"Steve Waldbusser
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Phone: +1-650-948-6500
|
|
Packit |
022b05 |
Fax: +1-650-745-0671
|
|
Packit |
022b05 |
Email: waldbusser@nextbeacon.com
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Andy Bierman
|
|
Packit |
022b05 |
WG Chair
|
|
Packit |
022b05 |
abierman@cisco.com
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
RMONMIB WG Mailing List
|
|
Packit |
022b05 |
rmonmib@ietf.org
|
|
Packit |
022b05 |
http://www.ietf.org/mailman/listinfo/rmonmib"
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The MIB module for managing remote monitoring
|
|
Packit |
022b05 |
device implementations. This MIB module
|
|
Packit |
022b05 |
augments the original RMON MIB as specified in
|
|
Packit |
022b05 |
RFC 2819 and RFC 1513 and RMON-2 MIB as specified in
|
|
Packit |
022b05 |
RFC 2021."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
REVISION "200205080000Z" -- May 08, 2002
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The original version of this MIB, published as RFC3273."
|
|
Packit |
022b05 |
::= { rmonConformance 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- { rmon 1 } through { rmon 20 } are defined in RMON [RFC 2819] and
|
|
Packit |
022b05 |
-- the Token Ring RMON MIB [RFC 1513] and the RMON-2 MIB [RFC 2021].
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentStats OBJECT IDENTIFIER ::= { rmon 21 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF MediaIndependentEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
"Media independent statistics for promiscuous monitoring of
|
|
Packit |
022b05 |
any media.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
The following table defines media independent statistics that
|
|
Packit |
022b05 |
provide information for full and/or half-duplex links as well
|
|
Packit |
022b05 |
as high capacity links.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
For half-duplex links, or full-duplex-capable links operating
|
|
Packit |
022b05 |
in half-duplex mode, the mediaIndependentIn* objects shall be
|
|
Packit |
022b05 |
used and the mediaIndependentOut* objects shall not increment.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
For full-duplex links, the mediaIndependentOut* objects shall
|
|
Packit |
022b05 |
be present and shall increment. Whenever possible, the probe
|
|
Packit |
022b05 |
should count packets moving away from the closest terminating
|
|
Packit |
022b05 |
equipment as output packets. Failing that, the probe should
|
|
Packit |
022b05 |
count packets moving away from the DTE as output packets."
|
|
Packit |
022b05 |
::= { mediaIndependentStats 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX MediaIndependentEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Media independent statistics for promiscuous monitoring of
|
|
Packit |
022b05 |
any media."
|
|
Packit |
022b05 |
INDEX { mediaIndependentIndex }
|
|
Packit |
022b05 |
::= { mediaIndependentTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MediaIndependentEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentIndex Integer32,
|
|
Packit |
022b05 |
mediaIndependentDataSource OBJECT IDENTIFIER,
|
|
Packit |
022b05 |
mediaIndependentDropEvents Counter32,
|
|
Packit |
022b05 |
mediaIndependentDroppedFrames Counter32,
|
|
Packit |
022b05 |
mediaIndependentInPkts Counter32,
|
|
Packit |
022b05 |
mediaIndependentInOverflowPkts Counter32,
|
|
Packit |
022b05 |
mediaIndependentInHighCapacityPkts Counter64,
|
|
Packit |
022b05 |
mediaIndependentOutPkts Counter32,
|
|
Packit |
022b05 |
mediaIndependentOutOverflowPkts Counter32,
|
|
Packit |
022b05 |
mediaIndependentOutHighCapacityPkts Counter64,
|
|
Packit |
022b05 |
mediaIndependentInOctets Counter32,
|
|
Packit |
022b05 |
mediaIndependentInOverflowOctets Counter32,
|
|
Packit |
022b05 |
mediaIndependentInHighCapacityOctets Counter64,
|
|
Packit |
022b05 |
mediaIndependentOutOctets Counter32,
|
|
Packit |
022b05 |
mediaIndependentOutOverflowOctets Counter32,
|
|
Packit |
022b05 |
mediaIndependentOutHighCapacityOctets Counter64,
|
|
Packit |
022b05 |
mediaIndependentInNUCastPkts Counter32,
|
|
Packit |
022b05 |
mediaIndependentInNUCastOverflowPkts Counter32,
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInNUCastHighCapacityPkts Counter64,
|
|
Packit |
022b05 |
mediaIndependentOutNUCastPkts Counter32,
|
|
Packit |
022b05 |
mediaIndependentOutNUCastOverflowPkts Counter32,
|
|
Packit |
022b05 |
mediaIndependentOutNUCastHighCapacityPkts Counter64,
|
|
Packit |
022b05 |
mediaIndependentInErrors Counter32,
|
|
Packit |
022b05 |
mediaIndependentOutErrors Counter32,
|
|
Packit |
022b05 |
mediaIndependentInputSpeed Gauge32,
|
|
Packit |
022b05 |
mediaIndependentOutputSpeed Gauge32,
|
|
Packit |
022b05 |
mediaIndependentDuplexMode INTEGER,
|
|
Packit |
022b05 |
mediaIndependentDuplexChanges Counter32,
|
|
Packit |
022b05 |
mediaIndependentDuplexLastChange TimeStamp,
|
|
Packit |
022b05 |
mediaIndependentOwner OwnerString,
|
|
Packit |
022b05 |
mediaIndependentStatus RowStatus
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentIndex OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Integer32 (1..65535)
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The value of this object uniquely identifies this
|
|
Packit |
022b05 |
mediaIndependent entry."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentDataSource OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX OBJECT IDENTIFIER
|
|
Packit |
022b05 |
MAX-ACCESS read-create
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"This object identifies the source of the data that
|
|
Packit |
022b05 |
this mediaIndependent entry is configured to analyze. This
|
|
Packit |
022b05 |
source can be any interface on this device.
|
|
Packit |
022b05 |
In order to identify a particular interface, this
|
|
Packit |
022b05 |
object shall identify the instance of the ifIndex
|
|
Packit |
022b05 |
object, defined in RFC 1213 and RFC 2233 [16,17], for
|
|
Packit |
022b05 |
the desired interface. For example, if an entry
|
|
Packit |
022b05 |
were to receive data from interface #1, this object
|
|
Packit |
022b05 |
would be set to ifIndex.1.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
The statistics in this group reflect all packets
|
|
Packit |
022b05 |
on the local network segment attached to the
|
|
Packit |
022b05 |
identified interface.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
An agent may or may not be able to tell if
|
|
Packit |
022b05 |
fundamental changes to the media of the interface
|
|
Packit |
022b05 |
have occurred and necessitate a deletion of
|
|
Packit |
022b05 |
this entry. For example, a hot-pluggable ethernet
|
|
Packit |
022b05 |
card could be pulled out and replaced by a
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
token-ring card. In such a case, if the agent has
|
|
Packit |
022b05 |
such knowledge of the change, it is recommended that
|
|
Packit |
022b05 |
it delete this entry.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This object may not be modified if the associated
|
|
Packit |
022b05 |
mediaIndependentStatus object is equal to active(1)."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentDropEvents OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Events"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of events in which packets
|
|
Packit |
022b05 |
were dropped by the probe due to lack of resources.
|
|
Packit |
022b05 |
Note that this number is not necessarily the number of
|
|
Packit |
022b05 |
packets dropped; it is just the number of times this
|
|
Packit |
022b05 |
condition has been detected."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentDroppedFrames OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of frames which were received by the probe
|
|
Packit |
022b05 |
and therefore not accounted for in the
|
|
Packit |
022b05 |
mediaIndependentDropEvents, but for which the probe chose not
|
|
Packit |
022b05 |
to count for this entry for whatever reason. Most often, this
|
|
Packit |
022b05 |
event occurs when the probe is out of some resources and
|
|
Packit |
022b05 |
decides to shed load from this collection.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This count does not include packets that were not counted
|
|
Packit |
022b05 |
because they had MAC-layer errors.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note that, unlike the dropEvents counter, this number is the
|
|
Packit |
022b05 |
exact number of frames dropped."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad packets,
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
broadcast packets, and multicast packets) received
|
|
Packit |
022b05 |
on a half-duplex link or on the inbound connection of a
|
|
Packit |
022b05 |
full-duplex link."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated
|
|
Packit |
022b05 |
mediaIndependentInPkts counter has overflowed."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad packets,
|
|
Packit |
022b05 |
broadcast packets, and multicast packets) received
|
|
Packit |
022b05 |
on a half-duplex link or on the inbound connection of a
|
|
Packit |
022b05 |
full-duplex link."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad packets,
|
|
Packit |
022b05 |
broadcast packets, and multicast packets) received on a
|
|
Packit |
022b05 |
full-duplex link in the direction of the network."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 8 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated
|
|
Packit |
022b05 |
mediaIndependentOutPkts counter has overflowed."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 9 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad packets,
|
|
Packit |
022b05 |
broadcast packets, and multicast packets) received on a
|
|
Packit |
022b05 |
full-duplex link in the direction of the network."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 10 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of octets of data (including those in bad
|
|
Packit |
022b05 |
packets) received (excluding framing bits but including FCS
|
|
Packit |
022b05 |
octets) on a half-duplex link or on the inbound connection of
|
|
Packit |
022b05 |
a full-duplex link."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 11 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated
|
|
Packit |
022b05 |
mediaIndependentInOctets counter has overflowed."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 12 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInHighCapacityOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of octets of data (including those in bad
|
|
Packit |
022b05 |
packets) received (excluding framing bits but
|
|
Packit |
022b05 |
including FCS octets) on a half-duplex link or on the inbound
|
|
Packit |
022b05 |
connection of a full-duplex link."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 13 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of octets of data (including those in bad
|
|
Packit |
022b05 |
packets) received on a full-duplex link in the direction of
|
|
Packit |
022b05 |
the network (excluding framing bits but including FCS
|
|
Packit |
022b05 |
octets)."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 14 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated
|
|
Packit |
022b05 |
mediaIndependentOutOctets counter has overflowed."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 15 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutHighCapacityOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of octets of data (including those in bad
|
|
Packit |
022b05 |
packets) received on a full-duplex link in the direction of
|
|
Packit |
022b05 |
the network (excluding framing bits but including FCS
|
|
Packit |
022b05 |
octets)."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 16 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInNUCastPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of non-unicast packets (including bad
|
|
Packit |
022b05 |
packets) received on a half-duplex link or on the inbound
|
|
Packit |
022b05 |
connection of a full-duplex link."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 17 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInNUCastOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
"The number of times the associated
|
|
Packit |
022b05 |
mediaIndependentInNUCastPkts counter has overflowed."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 18 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInNUCastHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of non-unicast packets (including bad
|
|
Packit |
022b05 |
packets) received on a half-duplex link or on the inbound
|
|
Packit |
022b05 |
connection of a full-duplex link."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 19 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutNUCastPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of non-unicast packets (including bad
|
|
Packit |
022b05 |
packets) received on a full-duplex link in the direction of
|
|
Packit |
022b05 |
the network."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 20 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutNUCastOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated
|
|
Packit |
022b05 |
mediaIndependentOutNUCastPkts counter has overflowed."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 21 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutNUCastHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad packets)
|
|
Packit |
022b05 |
received on a full-duplex link in the direction of the
|
|
Packit |
022b05 |
network."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 22 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInErrors OBJECT-TYPE
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of bad packets received on a
|
|
Packit |
022b05 |
half-duplex link or on the inbound connection of a
|
|
Packit |
022b05 |
full-duplex link."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 23 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutErrors OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of bad packets received on a full-duplex
|
|
Packit |
022b05 |
link in the direction of the network."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 24 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentInputSpeed OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Kilobits per Second"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The nominal maximum speed in kilobits per second of this
|
|
Packit |
022b05 |
half-duplex link or on the inbound connection of this
|
|
Packit |
022b05 |
full-duplex link. If the speed is unknown or there is no fixed
|
|
Packit |
022b05 |
maximum (e.g. a compressed link), this value shall be zero."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 25 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutputSpeed OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Kilobits per Second"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The nominal maximum speed in kilobits per second of this
|
|
Packit |
022b05 |
full-duplex link in the direction of the network. If the speed
|
|
Packit |
022b05 |
is unknown, the link is half-duplex, or there is no fixed
|
|
Packit |
022b05 |
maximum (e.g. a compressed link), this value shall be zero."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 26 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentDuplexMode OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX INTEGER {
|
|
Packit |
022b05 |
halfduplex(1),
|
|
Packit |
022b05 |
fullduplex(2)
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The current mode of this link.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note that if the link has full-duplex capabilities but
|
|
Packit |
022b05 |
is operating in half-duplex mode, this value will be
|
|
Packit |
022b05 |
halfduplex(1)."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 27 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentDuplexChanges OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Events"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times this link has changed from full-duplex
|
|
Packit |
022b05 |
mode to half-duplex mode or from half-duplex mode to
|
|
Packit |
022b05 |
full-duplex mode."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 28 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentDuplexLastChange OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX TimeStamp
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The value of sysUpTime at the time the duplex status
|
|
Packit |
022b05 |
of this link last changed."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 29 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOwner OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX OwnerString
|
|
Packit |
022b05 |
MAX-ACCESS read-create
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The entity that configured this entry and is
|
|
Packit |
022b05 |
therefore using the resources assigned to it."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 30 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentStatus OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX RowStatus
|
|
Packit |
022b05 |
MAX-ACCESS read-create
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The status of this media independent statistics entry."
|
|
Packit |
022b05 |
::= { mediaIndependentEntry 31 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the etherStatsTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF EtherStatsHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
etherStatsTable."
|
|
Packit |
022b05 |
::= { statistics 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX EtherStatsHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
etherStatsEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all etherStatsEntries it deems appropriate."
|
|
Packit |
022b05 |
INDEX { etherStatsIndex }
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
EtherStatsHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts Counter32,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts Counter64,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowOctets Counter32,
|
|
Packit |
022b05 |
etherStatsHighCapacityOctets Counter64,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts64Octets Counter32,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts64Octets Counter64,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts65to127Octets Counter32,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts65to127Octets Counter64,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts128to255Octets Counter32,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts128to255Octets Counter64,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts256to511Octets Counter32,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts256to511Octets Counter64,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts512to1023Octets Counter32,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts512to1023Octets Counter64,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts1024to1518Octets Counter32,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts1024to1518Octets Counter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
"The number of times the associated etherStatsPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad packets,
|
|
Packit |
022b05 |
broadcast packets, and multicast packets) received."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated etherStatsOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of octets of data (including
|
|
Packit |
022b05 |
those in bad packets) received on the
|
|
Packit |
022b05 |
network (excluding framing bits but including
|
|
Packit |
022b05 |
FCS octets).
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
If the network is half-duplex Fast Ethernet, this
|
|
Packit |
022b05 |
object can be used as a reasonable estimate of
|
|
Packit |
022b05 |
utilization. If greater precision is desired, the
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts and
|
|
Packit |
022b05 |
etherStatsHighCapacityOctets objects should be sampled
|
|
Packit |
022b05 |
before and after a common interval. The differences
|
|
Packit |
022b05 |
in the sampled values are Pkts and Octets,
|
|
Packit |
022b05 |
respectively, and the number of seconds in the
|
|
Packit |
022b05 |
interval is Interval. These values
|
|
Packit |
022b05 |
are used to calculate the Utilization as follows:
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Pkts * (.96 + .64) + (Octets * .08)
|
|
Packit |
022b05 |
Utilization = -------------------------------------
|
|
Packit |
022b05 |
Interval * 10,000
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
The result of this equation is the value Utilization
|
|
Packit |
022b05 |
which is the percent utilization of the ethernet
|
|
Packit |
022b05 |
segment on a scale of 0 to 100 percent.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This table is not appropriate for monitoring full-duplex
|
|
Packit |
022b05 |
ethernets. If the network is a full-duplex ethernet and the
|
|
Packit |
022b05 |
mediaIndependentTable is monitoring that network, the
|
|
Packit |
022b05 |
utilization can be calculated as follows:
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
1) Determine the utilization of the inbound path by using
|
|
Packit |
022b05 |
the appropriate equation (for ethernet or fast ethernet)
|
|
Packit |
022b05 |
to determine the utilization, substituting
|
|
Packit |
022b05 |
mediaIndependentInPkts for etherStatsHighCapacityPkts, and
|
|
Packit |
022b05 |
mediaIndependentInOctets for etherStatsHighCapacityOctets.
|
|
Packit |
022b05 |
Call the resulting utilization inUtilization.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
2) Determine the utilization of the outbound path by using
|
|
Packit |
022b05 |
the same equation to determine the utilization, substituting
|
|
Packit |
022b05 |
mediaIndependentOutPkts for etherStatsHighCapacityPkts, and
|
|
Packit |
022b05 |
mediaIndependentOutOctets for etherStatsHighCapacityOctets.
|
|
Packit |
022b05 |
Call the resulting utilization outUtilization.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
3) The utilization is the maximum of inUtilization and
|
|
Packit |
022b05 |
outUtilization. This metric shows the amount of percentage
|
|
Packit |
022b05 |
of bandwidth that is left before congestion will be
|
|
Packit |
022b05 |
experienced on the link."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts64Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated etherStatsPkts64Octets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts64Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
"The total number of packets (including bad
|
|
Packit |
022b05 |
packets) received that were 64 octets in length
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets)."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts65to127Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated etherStatsPkts65to127Octets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts65to127Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad
|
|
Packit |
022b05 |
packets) received that were between
|
|
Packit |
022b05 |
65 and 127 octets in length inclusive
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets)."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 8 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts128to255Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated etherStatsPkts128to255Octets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 9 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts128to255Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad
|
|
Packit |
022b05 |
packets) received that were between
|
|
Packit |
022b05 |
128 and 255 octets in length inclusive
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets)."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 10 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts256to511Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated etherStatsPkts256to511Octets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 11 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts256to511Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad
|
|
Packit |
022b05 |
packets) received that were between
|
|
Packit |
022b05 |
256 and 511 octets in length inclusive
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets)."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 12 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts512to1023Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated
|
|
Packit |
022b05 |
etherStatsPkts512to1023Octets counter has overflowed."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 13 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts512to1023Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad
|
|
Packit |
022b05 |
packets) received that were between
|
|
Packit |
022b05 |
512 and 1023 octets in length inclusive
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets)."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 14 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts1024to1518Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated
|
|
Packit |
022b05 |
etherStatsPkts1024to1518Octets counter has overflowed."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 15 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts1024to1518Octets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad
|
|
Packit |
022b05 |
packets) received that were between
|
|
Packit |
022b05 |
1024 and 1518 octets in length inclusive
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets)."
|
|
Packit |
022b05 |
::= { etherStatsHighCapacityEntry 16 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the etherHistoryTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherHistoryHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF EtherHistoryHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
etherHistoryTable."
|
|
Packit |
022b05 |
::= { history 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherHistoryHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX EtherHistoryHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
etherHistoryEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all etherHistoryEntries associated with whichever
|
|
Packit |
022b05 |
historyControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
etherHistoryHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
historyControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
INDEX { etherHistoryIndex, etherHistorySampleIndex }
|
|
Packit |
022b05 |
::= { etherHistoryHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
EtherHistoryHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
etherHistoryHighCapacityOverflowPkts Gauge32,
|
|
Packit |
022b05 |
etherHistoryHighCapacityPkts CounterBasedGauge64,
|
|
Packit |
022b05 |
etherHistoryHighCapacityOverflowOctets Gauge32,
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherHistoryHighCapacityOctets CounterBasedGauge64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherHistoryHighCapacityOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated etherHistoryPkts
|
|
Packit |
022b05 |
Gauge overflowed during this sampling interval."
|
|
Packit |
022b05 |
::= { etherHistoryHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherHistoryHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of packets (including bad packets,
|
|
Packit |
022b05 |
broadcast packets, and multicast packets) received during
|
|
Packit |
022b05 |
this sampling interval."
|
|
Packit |
022b05 |
::= { etherHistoryHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherHistoryHighCapacityOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated etherHistoryOctets
|
|
Packit |
022b05 |
counter has overflowed during this sampling interval."
|
|
Packit |
022b05 |
::= { etherHistoryHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherHistoryHighCapacityOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The total number of octets of data (including
|
|
Packit |
022b05 |
those in bad packets) received on the
|
|
Packit |
022b05 |
network (excluding framing bits but including
|
|
Packit |
022b05 |
FCS octets) during this sampling interval."
|
|
Packit |
022b05 |
::= { etherHistoryHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity Extensions for the hostTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF HostHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
hostTable."
|
|
Packit |
022b05 |
::= { hosts 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX HostHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
hostEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all hostEntries associated with whichever
|
|
Packit |
022b05 |
hostControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
hostHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
hostControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
INDEX { hostIndex, hostAddress }
|
|
Packit |
022b05 |
::= { hostHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
HostHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
hostHighCapacityInOverflowPkts Counter32,
|
|
Packit |
022b05 |
hostHighCapacityInPkts Counter64,
|
|
Packit |
022b05 |
hostHighCapacityOutOverflowPkts Counter32,
|
|
Packit |
022b05 |
hostHighCapacityOutPkts Counter64,
|
|
Packit |
022b05 |
hostHighCapacityInOverflowOctets Counter32,
|
|
Packit |
022b05 |
hostHighCapacityInOctets Counter64,
|
|
Packit |
022b05 |
hostHighCapacityOutOverflowOctets Counter32,
|
|
Packit |
022b05 |
hostHighCapacityOutOctets Counter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityInOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated hostInPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { hostHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityInPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of good packets transmitted to
|
|
Packit |
022b05 |
this address since it was added to the
|
|
Packit |
022b05 |
hostHighCapacityTable."
|
|
Packit |
022b05 |
::= { hostHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityOutOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated hostOutPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { hostHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityOutPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets, including bad packets, transmitted
|
|
Packit |
022b05 |
by this address since it was added to the
|
|
Packit |
022b05 |
hostHighCapacityTable."
|
|
Packit |
022b05 |
::= { hostHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityInOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated hostInOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { hostHighCapacityEntry 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityInOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets transmitted to this address
|
|
Packit |
022b05 |
since it was added to the hostHighCapacityTable (excluding
|
|
Packit |
022b05 |
framing bits but including FCS octets), except for
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
those octets in bad packets."
|
|
Packit |
022b05 |
::= { hostHighCapacityEntry 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityOutOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated hostOutOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { hostHighCapacityEntry 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityOutOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets transmitted by this address
|
|
Packit |
022b05 |
since it was added to the hostHighCapacityTable (excluding
|
|
Packit |
022b05 |
framing bits but including FCS octets), including
|
|
Packit |
022b05 |
those octets in bad packets."
|
|
Packit |
022b05 |
::= { hostHighCapacityEntry 8 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the hostTimeTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTimeHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF HostTimeHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
hostTimeTable."
|
|
Packit |
022b05 |
::= { hosts 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTimeHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX HostTimeHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
hostTimeEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all hostTimeEntries associated with whichever
|
|
Packit |
022b05 |
hostControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
hostTimeHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
hostControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
INDEX { hostTimeIndex, hostTimeCreationOrder }
|
|
Packit |
022b05 |
::= { hostTimeHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
HostTimeHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
hostTimeHighCapacityInOverflowPkts Counter32,
|
|
Packit |
022b05 |
hostTimeHighCapacityInPkts Counter64,
|
|
Packit |
022b05 |
hostTimeHighCapacityOutOverflowPkts Counter32,
|
|
Packit |
022b05 |
hostTimeHighCapacityOutPkts Counter64,
|
|
Packit |
022b05 |
hostTimeHighCapacityInOverflowOctets Counter32,
|
|
Packit |
022b05 |
hostTimeHighCapacityInOctets Counter64,
|
|
Packit |
022b05 |
hostTimeHighCapacityOutOverflowOctets Counter32,
|
|
Packit |
022b05 |
hostTimeHighCapacityOutOctets Counter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTimeHighCapacityInOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated hostTimeInPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { hostTimeHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTimeHighCapacityInPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of good packets transmitted to this address
|
|
Packit |
022b05 |
since it was added to the hostTimeHighCapacityTable."
|
|
Packit |
022b05 |
::= { hostTimeHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTimeHighCapacityOutOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated hostTimeOutPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { hostTimeHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTimeHighCapacityOutPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets, including bad packets, transmitted
|
|
Packit |
022b05 |
by this address since it was added to the
|
|
Packit |
022b05 |
hostTimeHighCapacityTable."
|
|
Packit |
022b05 |
::= { hostTimeHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTimeHighCapacityInOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated hostTimeInOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { hostTimeHighCapacityEntry 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTimeHighCapacityInOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets transmitted to this address
|
|
Packit |
022b05 |
since it was added to the hostTimeHighCapacityTable
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets),
|
|
Packit |
022b05 |
except for those octets in bad packets."
|
|
Packit |
022b05 |
::= { hostTimeHighCapacityEntry 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTimeHighCapacityOutOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated hostTimeOutOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { hostTimeHighCapacityEntry 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTimeHighCapacityOutOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets transmitted by this address since
|
|
Packit |
022b05 |
it was added to the hostTimeTable (excluding framing
|
|
Packit |
022b05 |
bits but including FCS octets), including those
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
octets in bad packets."
|
|
Packit |
022b05 |
::= { hostTimeHighCapacityEntry 8 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity Extensions for the hostTopNTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTopNHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF HostTopNHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
hostTopNTable when hostTopNRateBase specifies a High Capacity
|
|
Packit |
022b05 |
TopN Report."
|
|
Packit |
022b05 |
::= { hostTopN 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTopNHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX HostTopNHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
hostTopNEntry when hostTopNRateBase specifies a High Capacity
|
|
Packit |
022b05 |
TopN Report. These objects will be created by the agent
|
|
Packit |
022b05 |
for all hostTopNEntries associated with whichever
|
|
Packit |
022b05 |
hostTopNControlEntries have a hostTopNRateBase that specify
|
|
Packit |
022b05 |
a high capacity report."
|
|
Packit |
022b05 |
INDEX { hostTopNReport, hostTopNIndex }
|
|
Packit |
022b05 |
::= { hostTopNHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
HostTopNHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
hostTopNHighCapacityAddress OCTET STRING,
|
|
Packit |
022b05 |
hostTopNHighCapacityBaseRate Gauge32,
|
|
Packit |
022b05 |
hostTopNHighCapacityOverflowRate Gauge32,
|
|
Packit |
022b05 |
hostTopNHighCapacityRate CounterBasedGauge64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTopNHighCapacityAddress OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX OCTET STRING
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The physical address of this host."
|
|
Packit |
022b05 |
::= { hostTopNHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTopNHighCapacityBaseRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The amount of change in the selected variable
|
|
Packit |
022b05 |
during this sampling interval, modulo 2^32. The
|
|
Packit |
022b05 |
selected variable is this host's instance of the
|
|
Packit |
022b05 |
object selected by hostTopNRateBase."
|
|
Packit |
022b05 |
::= { hostTopNHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTopNHighCapacityOverflowRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The amount of change in the selected variable
|
|
Packit |
022b05 |
during this sampling interval, divided by 2^32, truncating
|
|
Packit |
022b05 |
fractions (i.e., X DIV 2^32). The selected variable is
|
|
Packit |
022b05 |
this host's instance of the object selected by
|
|
Packit |
022b05 |
hostTopNRateBase."
|
|
Packit |
022b05 |
::= { hostTopNHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTopNHighCapacityRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The amount of change in the selected variable
|
|
Packit |
022b05 |
during this sampling interval. The selected
|
|
Packit |
022b05 |
variable is this host's instance of the object
|
|
Packit |
022b05 |
selected by hostTopNRateBase."
|
|
Packit |
022b05 |
::= { hostTopNHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity Extensions for the matrixSDTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixSDHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF MatrixSDHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
matrixSDTable."
|
|
Packit |
022b05 |
::= { matrix 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixSDHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX MatrixSDHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
matrixSDEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
for all matrixSDEntries associated with whichever
|
|
Packit |
022b05 |
matrixControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
matrixSDHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
matrixControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
INDEX { matrixSDIndex,
|
|
Packit |
022b05 |
matrixSDSourceAddress, matrixSDDestAddress }
|
|
Packit |
022b05 |
::= { matrixSDHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MatrixSDHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
matrixSDHighCapacityOverflowPkts Counter32,
|
|
Packit |
022b05 |
matrixSDHighCapacityPkts Counter64,
|
|
Packit |
022b05 |
matrixSDHighCapacityOverflowOctets Counter32,
|
|
Packit |
022b05 |
matrixSDHighCapacityOctets Counter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixSDHighCapacityOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated matrixSDPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { matrixSDHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixSDHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets transmitted from the source
|
|
Packit |
022b05 |
address to the destination address (this number
|
|
Packit |
022b05 |
includes bad packets)."
|
|
Packit |
022b05 |
::= { matrixSDHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixSDHighCapacityOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated matrixSDOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { matrixSDHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixSDHighCapacityOctets OBJECT-TYPE
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets (excluding framing bits but
|
|
Packit |
022b05 |
including FCS octets) contained in all packets
|
|
Packit |
022b05 |
transmitted from the source address to the
|
|
Packit |
022b05 |
destination address."
|
|
Packit |
022b05 |
::= { matrixSDHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the matrixDSTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixDSHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF MatrixDSHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
matrixDSTable."
|
|
Packit |
022b05 |
::= { matrix 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixDSHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX MatrixDSHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
matrixDSEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all matrixDSEntries associated with whichever
|
|
Packit |
022b05 |
matrixControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
matrixDSHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
matrixControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
INDEX { matrixDSIndex,
|
|
Packit |
022b05 |
matrixDSDestAddress, matrixDSSourceAddress }
|
|
Packit |
022b05 |
::= { matrixDSHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MatrixDSHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
matrixDSHighCapacityOverflowPkts Counter32,
|
|
Packit |
022b05 |
matrixDSHighCapacityPkts Counter64,
|
|
Packit |
022b05 |
matrixDSHighCapacityOverflowOctets Counter32,
|
|
Packit |
022b05 |
matrixDSHighCapacityOctets Counter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixDSHighCapacityOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated matrixDSPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { matrixDSHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixDSHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets transmitted from the source
|
|
Packit |
022b05 |
address to the destination address (this number
|
|
Packit |
022b05 |
includes bad packets)."
|
|
Packit |
022b05 |
::= { matrixDSHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixDSHighCapacityOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated matrixDSOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { matrixDSHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixDSHighCapacityOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Counter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets (excluding framing bits
|
|
Packit |
022b05 |
but including FCS octets) contained in all packets
|
|
Packit |
022b05 |
transmitted from the source address to the
|
|
Packit |
022b05 |
destination address."
|
|
Packit |
022b05 |
::= { matrixDSHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the captureBufferTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
captureBufferHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF CaptureBufferHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
captureBufferTable."
|
|
Packit |
022b05 |
::= { capture 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
captureBufferHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CaptureBufferHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-1
|
|
Packit |
022b05 |
captureBufferEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all captureBufferEntries associated with whichever
|
|
Packit |
022b05 |
bufferControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
captureBufferHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
bufferControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
INDEX { captureBufferControlIndex, captureBufferIndex }
|
|
Packit |
022b05 |
::= { captureBufferHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
CaptureBufferHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
captureBufferPacketHighCapacityTime Integer32
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
captureBufferPacketHighCapacityTime OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Integer32 (0..999999)
|
|
Packit |
022b05 |
UNITS "nanoseconds"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of nanoseconds that had passed since this capture
|
|
Packit |
022b05 |
buffer was first turned on when this packet was captured,
|
|
Packit |
022b05 |
modulo 10^6.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This object is used in conjunction with the
|
|
Packit |
022b05 |
captureBufferPacketTime object. This object returns the
|
|
Packit |
022b05 |
number of nano-seconds to be added to to number of
|
|
Packit |
022b05 |
milli-seconds obtained from the captureBufferPacketTime
|
|
Packit |
022b05 |
object, to obtain more accurate inter packet arrival time."
|
|
Packit |
022b05 |
::= { captureBufferHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the protocolDistStatsTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF ProtocolDistStatsHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
protocolDistStatsTable."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
::= { protocolDist 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ProtocolDistStatsHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
protocolDistStatsTable. These objects will be created by the
|
|
Packit |
022b05 |
agent for all protocolDistStatsEntries associated with
|
|
Packit |
022b05 |
whichever protocolDistControlEntries it deems appropriate.
|
|
Packit |
022b05 |
(i.e., either all protocolDistStatsHighCapacityEntries
|
|
Packit |
022b05 |
associated with a particular protocolDistControlEntry will be
|
|
Packit |
022b05 |
created, or none of them will be.)"
|
|
Packit |
022b05 |
INDEX { protocolDistControlIndex, protocolDirLocalIndex }
|
|
Packit |
022b05 |
::= { protocolDistStatsHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
ProtocolDistStatsHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityOverflowPkts ZeroBasedCounter32,
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityPkts ZeroBasedCounter64,
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityOverflowOctets ZeroBasedCounter32,
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityOctets ZeroBasedCounter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated protocolDistStatsPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { protocolDistStatsHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets without errors received of this
|
|
Packit |
022b05 |
protocol type. Note that this is the number of link-layer
|
|
Packit |
022b05 |
packets, so if a single network-layer packet is fragmented
|
|
Packit |
022b05 |
into several link-layer frames, this counter is incremented
|
|
Packit |
022b05 |
several times."
|
|
Packit |
022b05 |
::= { protocolDistStatsHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated protocolDistStatsOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { protocolDistStatsHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets in packets received of this protocol
|
|
Packit |
022b05 |
type since it was added to the protocolDistStatsTable
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets), except for
|
|
Packit |
022b05 |
those octets in packets that contained errors.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note this doesn't count just those octets in the particular
|
|
Packit |
022b05 |
protocol frames, but includes the entire packet that contained
|
|
Packit |
022b05 |
the protocol."
|
|
Packit |
022b05 |
::= { protocolDistStatsHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the nlHostTable.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF NlHostHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
nlHostTable."
|
|
Packit |
022b05 |
::= { nlHost 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX NlHostHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
nlHostEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all nlHostEntries associated with whichever
|
|
Packit |
022b05 |
hlHostControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
nlHostHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
hlHostControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
INDEX { hlHostControlIndex, nlHostTimeMark,
|
|
Packit |
022b05 |
protocolDirLocalIndex, nlHostAddress }
|
|
Packit |
022b05 |
::= { nlHostHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
NlHostHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
nlHostHighCapacityInOverflowPkts ZeroBasedCounter32,
|
|
Packit |
022b05 |
nlHostHighCapacityInPkts ZeroBasedCounter64,
|
|
Packit |
022b05 |
nlHostHighCapacityOutOverflowPkts ZeroBasedCounter32,
|
|
Packit |
022b05 |
nlHostHighCapacityOutPkts ZeroBasedCounter64,
|
|
Packit |
022b05 |
nlHostHighCapacityInOverflowOctets ZeroBasedCounter32,
|
|
Packit |
022b05 |
nlHostHighCapacityInOctets ZeroBasedCounter64,
|
|
Packit |
022b05 |
nlHostHighCapacityOutOverflowOctets ZeroBasedCounter32,
|
|
Packit |
022b05 |
nlHostHighCapacityOutOctets ZeroBasedCounter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityInOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated nlHostInPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { nlHostHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityInPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets without errors transmitted to
|
|
Packit |
022b05 |
this address since it was added to the nlHostHighCapacityTable.
|
|
Packit |
022b05 |
Note that this is the number of link-layer packets, so if a
|
|
Packit |
022b05 |
single network-layer packet is fragmented into several
|
|
Packit |
022b05 |
link-layer frames, this counter is incremented several times."
|
|
Packit |
022b05 |
::= { nlHostHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityOutOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated nlHostOutPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { nlHostHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityOutPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets without errors transmitted by
|
|
Packit |
022b05 |
this address since it was added to the nlHostHighCapacityTable.
|
|
Packit |
022b05 |
Note that this is the number of link-layer packets, so if a
|
|
Packit |
022b05 |
single network-layer packet is fragmented into several
|
|
Packit |
022b05 |
link-layer frames, this counter is incremented several times."
|
|
Packit |
022b05 |
::= { nlHostHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityInOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated nlHostInOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { nlHostHighCapacityEntry 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityInOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets transmitted to this address
|
|
Packit |
022b05 |
since it was added to the nlHostHighCapacityTable
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets),
|
|
Packit |
022b05 |
excluding those octets in packets that contained
|
|
Packit |
022b05 |
errors.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note this doesn't count just those octets in the
|
|
Packit |
022b05 |
particular protocol frames, but includes the entire
|
|
Packit |
022b05 |
packet that contained the protocol."
|
|
Packit |
022b05 |
::= { nlHostHighCapacityEntry 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityOutOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated nlHostOutOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
::= { nlHostHighCapacityEntry 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityOutOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets transmitted by this address
|
|
Packit |
022b05 |
since it was added to the nlHostHighCapacityTable
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets),
|
|
Packit |
022b05 |
excluding those octets in packets that contained
|
|
Packit |
022b05 |
errors.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note this doesn't count just those octets in the
|
|
Packit |
022b05 |
particular protocol frames, but includes the entire
|
|
Packit |
022b05 |
packet that contained the protocol."
|
|
Packit |
022b05 |
::= { nlHostHighCapacityEntry 8 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the nlMatrixTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF NlMatrixSDHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
nlMatrixTable."
|
|
Packit |
022b05 |
::= { nlMatrix 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX NlMatrixSDHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
nlMatrixEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all nlMatrixSDEntries associated with whichever
|
|
Packit |
022b05 |
hlMatrixControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
hlMatrixControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
INDEX { hlMatrixControlIndex, nlMatrixSDTimeMark,
|
|
Packit |
022b05 |
protocolDirLocalIndex,
|
|
Packit |
022b05 |
nlMatrixSDSourceAddress, nlMatrixSDDestAddress }
|
|
Packit |
022b05 |
::= { nlMatrixSDHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
NlMatrixSDHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityOverflowPkts ZeroBasedCounter32,
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityPkts ZeroBasedCounter64,
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityOverflowOctets ZeroBasedCounter32,
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityOctets ZeroBasedCounter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated nlMatrixSDPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { nlMatrixSDHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets without errors transmitted from the
|
|
Packit |
022b05 |
source address to the destination address since this entry was
|
|
Packit |
022b05 |
added to the nlMatrixSDHighCapacityTable. Note that this is
|
|
Packit |
022b05 |
the number of link-layer packets, so if a single network-layer
|
|
Packit |
022b05 |
packet is fragmented into several link-layer frames, this
|
|
Packit |
022b05 |
counter is incremented several times."
|
|
Packit |
022b05 |
::= { nlMatrixSDHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated nlMatrixSDOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { nlMatrixSDHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets transmitted from the source address to
|
|
Packit |
022b05 |
the destination address since this entry was added to the
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityTable (excluding framing bits but
|
|
Packit |
022b05 |
including FCS octets), excluding those octets in packets that
|
|
Packit |
022b05 |
contained errors.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note this doesn't count just those octets in the particular
|
|
Packit |
022b05 |
protocol frames, but includes the entire packet that contained
|
|
Packit |
022b05 |
the protocol."
|
|
Packit |
022b05 |
::= { nlMatrixSDHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the nlMatrixDSTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF NlMatrixDSHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
nlMatrixDSTable."
|
|
Packit |
022b05 |
::= { nlMatrix 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX NlMatrixDSHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
nlMatrixDSEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all nlMatrixDSEntries associated with whichever
|
|
Packit |
022b05 |
hlmatrixControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
hlMatrixControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
INDEX { hlMatrixControlIndex, nlMatrixDSTimeMark,
|
|
Packit |
022b05 |
protocolDirLocalIndex,
|
|
Packit |
022b05 |
nlMatrixDSDestAddress, nlMatrixDSSourceAddress }
|
|
Packit |
022b05 |
::= { nlMatrixDSHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
NlMatrixDSHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityOverflowPkts ZeroBasedCounter32,
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityPkts ZeroBasedCounter64,
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityOverflowOctets ZeroBasedCounter32,
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityOctets ZeroBasedCounter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated nlMatrixDSPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { nlMatrixDSHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets without errors transmitted from the
|
|
Packit |
022b05 |
source address to the destination address since this entry was
|
|
Packit |
022b05 |
added to the nlMatrixDSHighCapacityTable. Note that this is
|
|
Packit |
022b05 |
the number of link-layer packets, so if a single network-layer
|
|
Packit |
022b05 |
packet is fragmented into several link-layer frames, this
|
|
Packit |
022b05 |
counter is incremented several times."
|
|
Packit |
022b05 |
::= { nlMatrixDSHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated nlMatrixDSOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { nlMatrixDSHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets transmitted from the source address
|
|
Packit |
022b05 |
to the destination address since this entry was added to the
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityTable (excluding framing bits but
|
|
Packit |
022b05 |
including FCS octets), excluding those octets in packets that
|
|
Packit |
022b05 |
contained errors.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note this doesn't count just those octets in the particular
|
|
Packit |
022b05 |
protocol frames, but includes the entire packet that contained
|
|
Packit |
022b05 |
the protocol."
|
|
Packit |
022b05 |
::= { nlMatrixDSHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the nlMatrixTopNTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF NlMatrixTopNHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
nlMatrixTopNTable when nlMatrixTopNControlRateBase specifies
|
|
Packit |
022b05 |
a High Capacity TopN Report."
|
|
Packit |
022b05 |
::= { nlMatrix 8 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX NlMatrixTopNHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
nlMatrixTopNEntry when nlMatrixTopNControlRateBase specifies
|
|
Packit |
022b05 |
a High Capacity TopN Report. These objects will be created by
|
|
Packit |
022b05 |
the agent for all nlMatrixTopNEntries associated with whichever
|
|
Packit |
022b05 |
nlMatrixTopNControlEntries have a nlMatrixTopNControlRateBase
|
|
Packit |
022b05 |
that specify a high capacity report."
|
|
Packit |
022b05 |
INDEX { nlMatrixTopNControlIndex, nlMatrixTopNIndex }
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
NlMatrixTopNHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityProtocolDirLocalIndex Integer32,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacitySourceAddress OCTET STRING,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityDestAddress OCTET STRING,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityBasePktRate Gauge32,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityOverflowPktRate Gauge32,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityPktRate CounterBasedGauge64,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseBasePktRate Gauge32,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseOverflowPktRate Gauge32,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReversePktRate CounterBasedGauge64,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityBaseOctetRate Gauge32,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityOverflowOctetRate Gauge32,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityOctetRate CounterBasedGauge64,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseBaseOctetRate Gauge32,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseOverflowOctetRate Gauge32,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseOctetRate CounterBasedGauge64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityProtocolDirLocalIndex OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Integer32 (1..2147483647)
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The protocolDirLocalIndex of the network layer protocol of
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
this entry's network address."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacitySourceAddress OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX OCTET STRING
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The network layer address of the source host in this
|
|
Packit |
022b05 |
conversation.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This is represented as an octet string with
|
|
Packit |
022b05 |
specific semantics and length as identified
|
|
Packit |
022b05 |
by the associated nlMatrixTopNProtocolDirLocalIndex.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
For example, if the protocolDirLocalIndex indicates an
|
|
Packit |
022b05 |
encapsulation of ip, this object is encoded as a length
|
|
Packit |
022b05 |
octet of 4, followed by the 4 octets of the ip address,
|
|
Packit |
022b05 |
in network byte order."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityDestAddress OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX OCTET STRING
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The network layer address of the destination host in this
|
|
Packit |
022b05 |
conversation.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This is represented as an octet string with
|
|
Packit |
022b05 |
specific semantics and length as identified
|
|
Packit |
022b05 |
by the associated nlMatrixTopNProtocolDirLocalIndex.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
For example, if the nlMatrixTopNProtocolDirLocalIndex
|
|
Packit |
022b05 |
indicates an encapsulation of ip, this object is encoded as a
|
|
Packit |
022b05 |
length octet of 4, followed by the 4 octets of the ip address,
|
|
Packit |
022b05 |
in network byte order."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityBasePktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen from the source host
|
|
Packit |
022b05 |
to the destination host during this sampling interval,
|
|
Packit |
022b05 |
modulo 2^32, counted using the rules for counting the
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixSDPkts object."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityOverflowPktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen from the source host
|
|
Packit |
022b05 |
to the destination host during this sampling interval,
|
|
Packit |
022b05 |
divided by 2^32, truncating fractions (i.e., X DIV 2^32),
|
|
Packit |
022b05 |
and counted using the rules for counting the
|
|
Packit |
022b05 |
nlMatrixSDPkts object."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityPktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen from the source host to the
|
|
Packit |
022b05 |
destination host during this sampling interval, counted
|
|
Packit |
022b05 |
using the rules for counting the nlMatrixSDPkts object.
|
|
Packit |
022b05 |
If the value of nlMatrixTopNControlRateBase is
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityPkts, this variable will be
|
|
Packit |
022b05 |
used to sort this report."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseBasePktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen from the destination host to the
|
|
Packit |
022b05 |
source host during this sampling interval, modulo 2^32, counted
|
|
Packit |
022b05 |
using the rules for counting the nlMatrixSDPkts object (note
|
|
Packit |
022b05 |
that the corresponding nlMatrixSDPkts object selected is the
|
|
Packit |
022b05 |
one whose source address is equal to nlMatrixTopNDestAddress
|
|
Packit |
022b05 |
and whose destination address is equal to
|
|
Packit |
022b05 |
nlMatrixTopNSourceAddress.)
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note that if the value of nlMatrixTopNControlRateBase is equal
|
|
Packit |
022b05 |
to nlMatrixTopNHighCapacityPkts, the sort of topN entries is
|
|
Packit |
022b05 |
based entirely on nlMatrixTopNHighCapacityPktRate, and not on
|
|
Packit |
022b05 |
the value of this object."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseOverflowPktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen from the destination host to the
|
|
Packit |
022b05 |
source host during this sampling interval, divided by 2^32,
|
|
Packit |
022b05 |
truncating fractions (i.e., X DIV 2^32), and counted
|
|
Packit |
022b05 |
using the rules for counting the nlMatrixSDPkts object (note
|
|
Packit |
022b05 |
that the corresponding nlMatrixSDPkts object selected is the
|
|
Packit |
022b05 |
one whose source address is equal to nlMatrixTopNDestAddress
|
|
Packit |
022b05 |
and whose destination address is equal to
|
|
Packit |
022b05 |
nlMatrixTopNSourceAddress.)
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note that if the value of nlMatrixTopNControlRateBase is equal
|
|
Packit |
022b05 |
to nlMatrixTopNHighCapacityPkts, the sort of topN entries is
|
|
Packit |
022b05 |
based entirely on nlMatrixTopNHighCapacityPktRate, and not on
|
|
Packit |
022b05 |
the value of this object."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 8 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReversePktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen from the destination host to the
|
|
Packit |
022b05 |
source host during this sampling interval, counted
|
|
Packit |
022b05 |
using the rules for counting the nlMatrixSDPkts object (note
|
|
Packit |
022b05 |
that the corresponding nlMatrixSDPkts object selected is the
|
|
Packit |
022b05 |
one whose source address is equal to nlMatrixTopNDestAddress
|
|
Packit |
022b05 |
and whose destination address is equal to
|
|
Packit |
022b05 |
nlMatrixTopNSourceAddress.)
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note that if the value of nlMatrixTopNControlRateBase is equal
|
|
Packit |
022b05 |
to nlMatrixTopNHighCapacityPkts, the sort of topN entries is
|
|
Packit |
022b05 |
based entirely on nlMatrixTopNHighCapacityPktRate, and not on
|
|
Packit |
022b05 |
the value of this object."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 9 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityBaseOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen from the source host to the
|
|
Packit |
022b05 |
destination host during this sampling interval, modulo 2^32,
|
|
Packit |
022b05 |
counted using the rules for counting the nlMatrixSDOctets
|
|
Packit |
022b05 |
object."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 10 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityOverflowOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen from the source host
|
|
Packit |
022b05 |
to the destination host during this sampling interval,
|
|
Packit |
022b05 |
divided by 2^32, truncating fractions (i.e., X DIV 2^32),
|
|
Packit |
022b05 |
and counted using the rules for counting the
|
|
Packit |
022b05 |
nlMatrixSDOctets object."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 11 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen from the source host
|
|
Packit |
022b05 |
to the destination host during this sampling interval,
|
|
Packit |
022b05 |
counted using the rules for counting the
|
|
Packit |
022b05 |
nlMatrixSDOctets object.
|
|
Packit |
022b05 |
If the value of nlMatrixTopNControlRateBase is
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityOctets, this variable will be used
|
|
Packit |
022b05 |
to sort this report."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 12 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseBaseOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen from the destination host to the
|
|
Packit |
022b05 |
source host during this sampling interval, modulo 2^32, counted
|
|
Packit |
022b05 |
using the rules for counting the nlMatrixSDOctets object (note
|
|
Packit |
022b05 |
that the corresponding nlMatrixSDOctets object selected is the
|
|
Packit |
022b05 |
one whose source address is equal to nlMatrixTopNDestAddress
|
|
Packit |
022b05 |
and whose destination address is equal to
|
|
Packit |
022b05 |
nlMatrixTopNSourceAddress.)
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note that if the value of nlMatrixTopNControlRateBase is equal
|
|
Packit |
022b05 |
to nlMatrixTopNHighCapacityOctets, the sort of topN entries is
|
|
Packit |
022b05 |
based entirely on nlMatrixTopNHighCapacityOctetRate, and not on
|
|
Packit |
022b05 |
the value of this object."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 13 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseOverflowOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen from the destination host to the
|
|
Packit |
022b05 |
source host during this sampling interval, divided by 2^32,
|
|
Packit |
022b05 |
truncating fractions (i.e., X DIV 2^32), and counted
|
|
Packit |
022b05 |
using the rules for counting the nlMatrixSDOctets object (note
|
|
Packit |
022b05 |
that the corresponding nlMatrixSDOctets object selected is the
|
|
Packit |
022b05 |
one whose source address is equal to nlMatrixTopNDestAddress
|
|
Packit |
022b05 |
and whose destination address is equal to
|
|
Packit |
022b05 |
nlMatrixTopNSourceAddress.)
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note that if the value of nlMatrixTopNControlRateBase is equal
|
|
Packit |
022b05 |
to nlMatrixTopNHighCapacityOctets, the sort of topN entries is
|
|
Packit |
022b05 |
based entirely on nlMatrixTopNHighCapacityOctetRate, and not on
|
|
Packit |
022b05 |
the value of this object."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 14 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen from the destination host to the
|
|
Packit |
022b05 |
source host during this sampling interval, counted
|
|
Packit |
022b05 |
using the rules for counting the nlMatrixSDOctets object (note
|
|
Packit |
022b05 |
that the corresponding nlMatrixSDOctets object selected is the
|
|
Packit |
022b05 |
one whose source address is equal to nlMatrixTopNDestAddress
|
|
Packit |
022b05 |
and whose destination address is equal to
|
|
Packit |
022b05 |
nlMatrixTopNSourceAddress.)
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note that if the value of nlMatrixTopNControlRateBase is equal
|
|
Packit |
022b05 |
to nlMatrixTopNHighCapacityOctets, the sort of topN entries is
|
|
Packit |
022b05 |
based entirely on nlMatrixTopNHighCapacityOctetRate, and not on
|
|
Packit |
022b05 |
the value of this object."
|
|
Packit |
022b05 |
::= { nlMatrixTopNHighCapacityEntry 15 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the alHostTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alHostHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF AlHostHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
alHostTable."
|
|
Packit |
022b05 |
::= { alHost 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alHostHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX AlHostHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
alHostEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all alHostEntries associated with whichever
|
|
Packit |
022b05 |
hlHostControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
alHostHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
hlHostControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
INDEX { hlHostControlIndex, alHostTimeMark,
|
|
Packit |
022b05 |
protocolDirLocalIndex, nlHostAddress,
|
|
Packit |
022b05 |
protocolDirLocalIndex }
|
|
Packit |
022b05 |
::= { alHostHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
AlHostHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
alHostHighCapacityInOverflowPkts ZeroBasedCounter32,
|
|
Packit |
022b05 |
alHostHighCapacityInPkts ZeroBasedCounter64,
|
|
Packit |
022b05 |
alHostHighCapacityOutOverflowPkts ZeroBasedCounter32,
|
|
Packit |
022b05 |
alHostHighCapacityOutPkts ZeroBasedCounter64,
|
|
Packit |
022b05 |
alHostHighCapacityInOverflowOctets ZeroBasedCounter32,
|
|
Packit |
022b05 |
alHostHighCapacityInOctets ZeroBasedCounter64,
|
|
Packit |
022b05 |
alHostHighCapacityOutOverflowOctets ZeroBasedCounter32,
|
|
Packit |
022b05 |
alHostHighCapacityOutOctets ZeroBasedCounter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alHostHighCapacityInOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated alHostInPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
::= { alHostHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alHostHighCapacityInPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets of this protocol type without errors
|
|
Packit |
022b05 |
transmitted to this address since it was added to the
|
|
Packit |
022b05 |
alHostHighCapacityTable. Note that this is the number of
|
|
Packit |
022b05 |
link-layer packets, so if a single network-layer packet
|
|
Packit |
022b05 |
is fragmented into several link-layer frames, this counter
|
|
Packit |
022b05 |
is incremented several times."
|
|
Packit |
022b05 |
::= { alHostHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alHostHighCapacityOutOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated alHostOutPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { alHostHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alHostHighCapacityOutPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets of this protocol type without errors
|
|
Packit |
022b05 |
transmitted by this address since it was added to the
|
|
Packit |
022b05 |
alHostHighCapacityTable. Note that this is the number of
|
|
Packit |
022b05 |
link-layer packets, so if a single network-layer packet
|
|
Packit |
022b05 |
is fragmented into several link-layer frames, this counter
|
|
Packit |
022b05 |
is incremented several times."
|
|
Packit |
022b05 |
::= { alHostHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alHostHighCapacityInOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated alHostInOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { alHostHighCapacityEntry 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alHostHighCapacityInOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets transmitted to this address
|
|
Packit |
022b05 |
of this protocol type since it was added to the
|
|
Packit |
022b05 |
alHostHighCapacityTable (excluding framing bits but
|
|
Packit |
022b05 |
including FCS octets), excluding those octets in
|
|
Packit |
022b05 |
packets that contained errors.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note this doesn't count just those octets in the particular
|
|
Packit |
022b05 |
protocol frames, but includes the entire packet that contained
|
|
Packit |
022b05 |
the protocol."
|
|
Packit |
022b05 |
::= { alHostHighCapacityEntry 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alHostHighCapacityOutOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated alHostOutOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { alHostHighCapacityEntry 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alHostHighCapacityOutOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets transmitted by this address
|
|
Packit |
022b05 |
of this protocol type since it was added to the
|
|
Packit |
022b05 |
alHostHighCapacityTable (excluding framing bits but
|
|
Packit |
022b05 |
including FCS octets), excluding those octets in
|
|
Packit |
022b05 |
packets that contained errors.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note this doesn't count just those octets in the particular
|
|
Packit |
022b05 |
protocol frames, but includes the entire packet that contained
|
|
Packit |
022b05 |
the protocol."
|
|
Packit |
022b05 |
::= { alHostHighCapacityEntry 8 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the alMatrixSDTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixSDHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF AlMatrixSDHighCapacityEntry
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
alMatrixSDTable."
|
|
Packit |
022b05 |
::= { alMatrix 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixSDHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX AlMatrixSDHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
alMatrixSDEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all alMatrixSDEntries associated with whichever
|
|
Packit |
022b05 |
hlMatrixControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
alMatrixSDHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
hlMatrixControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
INDEX { hlMatrixControlIndex, alMatrixSDTimeMark,
|
|
Packit |
022b05 |
protocolDirLocalIndex,
|
|
Packit |
022b05 |
nlMatrixSDSourceAddress, nlMatrixSDDestAddress,
|
|
Packit |
022b05 |
protocolDirLocalIndex }
|
|
Packit |
022b05 |
::= { alMatrixSDHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
AlMatrixSDHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
alMatrixSDHighCapacityOverflowPkts ZeroBasedCounter32,
|
|
Packit |
022b05 |
alMatrixSDHighCapacityPkts ZeroBasedCounter64,
|
|
Packit |
022b05 |
alMatrixSDHighCapacityOverflowOctets ZeroBasedCounter32,
|
|
Packit |
022b05 |
alMatrixSDHighCapacityOctets ZeroBasedCounter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixSDHighCapacityOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated alMatrixSDPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { alMatrixSDHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixSDHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
"The number of good packets of this protocol type
|
|
Packit |
022b05 |
transmitted from the source address to the destination address
|
|
Packit |
022b05 |
since this entry was added to the alMatrixSDHighCapacityTable.
|
|
Packit |
022b05 |
Note that this is the number of link-layer packets, so if a
|
|
Packit |
022b05 |
single network-layer packet is fragmented into several
|
|
Packit |
022b05 |
link-layer frames, this counter is incremented several times."
|
|
Packit |
022b05 |
::= { alMatrixSDHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixSDHighCapacityOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated alMatrixSDOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { alMatrixSDHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixSDHighCapacityOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets in good packets of this protocol type
|
|
Packit |
022b05 |
transmitted from the source address to the destination address
|
|
Packit |
022b05 |
since this entry was added to the alMatrixSDHighCapacityTable
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets).
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note this doesn't count just those octets in the particular
|
|
Packit |
022b05 |
protocol frames, but includes the entire packet that contained
|
|
Packit |
022b05 |
the protocol."
|
|
Packit |
022b05 |
::= { alMatrixSDHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- High Capacity extensions for the alMatrixDSTable
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixDSHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF AlMatrixDSHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
alMatrixDSTable."
|
|
Packit |
022b05 |
::= { alMatrix 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixDSHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX AlMatrixDSHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
alMatrixSDTable. These objects will be created by the agent
|
|
Packit |
022b05 |
for all alMatrixDSEntries associated with whichever
|
|
Packit |
022b05 |
hlMatrixControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
alMatrixDSHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
hlMatrixControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
INDEX { hlMatrixControlIndex, alMatrixDSTimeMark,
|
|
Packit |
022b05 |
protocolDirLocalIndex,
|
|
Packit |
022b05 |
nlMatrixDSDestAddress, nlMatrixDSSourceAddress,
|
|
Packit |
022b05 |
protocolDirLocalIndex }
|
|
Packit |
022b05 |
::= { alMatrixDSHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
AlMatrixDSHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
alMatrixDSHighCapacityOverflowPkts ZeroBasedCounter32,
|
|
Packit |
022b05 |
alMatrixDSHighCapacityPkts ZeroBasedCounter64,
|
|
Packit |
022b05 |
alMatrixDSHighCapacityOverflowOctets ZeroBasedCounter32,
|
|
Packit |
022b05 |
alMatrixDSHighCapacityOctets ZeroBasedCounter64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixDSHighCapacityOverflowPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated alMatrixDSPkts
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { alMatrixDSHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixDSHighCapacityPkts OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of good packets of this protocol type
|
|
Packit |
022b05 |
transmitted from the source address to the destination address
|
|
Packit |
022b05 |
since this entry was added to the alMatrixDSHighCapacityTable.
|
|
Packit |
022b05 |
Note that this is the number of link-layer packets, so if a
|
|
Packit |
022b05 |
single network-layer packet is fragmented into several
|
|
Packit |
022b05 |
link-layer frames, this counter is incremented several times."
|
|
Packit |
022b05 |
::= { alMatrixDSHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixDSHighCapacityOverflowOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter32
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of times the associated alMatrixDSOctets
|
|
Packit |
022b05 |
counter has overflowed."
|
|
Packit |
022b05 |
::= { alMatrixDSHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixDSHighCapacityOctets OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX ZeroBasedCounter64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets in good packets of this protocol type
|
|
Packit |
022b05 |
transmitted from the source address to the destination address
|
|
Packit |
022b05 |
since this entry was added to the alMatrixDSHighCapacityTable
|
|
Packit |
022b05 |
(excluding framing bits but including FCS octets).
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
Note this doesn't count just those octets in the particular
|
|
Packit |
022b05 |
protocol frames, but includes the entire packet that contained
|
|
Packit |
022b05 |
the protocol."
|
|
Packit |
022b05 |
::= { alMatrixDSHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF AlMatrixTopNHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
alMatrixTopNTable when alMatrixTopNControlRateBase specifies
|
|
Packit |
022b05 |
a High Capacity TopN Report."
|
|
Packit |
022b05 |
::= { alMatrix 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX AlMatrixTopNHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
alMatrixTopNEntry when alMatrixTopNControlRateBase specifies
|
|
Packit |
022b05 |
a High Capacity TopN Report. These objects will be created by
|
|
Packit |
022b05 |
the agent for all alMatrixTopNEntries associated with whichever
|
|
Packit |
022b05 |
alMatrixTopNControlEntries have a alMatrixTopNControlRateBase
|
|
Packit |
022b05 |
that specify a high capacity report."
|
|
Packit |
022b05 |
INDEX { alMatrixTopNControlIndex, alMatrixTopNIndex }
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
AlMatrixTopNHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityProtocolDirLocalIndex Integer32,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacitySourceAddress OCTET STRING,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityDestAddress OCTET STRING,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityAppProtocolDirLocalIndex Integer32,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityBasePktRate Gauge32,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityOverflowPktRate Gauge32,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityPktRate CounterBasedGauge64,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseBasePktRate Gauge32,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseOverflowPktRate Gauge32,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReversePktRate CounterBasedGauge64,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityBaseOctetRate Gauge32,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityOverflowOctetRate Gauge32,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityOctetRate CounterBasedGauge64,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseBaseOctetRate Gauge32,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseOverflowOctetRate Gauge32,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseOctetRate CounterBasedGauge64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityProtocolDirLocalIndex OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Integer32 (1..2147483647)
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The protocolDirLocalIndex of the network layer protocol of
|
|
Packit |
022b05 |
this entry's network address."
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacitySourceAddress OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX OCTET STRING
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The network layer address of the source host in this
|
|
Packit |
022b05 |
conversation.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This is represented as an octet string with
|
|
Packit |
022b05 |
specific semantics and length as identified
|
|
Packit |
022b05 |
by the associated alMatrixTopNProtocolDirLocalIndex.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
For example, if the alMatrixTopNProtocolDirLocalIndex
|
|
Packit |
022b05 |
indicates an encapsulation of ip, this object is encoded as a
|
|
Packit |
022b05 |
length octet of 4, followed by the 4 octets of the ip address,
|
|
Packit |
022b05 |
in network byte order."
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityDestAddress OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX OCTET STRING
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The network layer address of the destination host in this
|
|
Packit |
022b05 |
conversation.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
This is represented as an octet string with
|
|
Packit |
022b05 |
specific semantics and length as identified
|
|
Packit |
022b05 |
by the associated alMatrixTopNProtocolDirLocalIndex.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
For example, if the alMatrixTopNProtocolDirLocalIndex
|
|
Packit |
022b05 |
indicates an encapsulation of ip, this object is encoded as a
|
|
Packit |
022b05 |
length octet of 4, followed by the 4 octets of the ip address,
|
|
Packit |
022b05 |
in network byte order."
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityAppProtocolDirLocalIndex OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Integer32
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The type of the protocol counted by this entry."
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityBasePktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen of this protocol from the
|
|
Packit |
022b05 |
source host to the destination host during this sampling
|
|
Packit |
022b05 |
interval, modulo 2^32, counted using the rules for counting
|
|
Packit |
022b05 |
the alMatrixSDPkts object."
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityOverflowPktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen of this protocol from the source
|
|
Packit |
022b05 |
host to the destination host during this sampling interval,
|
|
Packit |
022b05 |
divided by 2^32, truncating fractions (i.e., X DIV 2^32),
|
|
Packit |
022b05 |
and counted using the rules for counting the
|
|
Packit |
022b05 |
alMatrixSDPkts object."
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityPktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen of this protocol from the source
|
|
Packit |
022b05 |
host to the destination host during this sampling interval,
|
|
Packit |
022b05 |
counted using the rules for counting the
|
|
Packit |
022b05 |
alMatrixSDPkts object.
|
|
Packit |
022b05 |
If the value of alMatrixTopNControlRateBase is
|
|
Packit |
022b05 |
alMatrixTopNTerminalsPkts, alMatrixTopNAllPkts,
|
|
Packit |
022b05 |
alMatrixTopNTerminalsHighCapacityPkts, or
|
|
Packit |
022b05 |
alMatrixTopNAllHighCapacityPkts, this variable will be used
|
|
Packit |
022b05 |
to sort this report."
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseBasePktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen of this protocol from the
|
|
Packit |
022b05 |
destination host to the source host during this sampling
|
|
Packit |
022b05 |
interval, modulo 2^32, counted using the rules for counting
|
|
Packit |
022b05 |
the alMatrixSDPkts object (note that the corresponding
|
|
Packit |
022b05 |
alMatrixSDPkts object selected is the one whose source address
|
|
Packit |
022b05 |
is equal to alMatrixTopNDestAddress and whose destination
|
|
Packit |
022b05 |
address is equal to alMatrixTopNSourceAddress.)"
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 8 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseOverflowPktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen of this protocol from the
|
|
Packit |
022b05 |
destination host to the source host during this sampling
|
|
Packit |
022b05 |
interval, divided by 2^32, truncating fractions
|
|
Packit |
022b05 |
(i.e., X DIV 2^32), and counted using the rules for
|
|
Packit |
022b05 |
counting the alMatrixSDPkts object (note that the
|
|
Packit |
022b05 |
corresponding alMatrixSDPkts object selected is the
|
|
Packit |
022b05 |
one whose source address is equal to alMatrixTopNDestAddress
|
|
Packit |
022b05 |
and whose destination address is equal to
|
|
Packit |
022b05 |
alMatrixTopNSourceAddress.)"
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 9 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReversePktRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
UNITS "Packets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of packets seen of this protocol from the
|
|
Packit |
022b05 |
destination host to the source host during this sampling
|
|
Packit |
022b05 |
interval, counted using the rules for counting the
|
|
Packit |
022b05 |
alMatrixSDPkts object (note that the corresponding
|
|
Packit |
022b05 |
alMatrixSDPkts object selected is the one whose source address
|
|
Packit |
022b05 |
is equal to alMatrixTopNDestAddress and whose destination
|
|
Packit |
022b05 |
address is equal to alMatrixTopNSourceAddress.)"
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 10 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityBaseOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen of this protocol from the source host
|
|
Packit |
022b05 |
to the destination host during this sampling interval,
|
|
Packit |
022b05 |
modulo 2^32, counted using the rules for counting the
|
|
Packit |
022b05 |
alMatrixSDOctets object."
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 11 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityOverflowOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen of this protocol from the source host
|
|
Packit |
022b05 |
to the destination host during this sampling interval,
|
|
Packit |
022b05 |
divided by 2^32, truncating fractions (i.e., X DIV 2^32),
|
|
Packit |
022b05 |
and counted using the rules for counting the
|
|
Packit |
022b05 |
alMatrixSDOctets object."
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 12 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen of this protocol from the source host
|
|
Packit |
022b05 |
to the destination host during this sampling interval,
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
counted using the rules for counting the
|
|
Packit |
022b05 |
alMatrixSDOctets object.
|
|
Packit |
022b05 |
If the value of alMatrixTopNControlRateBase is
|
|
Packit |
022b05 |
alMatrixTopNTerminalsOctets, alMatrixTopNAllOctets,
|
|
Packit |
022b05 |
alMatrixTopNTerminalsHighCapacityOctets, or
|
|
Packit |
022b05 |
alMatrixTopNAllHighCapacityOctets, this variable will be used
|
|
Packit |
022b05 |
to sort this report."
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 13 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseBaseOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen of this protocol from the
|
|
Packit |
022b05 |
destination host to the source host during this sampling
|
|
Packit |
022b05 |
interval, modulo 2^32, counted using the rules for counting
|
|
Packit |
022b05 |
the alMatrixSDOctets object (note that the corresponding
|
|
Packit |
022b05 |
alMatrixSDOctets object selected is the one whose source
|
|
Packit |
022b05 |
address is equal to alMatrixTopNDestAddress and whose
|
|
Packit |
022b05 |
destination address is equal to alMatrixTopNSourceAddress.)"
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 14 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseOverflowOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen of this protocol from the
|
|
Packit |
022b05 |
destination host to the source host during this sampling
|
|
Packit |
022b05 |
interval, divided by 2^32, truncating fractions (i.e., X DIV
|
|
Packit |
022b05 |
2^32), and counted using the rules for counting the
|
|
Packit |
022b05 |
alMatrixSDOctets object (note that the corresponding
|
|
Packit |
022b05 |
alMatrixSDOctets object selected is the one whose source
|
|
Packit |
022b05 |
address is equal to alMatrixTopNDestAddress and whose
|
|
Packit |
022b05 |
destination address is equal to alMatrixTopNSourceAddress.)"
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 15 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseOctetRate OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
UNITS "Octets"
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The number of octets seen of this protocol from the
|
|
Packit |
022b05 |
destination host to the source host during this sampling
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
interval, counted using the rules for counting the
|
|
Packit |
022b05 |
alMatrixSDOctets object (note that the corresponding
|
|
Packit |
022b05 |
alMatrixSDOctets object selected is the one whose source
|
|
Packit |
022b05 |
address is equal to alMatrixTopNDestAddress and whose
|
|
Packit |
022b05 |
destination address is equal to alMatrixTopNSourceAddress.)"
|
|
Packit |
022b05 |
::= { alMatrixTopNHighCapacityEntry 16 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
usrHistoryHighCapacityTable OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX SEQUENCE OF UsrHistoryHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
usrHistoryTable."
|
|
Packit |
022b05 |
::= { usrHistory 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
usrHistoryHighCapacityEntry OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX UsrHistoryHighCapacityEntry
|
|
Packit |
022b05 |
MAX-ACCESS not-accessible
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Contains the High Capacity RMON extensions to the RMON-2
|
|
Packit |
022b05 |
usrHistoryEntry. These objects will be created by the agent
|
|
Packit |
022b05 |
for all usrHistoryEntries associated with whichever
|
|
Packit |
022b05 |
usrHistoryControlEntries it deems appropriate. (i.e., either all
|
|
Packit |
022b05 |
usrHistoryHighCapacityEntries associated with a particular
|
|
Packit |
022b05 |
usrHistoryControlEntry will be created, or none of them will
|
|
Packit |
022b05 |
be.)"
|
|
Packit |
022b05 |
INDEX { usrHistoryControlIndex, usrHistorySampleIndex,
|
|
Packit |
022b05 |
usrHistoryObjectIndex }
|
|
Packit |
022b05 |
::= { usrHistoryHighCapacityTable 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
UsrHistoryHighCapacityEntry ::= SEQUENCE {
|
|
Packit |
022b05 |
usrHistoryHighCapacityOverflowAbsValue Gauge32,
|
|
Packit |
022b05 |
usrHistoryHighCapacityAbsValue CounterBasedGauge64
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
usrHistoryHighCapacityOverflowAbsValue OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX Gauge32
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The absolute value (i.e. unsigned value) of the
|
|
Packit |
022b05 |
user-specified statistic during the last sampling period,
|
|
Packit |
022b05 |
divided by 2^32, truncating fractions (i.e., X DIV 2^32).
|
|
Packit |
022b05 |
The value during the current sampling period is not made
|
|
Packit |
022b05 |
available until the period is completed.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
To obtain the true value for this sampling interval, the
|
|
Packit |
022b05 |
associated instance of usrHistoryValStatus should be checked,
|
|
Packit |
022b05 |
and usrHistoryAbsValue adjusted as necessary.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
If the MIB instance could not be accessed during the sampling
|
|
Packit |
022b05 |
interval, then this object will have a value of zero and the
|
|
Packit |
022b05 |
associated instance of usrHistoryValStatus will be set to
|
|
Packit |
022b05 |
'valueNotAvailable(1)'."
|
|
Packit |
022b05 |
::= { usrHistoryHighCapacityEntry 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
usrHistoryHighCapacityAbsValue OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX CounterBasedGauge64
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The absolute value (i.e. unsigned value) of the
|
|
Packit |
022b05 |
user-specified statistic during the last sampling period. The
|
|
Packit |
022b05 |
value during the current sampling period is not made available
|
|
Packit |
022b05 |
until the period is completed.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
To obtain the true value for this sampling interval, the
|
|
Packit |
022b05 |
associated instance of usrHistoryValStatus should be checked,
|
|
Packit |
022b05 |
and usrHistoryHighCapacityAbsValue adjusted as necessary.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
If the MIB instance could not be accessed during the sampling
|
|
Packit |
022b05 |
interval, then this object will have a value of zero and the
|
|
Packit |
022b05 |
associated instance of usrHistoryValStatus will be set to
|
|
Packit |
022b05 |
'valueNotAvailable(1)'."
|
|
Packit |
022b05 |
::= { usrHistoryHighCapacityEntry 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
--
|
|
Packit |
022b05 |
-- High Capacity RMON Probe Capabilities
|
|
Packit |
022b05 |
--
|
|
Packit |
022b05 |
hcRMONCapabilities OBJECT-TYPE
|
|
Packit |
022b05 |
SYNTAX BITS {
|
|
Packit |
022b05 |
mediaIndependentGroup(0),
|
|
Packit |
022b05 |
etherStatsHighCapacityGroup(1),
|
|
Packit |
022b05 |
etherHistoryHighCapacityGroup(2),
|
|
Packit |
022b05 |
hostHighCapacityGroup(3),
|
|
Packit |
022b05 |
hostTopNHighCapacityGroup(4),
|
|
Packit |
022b05 |
matrixHighCapacityGroup(5),
|
|
Packit |
022b05 |
captureBufferHighCapacityGroup(6),
|
|
Packit |
022b05 |
protocolDistributionHighCapacityGroup(7),
|
|
Packit |
022b05 |
nlHostHighCapacityGroup(8),
|
|
Packit |
022b05 |
nlMatrixHighCapacityGroup(9),
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityGroup(10),
|
|
Packit |
022b05 |
alHostHighCapacityGroup(11),
|
|
Packit |
022b05 |
alMatrixHighCapacityGroup(12),
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityGroup(13),
|
|
Packit |
022b05 |
usrHistoryHighCapacityGroup(14)
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
MAX-ACCESS read-only
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"An indication of the High Capacity RMON MIB groups supported
|
|
Packit |
022b05 |
on at least one interface by this probe."
|
|
Packit |
022b05 |
::= { probeConfig 16 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
-- Conformance Macros
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hcRmonMIBCompliances OBJECT IDENTIFIER ::= { rmonConformance 6 }
|
|
Packit |
022b05 |
hcRmonMIBGroups OBJECT IDENTIFIER ::= { rmonConformance 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hcMediaIndependentCompliance MODULE-COMPLIANCE
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Describes the requirements for conformance to the
|
|
Packit |
022b05 |
High Capacity Media Independent Group."
|
|
Packit |
022b05 |
MODULE -- this module
|
|
Packit |
022b05 |
MANDATORY-GROUPS { mediaIndependentGroup, hcRMONInformationGroup }
|
|
Packit |
022b05 |
::= { hcRmonMIBCompliances 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hcRmon1MIBCompliance MODULE-COMPLIANCE
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Describes the requirements for conformance to the High
|
|
Packit |
022b05 |
Capacity RMON-1 MIB"
|
|
Packit |
022b05 |
MODULE -- this module
|
|
Packit |
022b05 |
GROUP etherStatsHighCapacityGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The etherStatsHighCapacityGroup is optional but requires
|
|
Packit |
022b05 |
implementation of the rmonEtherStatsGroup."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP etherHistoryHighCapacityGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The etherHistoryHighCapacityGroup is optional but
|
|
Packit |
022b05 |
requires implementation of the rmonHistoryControlGroup and
|
|
Packit |
022b05 |
rmonEthernetHistoryGroup."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP hostHighCapacityGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The hostHighCapacityGroup is mandatory when the
|
|
Packit |
022b05 |
hostTopNHighCapacityGroup is implemented. This group also
|
|
Packit |
022b05 |
requires implementation of the rmonHostGroup."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP hostTopNHighCapacityGroup
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The hostTopNHighCapacityGroup is optional but requires
|
|
Packit |
022b05 |
implementation of the rmonHostTopNGroup."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP matrixHighCapacityGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The matrixHighCapacityGroup is optional but requires
|
|
Packit |
022b05 |
implementation of the rmonMatrixGroup."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP captureBufferHighCapacityGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The captureBufferHighCapacityGroup is optional but
|
|
Packit |
022b05 |
requires implementation of the rmonFilterGroup and
|
|
Packit |
022b05 |
rmonPacketCaptureGroup."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MODULE RMON-MIB
|
|
Packit |
022b05 |
GROUP rmonEtherStatsGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The RMON Ethernet Statistics Group is mandatory if the
|
|
Packit |
022b05 |
etherStatsHighCapacityGroup is implemented."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP rmonHistoryControlGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The RMON History Control Group is mandatory if the
|
|
Packit |
022b05 |
etherHistoryHighCapacityGroup is implemented."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP rmonEthernetHistoryGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The RMON Ethernet History Group is mandatory if the
|
|
Packit |
022b05 |
etherHistoryHighCapacityGroup is implemented."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP rmonHostGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The RMON Host Group is mandatory if the
|
|
Packit |
022b05 |
hostHighCapacityGroup is implemented."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP rmonHostTopNGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The RMON Host Top N Group is mandatory if the
|
|
Packit |
022b05 |
hostTopNHighCapacityGroup is implemented."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP rmonMatrixGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The RMON Matrix Group is mandatory if the
|
|
Packit |
022b05 |
matrixHighCapacityGroup is implemented."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP rmonFilterGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
"The RMON Filter Group is mandatory when the
|
|
Packit |
022b05 |
captureBufferHighCapacityGroup is implemented."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP rmonPacketCaptureGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The RMON Packet Capture Group is mandatory when the
|
|
Packit |
022b05 |
captureBufferHighCapacityGroup is implemented."
|
|
Packit |
022b05 |
::= { hcRmonMIBCompliances 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hcRmon2MIBCompliance MODULE-COMPLIANCE
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Describes the requirements for conformance to
|
|
Packit |
022b05 |
the High Capacity RMON-2 MIB"
|
|
Packit |
022b05 |
MODULE -- this module
|
|
Packit |
022b05 |
MANDATORY-GROUPS { protocolDistributionHighCapacityGroup,
|
|
Packit |
022b05 |
nlHostHighCapacityGroup,
|
|
Packit |
022b05 |
nlMatrixHighCapacityGroup,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityGroup,
|
|
Packit |
022b05 |
usrHistoryHighCapacityGroup,
|
|
Packit |
022b05 |
hcRMONInformationGroup }
|
|
Packit |
022b05 |
MODULE RMON2-MIB
|
|
Packit |
022b05 |
MANDATORY-GROUPS { protocolDirectoryGroup,
|
|
Packit |
022b05 |
protocolDistributionGroup,
|
|
Packit |
022b05 |
addressMapGroup,
|
|
Packit |
022b05 |
nlHostGroup,
|
|
Packit |
022b05 |
nlMatrixGroup,
|
|
Packit |
022b05 |
usrHistoryGroup,
|
|
Packit |
022b05 |
probeInformationGroup }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP rmon1EnhancementGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The rmon1EnhancementGroup is mandatory for systems which
|
|
Packit |
022b05 |
implement RMON [RFC2819]"
|
|
Packit |
022b05 |
::= { hcRmonMIBCompliances 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hcRmon2MIBApplicationLayerCompliance MODULE-COMPLIANCE
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Describes the requirements for conformance to
|
|
Packit |
022b05 |
the High Capacity RMON-2 MIB with Application Layer
|
|
Packit |
022b05 |
Enhancements."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
MODULE -- this module
|
|
Packit |
022b05 |
MANDATORY-GROUPS { protocolDistributionHighCapacityGroup,
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityGroup,
|
|
Packit |
022b05 |
nlMatrixHighCapacityGroup,
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityGroup,
|
|
Packit |
022b05 |
alHostHighCapacityGroup,
|
|
Packit |
022b05 |
alMatrixHighCapacityGroup,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityGroup,
|
|
Packit |
022b05 |
usrHistoryHighCapacityGroup,
|
|
Packit |
022b05 |
hcRMONInformationGroup }
|
|
Packit |
022b05 |
MODULE RMON2-MIB
|
|
Packit |
022b05 |
MANDATORY-GROUPS { protocolDirectoryGroup,
|
|
Packit |
022b05 |
protocolDistributionGroup,
|
|
Packit |
022b05 |
addressMapGroup,
|
|
Packit |
022b05 |
nlHostGroup,
|
|
Packit |
022b05 |
nlMatrixGroup,
|
|
Packit |
022b05 |
alHostGroup,
|
|
Packit |
022b05 |
alMatrixGroup,
|
|
Packit |
022b05 |
usrHistoryGroup,
|
|
Packit |
022b05 |
probeInformationGroup }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
GROUP rmon1EnhancementGroup
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"The rmon1EnhancementGroup is mandatory for systems which
|
|
Packit |
022b05 |
implement RMON [RFC2819]"
|
|
Packit |
022b05 |
::= { hcRmonMIBCompliances 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS {mediaIndependentDataSource,
|
|
Packit |
022b05 |
mediaIndependentDropEvents,
|
|
Packit |
022b05 |
mediaIndependentDroppedFrames,
|
|
Packit |
022b05 |
mediaIndependentInPkts,
|
|
Packit |
022b05 |
mediaIndependentInOverflowPkts,
|
|
Packit |
022b05 |
mediaIndependentInHighCapacityPkts,
|
|
Packit |
022b05 |
mediaIndependentOutPkts,
|
|
Packit |
022b05 |
mediaIndependentOutOverflowPkts,
|
|
Packit |
022b05 |
mediaIndependentOutHighCapacityPkts,
|
|
Packit |
022b05 |
mediaIndependentInOctets,
|
|
Packit |
022b05 |
mediaIndependentInOverflowOctets,
|
|
Packit |
022b05 |
mediaIndependentInHighCapacityOctets,
|
|
Packit |
022b05 |
mediaIndependentOutOctets,
|
|
Packit |
022b05 |
mediaIndependentOutOverflowOctets,
|
|
Packit |
022b05 |
mediaIndependentOutHighCapacityOctets,
|
|
Packit |
022b05 |
mediaIndependentInNUCastPkts,
|
|
Packit |
022b05 |
mediaIndependentInNUCastOverflowPkts,
|
|
Packit |
022b05 |
mediaIndependentInNUCastHighCapacityPkts,
|
|
Packit |
022b05 |
mediaIndependentOutNUCastPkts,
|
|
Packit |
022b05 |
mediaIndependentOutNUCastOverflowPkts,
|
|
Packit |
022b05 |
mediaIndependentOutNUCastHighCapacityPkts,
|
|
Packit |
022b05 |
mediaIndependentInErrors,
|
|
Packit |
022b05 |
mediaIndependentOutErrors,
|
|
Packit |
022b05 |
mediaIndependentInputSpeed,
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
mediaIndependentOutputSpeed,
|
|
Packit |
022b05 |
mediaIndependentDuplexMode,
|
|
Packit |
022b05 |
mediaIndependentDuplexChanges,
|
|
Packit |
022b05 |
mediaIndependentDuplexLastChange,
|
|
Packit |
022b05 |
mediaIndependentOwner,
|
|
Packit |
022b05 |
mediaIndependentStatus }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Collects utilization statistics for any type of network."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 1 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherStatsHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { etherStatsHighCapacityOverflowPkts,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowOctets,
|
|
Packit |
022b05 |
etherStatsHighCapacityOctets,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts64Octets,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts64Octets,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts65to127Octets,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts65to127Octets,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts128to255Octets,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts128to255Octets,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts256to511Octets,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts256to511Octets,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts512to1023Octets,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts512to1023Octets,
|
|
Packit |
022b05 |
etherStatsHighCapacityOverflowPkts1024to1518Octets,
|
|
Packit |
022b05 |
etherStatsHighCapacityPkts1024to1518Octets }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Collects utilization statistics for ethernet networks."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 2 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
etherHistoryHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { etherHistoryHighCapacityOverflowPkts,
|
|
Packit |
022b05 |
etherHistoryHighCapacityPkts,
|
|
Packit |
022b05 |
etherHistoryHighCapacityOverflowOctets,
|
|
Packit |
022b05 |
etherHistoryHighCapacityOctets }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Collects utilization statistics for ethernet networks."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 3 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { hostHighCapacityInOverflowPkts,
|
|
Packit |
022b05 |
hostHighCapacityInPkts,
|
|
Packit |
022b05 |
hostHighCapacityOutOverflowPkts,
|
|
Packit |
022b05 |
hostHighCapacityOutPkts,
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostHighCapacityInOverflowOctets,
|
|
Packit |
022b05 |
hostHighCapacityInOctets,
|
|
Packit |
022b05 |
hostHighCapacityOutOverflowOctets,
|
|
Packit |
022b05 |
hostHighCapacityOutOctets,
|
|
Packit |
022b05 |
hostTimeHighCapacityInOverflowPkts,
|
|
Packit |
022b05 |
hostTimeHighCapacityInPkts,
|
|
Packit |
022b05 |
hostTimeHighCapacityOutOverflowPkts,
|
|
Packit |
022b05 |
hostTimeHighCapacityOutPkts,
|
|
Packit |
022b05 |
hostTimeHighCapacityInOverflowOctets,
|
|
Packit |
022b05 |
hostTimeHighCapacityInOctets,
|
|
Packit |
022b05 |
hostTimeHighCapacityOutOverflowOctets,
|
|
Packit |
022b05 |
hostTimeHighCapacityOutOctets }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Collects utilization and error statistics per host."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 4 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
hostTopNHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { hostTopNHighCapacityAddress,
|
|
Packit |
022b05 |
hostTopNHighCapacityBaseRate,
|
|
Packit |
022b05 |
hostTopNHighCapacityOverflowRate,
|
|
Packit |
022b05 |
hostTopNHighCapacityRate }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Prepares sorted reports of utilization and error statistics
|
|
Packit |
022b05 |
per host."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 5 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
matrixHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { matrixSDHighCapacityOverflowPkts,
|
|
Packit |
022b05 |
matrixSDHighCapacityPkts,
|
|
Packit |
022b05 |
matrixSDHighCapacityOverflowOctets,
|
|
Packit |
022b05 |
matrixSDHighCapacityOctets,
|
|
Packit |
022b05 |
matrixDSHighCapacityOverflowPkts,
|
|
Packit |
022b05 |
matrixDSHighCapacityPkts,
|
|
Packit |
022b05 |
matrixDSHighCapacityOverflowOctets,
|
|
Packit |
022b05 |
matrixDSHighCapacityOctets }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Collects utilization statistics per conversation."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 6 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
captureBufferHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { captureBufferPacketHighCapacityTime }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Provides finer granularity time stamps."
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 7 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
protocolDistributionHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { protocolDistStatsHighCapacityOverflowPkts,
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityPkts,
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityOverflowOctets,
|
|
Packit |
022b05 |
protocolDistStatsHighCapacityOctets }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Collects the relative amounts of octets and packets for the
|
|
Packit |
022b05 |
different protocols detected on a network segment."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 8 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlHostHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { nlHostHighCapacityInOverflowPkts,
|
|
Packit |
022b05 |
nlHostHighCapacityInPkts,
|
|
Packit |
022b05 |
nlHostHighCapacityOutOverflowPkts,
|
|
Packit |
022b05 |
nlHostHighCapacityOutPkts,
|
|
Packit |
022b05 |
nlHostHighCapacityInOverflowOctets,
|
|
Packit |
022b05 |
nlHostHighCapacityInOctets,
|
|
Packit |
022b05 |
nlHostHighCapacityOutOverflowOctets,
|
|
Packit |
022b05 |
nlHostHighCapacityOutOctets }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Counts the amount of traffic sent from and to each network
|
|
Packit |
022b05 |
address discovered by the probe."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 9 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { nlMatrixSDHighCapacityOverflowPkts,
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityPkts,
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityOverflowOctets,
|
|
Packit |
022b05 |
nlMatrixSDHighCapacityOctets,
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityOverflowPkts,
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityPkts,
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityOverflowOctets,
|
|
Packit |
022b05 |
nlMatrixDSHighCapacityOctets }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Counts the amount of traffic sent between each pair of
|
|
Packit |
022b05 |
network addresses discovered by the probe."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 10 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { nlMatrixTopNHighCapacityProtocolDirLocalIndex,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacitySourceAddress,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityDestAddress,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityBasePktRate,
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityOverflowPktRate,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityPktRate,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseBasePktRate,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseOverflowPktRate,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReversePktRate,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityBaseOctetRate,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityOverflowOctetRate,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityOctetRate,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseBaseOctetRate,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseOverflowOctetRate,
|
|
Packit |
022b05 |
nlMatrixTopNHighCapacityReverseOctetRate }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Prepares sorted reports of the amount of traffic sent between
|
|
Packit |
022b05 |
each pair of network addresses discovered by the probe."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 11 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alHostHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { alHostHighCapacityInOverflowPkts,
|
|
Packit |
022b05 |
alHostHighCapacityInPkts,
|
|
Packit |
022b05 |
alHostHighCapacityOutOverflowPkts,
|
|
Packit |
022b05 |
alHostHighCapacityOutPkts,
|
|
Packit |
022b05 |
alHostHighCapacityInOverflowOctets,
|
|
Packit |
022b05 |
alHostHighCapacityInOctets,
|
|
Packit |
022b05 |
alHostHighCapacityOutOverflowOctets,
|
|
Packit |
022b05 |
alHostHighCapacityOutOctets }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Counts the amount of traffic, by protocol, sent from and to
|
|
Packit |
022b05 |
each network address discovered by the probe."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 12 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { alMatrixSDHighCapacityOverflowPkts,
|
|
Packit |
022b05 |
alMatrixSDHighCapacityPkts,
|
|
Packit |
022b05 |
alMatrixSDHighCapacityOverflowOctets,
|
|
Packit |
022b05 |
alMatrixSDHighCapacityOctets,
|
|
Packit |
022b05 |
alMatrixDSHighCapacityOverflowPkts,
|
|
Packit |
022b05 |
alMatrixDSHighCapacityPkts,
|
|
Packit |
022b05 |
alMatrixDSHighCapacityOverflowOctets,
|
|
Packit |
022b05 |
alMatrixDSHighCapacityOctets }
|
|
Packit |
022b05 |
STATUS current
|
|
Packit |
022b05 |
DESCRIPTION
|
|
Packit |
022b05 |
"Counts the amount of traffic, by protocol, sent between each
|
|
Packit |
022b05 |
pair of network addresses discovered by the
|
|
Packit |
022b05 |
probe."
|
|
Packit |
022b05 |
::= { hcRmonMIBGroups 13 }
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityGroup OBJECT-GROUP
|
|
Packit |
022b05 |
OBJECTS { alMatrixTopNHighCapacityProtocolDirLocalIndex,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacitySourceAddress,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityDestAddress,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityAppProtocolDirLocalIndex,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityBasePktRate,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityOverflowPktRate,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityPktRate,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseBasePktRate,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReverseOverflowPktRate,
|
|
Packit |
022b05 |
alMatrixTopNHighCapacityReversePktRate,
|
|
Packit |
|