Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -1,11 +1,16 @@
-- $Id: CISCO-RTTMON-MIB.my,v 3.1.4.5 2022/08/30 17:34:50 sajg Exp $
-- $Source: /release/112/cvs/Xsys/MIBS/CISCO-RTTMON-MIB.my,v $
-- *****************************************************************
-- Response Time Monitor Mib.
--
-- March 1996, Larry Metzger
-- August 2022, Sajini G
--
-- Copyright (c) 1995-2012, 2014-2016 by Cisco Systems, Inc.
-- Copyright (c) 1995-2012, 2014-2016, 2019, 2022 by Cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
-- $Log: CISCO-RTTMON-MIB.my,v $
-- *****************************************************************
-- $Endlog$
--
@ -1104,7 +1109,7 @@ rttMonCtrlAdminFrequency OBJECT-TYPE
rttMonCtrlAdminFrequency expiration.
NOTE: When the rttMonCtrlAdminRttType object is defined
to be 'pathEcho', setting this value to a small
to be 'pathEcho' or 'pathJitter', setting this value to a small
value for your network size may cause an operation
attempt (or multiple attempts) to be started
before the previous operation has finished. In
@ -1114,7 +1119,7 @@ rttMonCtrlAdminFrequency OBJECT-TYPE
the next rttMonCtrlAdminFrequency expiration.
When the rttMonCtrlAdminRttType object is defined
to be 'pathEcho', the suggested value for this object
to be 'pathEcho' or 'pathJitter', the suggested value for this object
is greater than rttMonCtrlAdminTimeout times the
maximum number of expected hops to the target.
@ -1372,6 +1377,7 @@ rttMonEchoAdminProtocol OBJECT-TYPE
should be used for each probe type:
echo, pathEcho - ipIcmpEcho / mplsLspPingAppl
pathJitter - ipIcmpEcho
udpEcho - ipUdpEchoAppl
tcpConnect - ipTcpConn
http - httpAppl
@ -1417,11 +1423,11 @@ rttMonEchoAdminPktDataRequestSize OBJECT-TYPE
For echo probes the total packet size = (IP header(20) +
ICMP header(8) + 8 (internal timestamps) + request size).
For echo and pathEcho default request size is 28.
For echo, pathEcho and pathJitter default request size is 28.
For udp probe, default request size is 16 and for jitter
probe it is 32. For dlsw probes default request size is 0.
The minimum request size for echo and pathEcho is 28 bytes,
The minimum request size for echo, pathEcho and pathJitter is 28 bytes,
for udp it is 4 and for jitter it is 16.
For udp and jitter probes the maximum request size is 1500.
@ -1494,7 +1500,7 @@ rttMonEchoAdminControlEnable OBJECT-TYPE
will send control messages to a responder, residing on the
target router to respond to the data request packets being
sent by the source router. This object is not applicable to
echo, pathEcho, dns and http probes."
echo, pathEcho, pathJitter, dns and http probes."
DEFVAL { true }
::= { rttMonEchoAdminEntry 8 }
@ -2757,7 +2763,7 @@ rttMonReactAdminTable OBJECT-TYPE
All Notification/Reactions are applied to all RTT
End-to-End operations. Thus, they do not apply to hops
along a path to the target, when RttMonRttType is
'pathEcho'.
'pathEcho' or 'pathJitter'.
The format and content of SNA NMVT's are not defined
within this module.
@ -2835,7 +2841,7 @@ rttMonReactAdminTimeoutEnable OBJECT-TYPE
operation causes rttMonCtrlOperTimeoutOccurred
to change its value.
When the RttMonRttType is 'pathEcho' timeouts to
When the RttMonRttType is 'pathEcho' or 'pathJitter' timeouts to
intermediate hops will not cause
rttMonCtrlOperTimeoutOccurred to change its value.
rttMonReactAdminTimeoutEnable object is superseded by
@ -2857,12 +2863,12 @@ rttMonReactAdminThresholdType OBJECT-TYPE
"This object specifies the conditions under which
rttMonCtrlOperOverThresholdOccurred is changed:
NOTE: When the RttMonRttType is 'pathEcho' this
NOTE: When the RttMonRttType is 'pathEcho' or 'pathJitter' this
objects' value and all associated
object values are only valid when RTT
'echo' operations are to the
rttMonEchoAdminTargetAddress object address. Thus
'pathEcho' operations to intermediate
'pathEcho' or 'pathJitter' operations to intermediate
hops will not cause this object to change.
never - rttMonCtrlOperOverThresholdOccurred is
@ -3459,7 +3465,7 @@ rttMonCtrlOperTimeoutOccurred OBJECT-TYPE
reaction may occur, as defined by
rttMonReactAdminTimeoutEnable.
When the RttMonRttType is 'pathEcho', this timeout
When the RttMonRttType is 'pathEcho' or 'pathJitter', this timeout
applies only to the rttMonEchoAdminTargetAddress and
not to intermediate hops to the Target.
@ -3510,7 +3516,7 @@ rttMonCtrlOperNumRtts OBJECT-TYPE
This value is incremented for each start of an RTT
operation. Thus when rttMonCtrlAdminRttType is set to
'pathEcho' this value will be incremented by one and
'pathEcho' or 'pathJitter' this value will be incremented by one and
not for very every hop along the path.
This object has the special behavior as defined by the
@ -3851,7 +3857,7 @@ rttMonLatestRttOperAddress OBJECT-TYPE
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"When the RttMonRttType is 'echo', 'pathEcho', 'udpEcho',
"When the RttMonRttType is 'echo', 'pathEcho', 'pathJitter', 'udpEcho',
'tcpConnect', 'dns' and 'dlsw' this is a string which specifies
the address of the target for this RTT operation. When the
RttMonRttType is not one of these types this object will
@ -5331,8 +5337,8 @@ rttMplsVpnMonCtrlRequestSize OBJECT-TYPE
for jitter probe is 1500. The default request size is 32 for
jitter probe.
For echo and pathEcho default request size is 28.
The minimum request size for echo and pathEcho is 28 bytes."
For echo, pathEcho and pathJitter default request size is 28.
The minimum request size for echo, pathEcho and pathJitter is 28 bytes."
DEFVAL { 1 }
::= { rttMplsVpnMonCtrlEntry 10 }