RFC3273 - Remote Network Monitoring Management Information B(2)

时间:2005-02-17 来源: 作者: 点击:
STATUS current DESCRIPTION "Contains the High Capacity RMON extensions to the RMON-1 hostTopNTable when hostTopNRateBase specifies a High Capacity TopN Report." ::= { hostTopN 3 } hostTopNHighCapacit
  
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-1
hostTopNTable when hostTopNRateBase specifies a High Capacity
TopN Report."
::= { hostTopN 3 }

hostTopNHighCapacityEntry OBJECT-TYPE
SYNTAX HostTopNHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-1
hostTopNEntry when hostTopNRateBase specifies a High Capacity
TopN Report. These objects will be created by the agent
for all hostTopNEntries associated with whichever
hostTopNControlEntries have a hostTopNRateBase that specify
a high capacity report."
INDEX { hostTopNReport, hostTopNIndex }
::= { hostTopNHighCapacityTable 1 }

HostTopNHighCapacityEntry ::= SEQUENCE {
hostTopNHighCapacityAddress OCTET STRING,
hostTopNHighCapacityBaseRate Gauge32,
hostTopNHighCapacityOverflowRate Gauge32,
hostTopNHighCapacityRate CounterBasedGauge64
}

hostTopNHighCapacityAddress OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The physical address of this host."
::= { hostTopNHighCapacityEntry 1 }

hostTopNHighCapacityBaseRate OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current

DESCRIPTION
"The amount of change in the selected variable
during this sampling interval, modulo 2^32. The
selected variable is this host's instance of the
object selected by hostTopNRateBase."
::= { hostTopNHighCapacityEntry 2 }

hostTopNHighCapacityOverflowRate OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount of change in the selected variable
during this sampling interval, divided by 2^32, truncating
fractions (i.e., X DIV 2^32). The selected variable is
this host's instance of the object selected by
hostTopNRateBase."
::= { hostTopNHighCapacityEntry 3 }

hostTopNHighCapacityRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount of change in the selected variable
during this sampling interval. The selected
variable is this host's instance of the object
selected by hostTopNRateBase."
::= { hostTopNHighCapacityEntry 4 }

-- High Capacity Extensions for the matrixSDTable

matrixSDHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF MatrixSDHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-1
matrixSDTable."
::= { matrix 5 }

matrixSDHighCapacityEntry OBJECT-TYPE
SYNTAX MatrixSDHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-1
matrixSDEntry. These objects will be created by the agent

for all matrixSDEntries associated with whichever
matrixControlEntries it deems appropriate. (i.e., either all
matrixSDHighCapacityEntries associated with a particular
matrixControlEntry will be created, or none of them will
be.)"
INDEX { matrixSDIndex,
matrixSDSourceAddress, matrixSDDestAddress }
::= { matrixSDHighCapacityTable 1 }

MatrixSDHighCapacityEntry ::= SEQUENCE {
matrixSDHighCapacityOverflowPkts Counter32,
matrixSDHighCapacityPkts Counter64,
matrixSDHighCapacityOverflowOctets Counter32,
matrixSDHighCapacityOctets Counter64
}

matrixSDHighCapacityOverflowPkts OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated matrixSDPkts
counter has overflowed."
::= { matrixSDHighCapacityEntry 1 }

matrixSDHighCapacityPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets transmitted from the source
address to the destination address (this number
includes bad packets)."
::= { matrixSDHighCapacityEntry 2 }

matrixSDHighCapacityOverflowOctets OBJECT-TYPE
SYNTAX Counter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated matrixSDOctets
counter has overflowed."
::= { matrixSDHighCapacityEntry 3 }

matrixSDHighCapacityOctets OBJECT-TYPE

SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets (excluding framing bits but
including FCS octets) contained in all packets
transmitted from the source address to the
destination address."
::= { matrixSDHighCapacityEntry 4 }

-- High Capacity extensions for the matrixDSTable

matrixDSHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF MatrixDSHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-1
matrixDSTable."
::= { matrix 6 }

matrixDSHighCapacityEntry OBJECT-TYPE
SYNTAX MatrixDSHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-1
matrixDSEntry. These objects will be created by the agent
for all matrixDSEntries associated with whichever
matrixControlEntries it deems appropriate. (i.e., either all
matrixDSHighCapacityEntries associated with a particular
matrixControlEntry will be created, or none of them will
be.)"
INDEX { matrixDSIndex,
matrixDSDestAddress, matrixDSSourceAddress }
::= { matrixDSHighCapacityTable 1 }

MatrixDSHighCapacityEntry ::= SEQUENCE {
matrixDSHighCapacityOverflowPkts Counter32,
matrixDSHighCapacityPkts Counter64,
matrixDSHighCapacityOverflowOctets Counter32,
matrixDSHighCapacityOctets Counter64
}

matrixDSHighCapacityOverflowPkts OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"

MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated matrixDSPkts
counter has overflowed."
::= { matrixDSHighCapacityEntry 1 }

matrixDSHighCapacityPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets transmitted from the source
address to the destination address (this number
includes bad packets)."
::= { matrixDSHighCapacityEntry 2 }

matrixDSHighCapacityOverflowOctets OBJECT-TYPE
SYNTAX Counter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated matrixDSOctets
counter has overflowed."
::= { matrixDSHighCapacityEntry 3 }

matrixDSHighCapacityOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets (excluding framing bits
but including FCS octets) contained in all packets
transmitted from the source address to the
destination address."
::= { matrixDSHighCapacityEntry 4 }

-- High Capacity extensions for the captureBufferTable

captureBufferHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF CaptureBufferHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-1

captureBufferTable."
::= { capture 3 }

captureBufferHighCapacityEntry OBJECT-TYPE
SYNTAX CaptureBufferHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-1
captureBufferEntry. These objects will be created by the agent
for all captureBufferEntries associated with whichever
bufferControlEntries it deems appropriate. (i.e., either all
captureBufferHighCapacityEntries associated with a particular
bufferControlEntry will be created, or none of them will
be.)"
INDEX { captureBufferControlIndex, captureBufferIndex }
::= { captureBufferHighCapacityTable 1 }

CaptureBufferHighCapacityEntry ::= SEQUENCE {
captureBufferPacketHighCapacityTime Integer32
}

captureBufferPacketHighCapacityTime OBJECT-TYPE
SYNTAX Integer32 (0..999999)
UNITS "nanoseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of nanoseconds that had passed since this capture
buffer was first turned on when this packet was captured,
modulo 10^6.

This object is used in conjunction with the
captureBufferPacketTime object. This object returns the
number of nano-seconds to be added to to number of
milli-seconds obtained from the captureBufferPacketTime
object, to obtain more accurate inter packet arrival time."
::= { captureBufferHighCapacityEntry 1 }

-- High Capacity extensions for the protocolDistStatsTable

protocolDistStatsHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF ProtocolDistStatsHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
protocolDistStatsTable."

::= { protocolDist 3 }

protocolDistStatsHighCapacityEntry OBJECT-TYPE
SYNTAX ProtocolDistStatsHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
protocolDistStatsTable. These objects will be created by the
agent for all protocolDistStatsEntries associated with
whichever protocolDistControlEntries it deems appropriate.
(i.e., either all protocolDistStatsHighCapacityEntries
associated with a particular protocolDistControlEntry will be
created, or none of them will be.)"
INDEX { protocolDistControlIndex, protocolDirLocalIndex }
::= { protocolDistStatsHighCapacityTable 1 }

ProtocolDistStatsHighCapacityEntry ::= SEQUENCE {
protocolDistStatsHighCapacityOverflowPkts ZeroBasedCounter32,
protocolDistStatsHighCapacityPkts ZeroBasedCounter64,
protocolDistStatsHighCapacityOverflowOctets ZeroBasedCounter32,
protocolDistStatsHighCapacityOctets ZeroBasedCounter64
}

protocolDistStatsHighCapacityOverflowPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated protocolDistStatsPkts
counter has overflowed."
::= { protocolDistStatsHighCapacityEntry 1 }

protocolDistStatsHighCapacityPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets without errors received of this
protocol type. Note that this is the number of link-layer
packets, so if a single network-layer packet is fragmented
into several link-layer frames, this counter is incremented
several times."
::= { protocolDistStatsHighCapacityEntry 2 }

protocolDistStatsHighCapacityOverflowOctets OBJECT-TYPE

SYNTAX ZeroBasedCounter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated protocolDistStatsOctets
counter has overflowed."
::= { protocolDistStatsHighCapacityEntry 3 }

protocolDistStatsHighCapacityOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets in packets received of this protocol
type since it was added to the protocolDistStatsTable
(excluding framing bits but including FCS octets), except for
those octets in packets that contained errors.

Note this doesn't count just those octets in the particular
protocol frames, but includes the entire packet that contained
the protocol."
::= { protocolDistStatsHighCapacityEntry 4 }

-- High Capacity extensions for the nlHostTable.

nlHostHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF NlHostHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
nlHostTable."
::= { nlHost 3 }

nlHostHighCapacityEntry OBJECT-TYPE
SYNTAX NlHostHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
nlHostEntry. These objects will be created by the agent
for all nlHostEntries associated with whichever
hlHostControlEntries it deems appropriate. (i.e., either all
nlHostHighCapacityEntries associated with a particular
hlHostControlEntry will be created, or none of them will
be.)"

INDEX { hlHostControlIndex, nlHostTimeMark,
protocolDirLocalIndex, nlHostAddress }
::= { nlHostHighCapacityTable 1 }

NlHostHighCapacityEntry ::= SEQUENCE {
nlHostHighCapacityInOverflowPkts ZeroBasedCounter32,
nlHostHighCapacityInPkts ZeroBasedCounter64,
nlHostHighCapacityOutOverflowPkts ZeroBasedCounter32,
nlHostHighCapacityOutPkts ZeroBasedCounter64,
nlHostHighCapacityInOverflowOctets ZeroBasedCounter32,
nlHostHighCapacityInOctets ZeroBasedCounter64,
nlHostHighCapacityOutOverflowOctets ZeroBasedCounter32,
nlHostHighCapacityOutOctets ZeroBasedCounter64
}

nlHostHighCapacityInOverflowPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated nlHostInPkts
counter has overflowed."
::= { nlHostHighCapacityEntry 1 }

nlHostHighCapacityInPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets without errors transmitted to
this address since it was added to the nlHostHighCapacityTable.
Note that this is the number of link-layer packets, so if a
single network-layer packet is fragmented into several
link-layer frames, this counter is incremented several times."
::= { nlHostHighCapacityEntry 2 }

nlHostHighCapacityOutOverflowPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated nlHostOutPkts
counter has overflowed."
::= { nlHostHighCapacityEntry 3 }

nlHostHighCapacityOutPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets without errors transmitted by
this address since it was added to the nlHostHighCapacityTable.
Note that this is the number of link-layer packets, so if a
single network-layer packet is fragmented into several
link-layer frames, this counter is incremented several times."
::= { nlHostHighCapacityEntry 4 }

nlHostHighCapacityInOverflowOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated nlHostInOctets
counter has overflowed."
::= { nlHostHighCapacityEntry 5 }

nlHostHighCapacityInOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets transmitted to this address
since it was added to the nlHostHighCapacityTable
(excluding framing bits but including FCS octets),
excluding those octets in packets that contained
errors.

Note this doesn't count just those octets in the
particular protocol frames, but includes the entire
packet that contained the protocol."
::= { nlHostHighCapacityEntry 6 }

nlHostHighCapacityOutOverflowOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated nlHostOutOctets
counter has overflowed."

::= { nlHostHighCapacityEntry 7 }

nlHostHighCapacityOutOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets transmitted by this address
since it was added to the nlHostHighCapacityTable
(excluding framing bits but including FCS octets),
excluding those octets in packets that contained
errors.

Note this doesn't count just those octets in the
particular protocol frames, but includes the entire
packet that contained the protocol."
::= { nlHostHighCapacityEntry 8 }

-- High Capacity extensions for the nlMatrixTable

nlMatrixSDHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF NlMatrixSDHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
nlMatrixTable."
::= { nlMatrix 6 }

nlMatrixSDHighCapacityEntry OBJECT-TYPE
SYNTAX NlMatrixSDHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
nlMatrixEntry. These objects will be created by the agent
for all nlMatrixSDEntries associated with whichever
hlMatrixControlEntries it deems appropriate. (i.e., either all
nlMatrixSDHighCapacityEntries associated with a particular
hlMatrixControlEntry will be created, or none of them will
be.)"
INDEX { hlMatrixControlIndex, nlMatrixSDTimeMark,
protocolDirLocalIndex,
nlMatrixSDSourceAddress, nlMatrixSDDestAddress }
::= { nlMatrixSDHighCapacityTable 1 }

NlMatrixSDHighCapacityEntry ::= SEQUENCE {

nlMatrixSDHighCapacityOverflowPkts ZeroBasedCounter32,
nlMatrixSDHighCapacityPkts ZeroBasedCounter64,
nlMatrixSDHighCapacityOverflowOctets ZeroBasedCounter32,
nlMatrixSDHighCapacityOctets ZeroBasedCounter64
}

nlMatrixSDHighCapacityOverflowPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated nlMatrixSDPkts
counter has overflowed."
::= { nlMatrixSDHighCapacityEntry 1 }

nlMatrixSDHighCapacityPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets without errors transmitted from the
source address to the destination address since this entry was
added to the nlMatrixSDHighCapacityTable. Note that this is
the number of link-layer packets, so if a single network-layer
packet is fragmented into several link-layer frames, this
counter is incremented several times."
::= { nlMatrixSDHighCapacityEntry 2 }

nlMatrixSDHighCapacityOverflowOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated nlMatrixSDOctets
counter has overflowed."
::= { nlMatrixSDHighCapacityEntry 3 }

nlMatrixSDHighCapacityOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets transmitted from the source address to
the destination address since this entry was added to the

nlMatrixSDHighCapacityTable (excluding framing bits but
including FCS octets), excluding those octets in packets that
contained errors.

Note this doesn't count just those octets in the particular
protocol frames, but includes the entire packet that contained
the protocol."
::= { nlMatrixSDHighCapacityEntry 4 }

-- High Capacity extensions for the nlMatrixDSTable

nlMatrixDSHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF NlMatrixDSHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
nlMatrixDSTable."
::= { nlMatrix 7 }

nlMatrixDSHighCapacityEntry OBJECT-TYPE
SYNTAX NlMatrixDSHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
nlMatrixDSEntry. These objects will be created by the agent
for all nlMatrixDSEntries associated with whichever
hlmatrixControlEntries it deems appropriate. (i.e., either all
nlMatrixDSHighCapacityEntries associated with a particular
hlMatrixControlEntry will be created, or none of them will
be.)"
INDEX { hlMatrixControlIndex, nlMatrixDSTimeMark,
protocolDirLocalIndex,
nlMatrixDSDestAddress, nlMatrixDSSourceAddress }
::= { nlMatrixDSHighCapacityTable 1 }

NlMatrixDSHighCapacityEntry ::= SEQUENCE {
nlMatrixDSHighCapacityOverflowPkts ZeroBasedCounter32,
nlMatrixDSHighCapacityPkts ZeroBasedCounter64,
nlMatrixDSHighCapacityOverflowOctets ZeroBasedCounter32,
nlMatrixDSHighCapacityOctets ZeroBasedCounter64
}

nlMatrixDSHighCapacityOverflowPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Packets"
MAX-ACCESS read-only

STATUS current
DESCRIPTION
"The number of times the associated nlMatrixDSPkts
counter has overflowed."
::= { nlMatrixDSHighCapacityEntry 1 }

nlMatrixDSHighCapacityPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets without errors transmitted from the
source address to the destination address since this entry was
added to the nlMatrixDSHighCapacityTable. Note that this is
the number of link-layer packets, so if a single network-layer
packet is fragmented into several link-layer frames, this
counter is incremented several times."
::= { nlMatrixDSHighCapacityEntry 2 }

nlMatrixDSHighCapacityOverflowOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated nlMatrixDSOctets
counter has overflowed."
::= { nlMatrixDSHighCapacityEntry 3 }

nlMatrixDSHighCapacityOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets transmitted from the source address
to the destination address since this entry was added to the
nlMatrixDSHighCapacityTable (excluding framing bits but
including FCS octets), excluding those octets in packets that
contained errors.

Note this doesn't count just those octets in the particular
protocol frames, but includes the entire packet that contained
the protocol."
::= { nlMatrixDSHighCapacityEntry 4 }

-- High Capacity extensions for the nlMatrixTopNTable

nlMatrixTopNHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF NlMatrixTopNHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
nlMatrixTopNTable when nlMatrixTopNControlRateBase specifies
a High Capacity TopN Report."
::= { nlMatrix 8 }

nlMatrixTopNHighCapacityEntry OBJECT-TYPE
SYNTAX NlMatrixTopNHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
nlMatrixTopNEntry when nlMatrixTopNControlRateBase specifies
a High Capacity TopN Report. These objects will be created by
the agent for all nlMatrixTopNEntries associated with whichever
nlMatrixTopNControlEntries have a nlMatrixTopNControlRateBase
that specify a high capacity report."
INDEX { nlMatrixTopNControlIndex, nlMatrixTopNIndex }
::= { nlMatrixTopNHighCapacityTable 1 }

NlMatrixTopNHighCapacityEntry ::= SEQUENCE {
nlMatrixTopNHighCapacityProtocolDirLocalIndex Integer32,
nlMatrixTopNHighCapacitySourceAddress OCTET STRING,
nlMatrixTopNHighCapacityDestAddress OCTET STRING,
nlMatrixTopNHighCapacityBasePktRate Gauge32,
nlMatrixTopNHighCapacityOverflowPktRate Gauge32,
nlMatrixTopNHighCapacityPktRate CounterBasedGauge64,
nlMatrixTopNHighCapacityReverseBasePktRate Gauge32,
nlMatrixTopNHighCapacityReverseOverflowPktRate Gauge32,
nlMatrixTopNHighCapacityReversePktRate CounterBasedGauge64,
nlMatrixTopNHighCapacityBaseOctetRate Gauge32,
nlMatrixTopNHighCapacityOverflowOctetRate Gauge32,
nlMatrixTopNHighCapacityOctetRate CounterBasedGauge64,
nlMatrixTopNHighCapacityReverseBaseOctetRate Gauge32,
nlMatrixTopNHighCapacityReverseOverflowOctetRate Gauge32,
nlMatrixTopNHighCapacityReverseOctetRate CounterBasedGauge64
}

nlMatrixTopNHighCapacityProtocolDirLocalIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The protocolDirLocalIndex of the network layer protocol of

this entry's network address."
::= { nlMatrixTopNHighCapacityEntry 1 }

nlMatrixTopNHighCapacitySourceAddress OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The network layer address of the source host in this
conversation.

This is represented as an octet string with
specific semantics and length as identified
by the associated nlMatrixTopNProtocolDirLocalIndex.

For example, if the protocolDirLocalIndex indicates an
encapsulation of ip, this object is encoded as a length
octet of 4, followed by the 4 octets of the ip address,
in network byte order."
::= { nlMatrixTopNHighCapacityEntry 2 }

nlMatrixTopNHighCapacityDestAddress OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The network layer address of the destination host in this
conversation.

This is represented as an octet string with
specific semantics and length as identified
by the associated nlMatrixTopNProtocolDirLocalIndex.

For example, if the nlMatrixTopNProtocolDirLocalIndex
indicates an encapsulation of ip, this object is encoded as a
length octet of 4, followed by the 4 octets of the ip address,
in network byte order."
::= { nlMatrixTopNHighCapacityEntry 3 }

nlMatrixTopNHighCapacityBasePktRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets seen from the source host
to the destination host during this sampling interval,
modulo 2^32, counted using the rules for counting the

nlMatrixSDPkts object."
::= { nlMatrixTopNHighCapacityEntry 4 }

nlMatrixTopNHighCapacityOverflowPktRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets seen from the source host
to the destination host during this sampling interval,
divided by 2^32, truncating fractions (i.e., X DIV 2^32),
and counted using the rules for counting the
nlMatrixSDPkts object."
::= { nlMatrixTopNHighCapacityEntry 5 }

nlMatrixTopNHighCapacityPktRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets seen from the source host to the
destination host during this sampling interval, counted
using the rules for counting the nlMatrixSDPkts object.
If the value of nlMatrixTopNControlRateBase is
nlMatrixTopNHighCapacityPkts, this variable will be
used to sort this report."
::= { nlMatrixTopNHighCapacityEntry 6 }

nlMatrixTopNHighCapacityReverseBasePktRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets seen from the destination host to the
source host during this sampling interval, modulo 2^32, counted
using the rules for counting the nlMatrixSDPkts object (note
that the corresponding nlMatrixSDPkts object selected is the
one whose source address is equal to nlMatrixTopNDestAddress
and whose destination address is equal to
nlMatrixTopNSourceAddress.)

Note that if the value of nlMatrixTopNControlRateBase is equal
to nlMatrixTopNHighCapacityPkts, the sort of topN entries is
based entirely on nlMatrixTopNHighCapacityPktRate, and not on
the value of this object."

::= { nlMatrixTopNHighCapacityEntry 7 }

nlMatrixTopNHighCapacityReverseOverflowPktRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets seen from the destination host to the
source host during this sampling interval, divided by 2^32,
truncating fractions (i.e., X DIV 2^32), and counted
using the rules for counting the nlMatrixSDPkts object (note
that the corresponding nlMatrixSDPkts object selected is the
one whose source address is equal to nlMatrixTopNDestAddress
and whose destination address is equal to
nlMatrixTopNSourceAddress.)

Note that if the value of nlMatrixTopNControlRateBase is equal
to nlMatrixTopNHighCapacityPkts, the sort of topN entries is
based entirely on nlMatrixTopNHighCapacityPktRate, and not on
the value of this object."
::= { nlMatrixTopNHighCapacityEntry 8 }

nlMatrixTopNHighCapacityReversePktRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets seen from the destination host to the
source host during this sampling interval, counted
using the rules for counting the nlMatrixSDPkts object (note
that the corresponding nlMatrixSDPkts object selected is the
one whose source address is equal to nlMatrixTopNDestAddress
and whose destination address is equal to
nlMatrixTopNSourceAddress.)

Note that if the value of nlMatrixTopNControlRateBase is equal
to nlMatrixTopNHighCapacityPkts, the sort of topN entries is
based entirely on nlMatrixTopNHighCapacityPktRate, and not on
the value of this object."
::= { nlMatrixTopNHighCapacityEntry 9 }

nlMatrixTopNHighCapacityBaseOctetRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current

DESCRIPTION
"The number of octets seen from the source host to the
destination host during this sampling interval, modulo 2^32,
counted using the rules for counting the nlMatrixSDOctets
object."
::= { nlMatrixTopNHighCapacityEntry 10 }

nlMatrixTopNHighCapacityOverflowOctetRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets seen from the source host
to the destination host during this sampling interval,
divided by 2^32, truncating fractions (i.e., X DIV 2^32),
and counted using the rules for counting the
nlMatrixSDOctets object."
::= { nlMatrixTopNHighCapacityEntry 11 }

nlMatrixTopNHighCapacityOctetRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets seen from the source host
to the destination host during this sampling interval,
counted using the rules for counting the
nlMatrixSDOctets object.
If the value of nlMatrixTopNControlRateBase is
nlMatrixTopNHighCapacityOctets, this variable will be used
to sort this report."
::= { nlMatrixTopNHighCapacityEntry 12 }

nlMatrixTopNHighCapacityReverseBaseOctetRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets seen from the destination host to the
source host during this sampling interval, modulo 2^32, counted
using the rules for counting the nlMatrixSDOctets object (note
that the corresponding nlMatrixSDOctets object selected is the
one whose source address is equal to nlMatrixTopNDestAddress
and whose destination address is equal to
nlMatrixTopNSourceAddress.)

Note that if the value of nlMatrixTopNControlRateBase is equal
to nlMatrixTopNHighCapacityOctets, the sort of topN entries is
based entirely on nlMatrixTopNHighCapacityOctetRate, and not on
the value of this object."
::= { nlMatrixTopNHighCapacityEntry 13 }

nlMatrixTopNHighCapacityReverseOverflowOctetRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets seen from the destination host to the
source host during this sampling interval, divided by 2^32,
truncating fractions (i.e., X DIV 2^32), and counted
using the rules for counting the nlMatrixSDOctets object (note
that the corresponding nlMatrixSDOctets object selected is the
one whose source address is equal to nlMatrixTopNDestAddress
and whose destination address is equal to
nlMatrixTopNSourceAddress.)

Note that if the value of nlMatrixTopNControlRateBase is equal
to nlMatrixTopNHighCapacityOctets, the sort of topN entries is
based entirely on nlMatrixTopNHighCapacityOctetRate, and not on
the value of this object."
::= { nlMatrixTopNHighCapacityEntry 14 }

nlMatrixTopNHighCapacityReverseOctetRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets seen from the destination host to the
source host during this sampling interval, counted
using the rules for counting the nlMatrixSDOctets object (note
that the corresponding nlMatrixSDOctets object selected is the
one whose source address is equal to nlMatrixTopNDestAddress
and whose destination address is equal to
nlMatrixTopNSourceAddress.)

Note that if the value of nlMatrixTopNControlRateBase is equal
to nlMatrixTopNHighCapacityOctets, the sort of topN entries is
based entirely on nlMatrixTopNHighCapacityOctetRate, and not on
the value of this object."
::= { nlMatrixTopNHighCapacityEntry 15 }

-- High Capacity extensions for the alHostTable

alHostHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlHostHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
alHostTable."
::= { alHost 2 }

alHostHighCapacityEntry OBJECT-TYPE
SYNTAX AlHostHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
alHostEntry. These objects will be created by the agent
for all alHostEntries associated with whichever
hlHostControlEntries it deems appropriate. (i.e., either all
alHostHighCapacityEntries associated with a particular
hlHostControlEntry will be created, or none of them will
be.)"
INDEX { hlHostControlIndex, alHostTimeMark,
protocolDirLocalIndex, nlHostAddress,
protocolDirLocalIndex }
::= { alHostHighCapacityTable 1 }

AlHostHighCapacityEntry ::= SEQUENCE {
alHostHighCapacityInOverflowPkts ZeroBasedCounter32,
alHostHighCapacityInPkts ZeroBasedCounter64,
alHostHighCapacityOutOverflowPkts ZeroBasedCounter32,
alHostHighCapacityOutPkts ZeroBasedCounter64,
alHostHighCapacityInOverflowOctets ZeroBasedCounter32,
alHostHighCapacityInOctets ZeroBasedCounter64,
alHostHighCapacityOutOverflowOctets ZeroBasedCounter32,
alHostHighCapacityOutOctets ZeroBasedCounter64
}

alHostHighCapacityInOverflowPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated alHostInPkts
counter has overflowed."

::= { alHostHighCapacityEntry 1 }

alHostHighCapacityInPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets of this protocol type without errors
transmitted to this address since it was added to the
alHostHighCapacityTable. Note that this is the number of
link-layer packets, so if a single network-layer packet
is fragmented into several link-layer frames, this counter
is incremented several times."
::= { alHostHighCapacityEntry 2 }

alHostHighCapacityOutOverflowPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated alHostOutPkts
counter has overflowed."
::= { alHostHighCapacityEntry 3 }

alHostHighCapacityOutPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets of this protocol type without errors
transmitted by this address since it was added to the
alHostHighCapacityTable. Note that this is the number of
link-layer packets, so if a single network-layer packet
is fragmented into several link-layer frames, this counter
is incremented several times."
::= { alHostHighCapacityEntry 4 }

alHostHighCapacityInOverflowOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated alHostInOctets
counter has overflowed."
::= { alHostHighCapacityEntry 5 }

alHostHighCapacityInOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets transmitted to this address
of this protocol type since it was added to the
alHostHighCapacityTable (excluding framing bits but
including FCS octets), excluding those octets in
packets that contained errors.

Note this doesn't count just those octets in the particular
protocol frames, but includes the entire packet that contained
the protocol."
::= { alHostHighCapacityEntry 6 }

alHostHighCapacityOutOverflowOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated alHostOutOctets
counter has overflowed."
::= { alHostHighCapacityEntry 7 }

alHostHighCapacityOutOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets transmitted by this address
of this protocol type since it was added to the
alHostHighCapacityTable (excluding framing bits but
including FCS octets), excluding those octets in
packets that contained errors.

Note this doesn't count just those octets in the particular
protocol frames, but includes the entire packet that contained
the protocol."
::= { alHostHighCapacityEntry 8 }

-- High Capacity extensions for the alMatrixSDTable

alMatrixSDHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlMatrixSDHighCapacityEntry

MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
alMatrixSDTable."
::= { alMatrix 5 }

alMatrixSDHighCapacityEntry OBJECT-TYPE
SYNTAX AlMatrixSDHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
alMatrixSDEntry. These objects will be created by the agent
for all alMatrixSDEntries associated with whichever
hlMatrixControlEntries it deems appropriate. (i.e., either all
alMatrixSDHighCapacityEntries associated with a particular
hlMatrixControlEntry will be created, or none of them will
be.)"
INDEX { hlMatrixControlIndex, alMatrixSDTimeMark,
protocolDirLocalIndex,
nlMatrixSDSourceAddress, nlMatrixSDDestAddress,
protocolDirLocalIndex }
::= { alMatrixSDHighCapacityTable 1 }

AlMatrixSDHighCapacityEntry ::= SEQUENCE {
alMatrixSDHighCapacityOverflowPkts ZeroBasedCounter32,
alMatrixSDHighCapacityPkts ZeroBasedCounter64,
alMatrixSDHighCapacityOverflowOctets ZeroBasedCounter32,
alMatrixSDHighCapacityOctets ZeroBasedCounter64
}

alMatrixSDHighCapacityOverflowPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated alMatrixSDPkts
counter has overflowed."
::= { alMatrixSDHighCapacityEntry 1 }

alMatrixSDHighCapacityPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION

"The number of good packets of this protocol type
transmitted from the source address to the destination address
since this entry was added to the alMatrixSDHighCapacityTable.
Note that this is the number of link-layer packets, so if a
single network-layer packet is fragmented into several
link-layer frames, this counter is incremented several times."
::= { alMatrixSDHighCapacityEntry 2 }

alMatrixSDHighCapacityOverflowOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated alMatrixSDOctets
counter has overflowed."
::= { alMatrixSDHighCapacityEntry 3 }

alMatrixSDHighCapacityOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets in good packets of this protocol type
transmitted from the source address to the destination address
since this entry was added to the alMatrixSDHighCapacityTable
(excluding framing bits but including FCS octets).

Note this doesn't count just those octets in the particular
protocol frames, but includes the entire packet that contained
the protocol."
::= { alMatrixSDHighCapacityEntry 4 }

-- High Capacity extensions for the alMatrixDSTable

alMatrixDSHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlMatrixDSHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
alMatrixDSTable."
::= { alMatrix 6 }

alMatrixDSHighCapacityEntry OBJECT-TYPE
SYNTAX AlMatrixDSHighCapacityEntry
MAX-ACCESS not-accessible

STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
alMatrixSDTable. These objects will be created by the agent
for all alMatrixDSEntries associated with whichever
hlMatrixControlEntries it deems appropriate. (i.e., either all
alMatrixDSHighCapacityEntries associated with a particular
hlMatrixControlEntry will be created, or none of them will
be.)"
INDEX { hlMatrixControlIndex, alMatrixDSTimeMark,
protocolDirLocalIndex,
nlMatrixDSDestAddress, nlMatrixDSSourceAddress,
protocolDirLocalIndex }
::= { alMatrixDSHighCapacityTable 1 }

AlMatrixDSHighCapacityEntry ::= SEQUENCE {
alMatrixDSHighCapacityOverflowPkts ZeroBasedCounter32,
alMatrixDSHighCapacityPkts ZeroBasedCounter64,
alMatrixDSHighCapacityOverflowOctets ZeroBasedCounter32,
alMatrixDSHighCapacityOctets ZeroBasedCounter64
}

alMatrixDSHighCapacityOverflowPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated alMatrixDSPkts
counter has overflowed."
::= { alMatrixDSHighCapacityEntry 1 }

alMatrixDSHighCapacityPkts OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of good packets of this protocol type
transmitted from the source address to the destination address
since this entry was added to the alMatrixDSHighCapacityTable.
Note that this is the number of link-layer packets, so if a
single network-layer packet is fragmented into several
link-layer frames, this counter is incremented several times."
::= { alMatrixDSHighCapacityEntry 2 }

alMatrixDSHighCapacityOverflowOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter32

UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated alMatrixDSOctets
counter has overflowed."
::= { alMatrixDSHighCapacityEntry 3 }

alMatrixDSHighCapacityOctets OBJECT-TYPE
SYNTAX ZeroBasedCounter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets in good packets of this protocol type
transmitted from the source address to the destination address
since this entry was added to the alMatrixDSHighCapacityTable
(excluding framing bits but including FCS octets).

Note this doesn't count just those octets in the particular
protocol frames, but includes the entire packet that contained
the protocol."
::= { alMatrixDSHighCapacityEntry 4 }

alMatrixTopNHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF AlMatrixTopNHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
alMatrixTopNTable when alMatrixTopNControlRateBase specifies
a High Capacity TopN Report."
::= { alMatrix 7 }

alMatrixTopNHighCapacityEntry OBJECT-TYPE
SYNTAX AlMatrixTopNHighCapacityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Contains the High Capacity RMON extensions to the RMON-2
alMatrixTopNEntry when alMatrixTopNControlRateBase specifies
a High Capacity TopN Report. These objects will be created by
the agent for all alMatrixTopNEntries associated with whichever
alMatrixTopNControlEntries have a alMatrixTopNControlRateBase
that specify a high capacity report."
INDEX { alMatrixTopNControlIndex, alMatrixTopNIndex }
::= { alMatrixTopNHighCapacityTable 1 }

AlMatrixTopNHighCapacityEntry ::= SEQUENCE {
alMatrixTopNHighCapacityProtocolDirLocalIndex Integer32,
alMatrixTopNHighCapacitySourceAddress OCTET STRING,
alMatrixTopNHighCapacityDestAddress OCTET STRING,
alMatrixTopNHighCapacityAppProtocolDirLocalIndex Integer32,
alMatrixTopNHighCapacityBasePktRate Gauge32,
alMatrixTopNHighCapacityOverflowPktRate Gauge32,
alMatrixTopNHighCapacityPktRate CounterBasedGauge64,
alMatrixTopNHighCapacityReverseBasePktRate Gauge32,
alMatrixTopNHighCapacityReverseOverflowPktRate Gauge32,
alMatrixTopNHighCapacityReversePktRate CounterBasedGauge64,
alMatrixTopNHighCapacityBaseOctetRate Gauge32,
alMatrixTopNHighCapacityOverflowOctetRate Gauge32,
alMatrixTopNHighCapacityOctetRate CounterBasedGauge64,
alMatrixTopNHighCapacityReverseBaseOctetRate Gauge32,
alMatrixTopNHighCapacityReverseOverflowOctetRate Gauge32,
alMatrixTopNHighCapacityReverseOctetRate CounterBasedGauge64
}

alMatrixTopNHighCapacityProtocolDirLocalIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The protocolDirLocalIndex of the network layer protocol of
this entry's network address."
::= { alMatrixTopNHighCapacityEntry 1 }

alMatrixTopNHighCapacitySourceAddress OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The network layer address of the source host in this
conversation.

This is represented as an octet string with
specific semantics and length as identified
by the associated alMatrixTopNProtocolDirLocalIndex.

For example, if the alMatrixTopNProtocolDirLocalIndex
indicates an encapsulation of ip, this object is encoded as a
length octet of 4, followed by the 4 octets of the ip address,
in network byte order."
::= { alMatrixTopNHighCapacityEntry 2 }

alMatrixTopNHighCapacityDestAddress OBJECT-TYPE
SYNTAX OCTET STRING

MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The network layer address of the destination host in this
conversation.

This is represented as an octet string with
specific semantics and length as identified
by the associated alMatrixTopNProtocolDirLocalIndex.

For example, if the alMatrixTopNProtocolDirLocalIndex
indicates an encapsulation of ip, this object is encoded as a
length octet of 4, followed by the 4 octets of the ip address,
in network byte order."
::= { alMatrixTopNHighCapacityEntry 3 }

alMatrixTopNHighCapacityAppProtocolDirLocalIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of the protocol counted by this entry."
::= { alMatrixTopNHighCapacityEntry 4 }

alMatrixTopNHighCapacityBasePktRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets seen of this protocol from the
source host to the destination host during this sampling
interval, modulo 2^32, counted using the rules for counting
the alMatrixSDPkts object."
::= { alMatrixTopNHighCapacityEntry 5 }

alMatrixTopNHighCapacityOverflowPktRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets seen of this protocol from the source
host to the destination host during this sampling interval,
divided by 2^32, truncating fractions (i.e., X DIV 2^32),
and counted using the rules for counting the
alMatrixSDPkts object."
::= { alMatrixTopNHighCapacityEntry 6 }

alMatrixTopNHighCapacityPktRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets seen of this protocol from the source
host to the destination host during this sampling interval,
counted using the rules for counting the
alMatrixSDPkts object.
If the value of alMatrixTopNControlRateBase is
alMatrixTopNTerminalsPkts, alMatrixTopNAllPkts,
alMatrixTopNTerminalsHighCapacityPkts, or
alMatrixTopNAllHighCapacityPkts, this variable will be used
to sort this report."
::= { alMatrixTopNHighCapacityEntry 7 }

alMatrixTopNHighCapacityReverseBasePktRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets seen of this protocol from the
destination host to the source host during this sampling
------分隔线----------------------------
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
最新评论 查看所有评论
发表评论 查看所有评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 密码: 验证码:
推荐内容