rfc3273.txt
来自「RFC 的详细文档!」· 文本 代码 · 共 1,878 行 · 第 1/5 页
TXT
1,878 行
hostTimeEntry. These objects will be created by the agent
for all hostTimeEntries associated with whichever
hostControlEntries it deems appropriate. (i.e., either all
hostTimeHighCapacityEntries associated with a particular
hostControlEntry will be created, or none of them will
be.)"
Waldbusser Standards Track [Page 27]
RFC 3273 Remote Network Monitoring Management July 2002
INDEX { hostTimeIndex, hostTimeCreationOrder }
::= { hostTimeHighCapacityTable 1 }
HostTimeHighCapacityEntry ::= SEQUENCE {
hostTimeHighCapacityInOverflowPkts Counter32,
hostTimeHighCapacityInPkts Counter64,
hostTimeHighCapacityOutOverflowPkts Counter32,
hostTimeHighCapacityOutPkts Counter64,
hostTimeHighCapacityInOverflowOctets Counter32,
hostTimeHighCapacityInOctets Counter64,
hostTimeHighCapacityOutOverflowOctets Counter32,
hostTimeHighCapacityOutOctets Counter64
}
hostTimeHighCapacityInOverflowPkts OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated hostTimeInPkts
counter has overflowed."
::= { hostTimeHighCapacityEntry 1 }
hostTimeHighCapacityInPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of good packets transmitted to this address
since it was added to the hostTimeHighCapacityTable."
::= { hostTimeHighCapacityEntry 2 }
hostTimeHighCapacityOutOverflowPkts OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated hostTimeOutPkts
counter has overflowed."
::= { hostTimeHighCapacityEntry 3 }
hostTimeHighCapacityOutPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
Waldbusser Standards Track [Page 28]
RFC 3273 Remote Network Monitoring Management July 2002
STATUS current
DESCRIPTION
"The number of packets, including bad packets, transmitted
by this address since it was added to the
hostTimeHighCapacityTable."
::= { hostTimeHighCapacityEntry 4 }
hostTimeHighCapacityInOverflowOctets OBJECT-TYPE
SYNTAX Counter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated hostTimeInOctets
counter has overflowed."
::= { hostTimeHighCapacityEntry 5 }
hostTimeHighCapacityInOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets transmitted to this address
since it was added to the hostTimeHighCapacityTable
(excluding framing bits but including FCS octets),
except for those octets in bad packets."
::= { hostTimeHighCapacityEntry 6 }
hostTimeHighCapacityOutOverflowOctets OBJECT-TYPE
SYNTAX Counter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the associated hostTimeOutOctets
counter has overflowed."
::= { hostTimeHighCapacityEntry 7 }
hostTimeHighCapacityOutOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of octets transmitted by this address since
it was added to the hostTimeTable (excluding framing
bits but including FCS octets), including those
Waldbusser Standards Track [Page 29]
RFC 3273 Remote Network Monitoring Management July 2002
octets in bad packets."
::= { hostTimeHighCapacityEntry 8 }
-- High Capacity Extensions for the hostTopNTable
hostTopNHighCapacityTable OBJECT-TYPE
SYNTAX SEQUENCE OF HostTopNHighCapacityEntry
MAX-ACCESS not-accessible
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
Waldbusser Standards Track [Page 30]
RFC 3273 Remote Network Monitoring Management July 2002
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
Waldbusser Standards Track [Page 31]
RFC 3273 Remote Network Monitoring Management July 2002
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
Waldbusser Standards Track [Page 32]
RFC 3273 Remote Network Monitoring Management July 2002
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"
Waldbusser Standards Track [Page 33]
RFC 3273 Remote Network Monitoring Management July 2002
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
DESC
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?