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,7 +1,7 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2011, Accedian Networks, Inc.
-- Copyright (c) 2005-2016, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
@ -23,7 +23,7 @@ IMPORTS
acdRegulator MODULE-IDENTITY
LAST-UPDATED "201201100100Z"
LAST-UPDATED "201702210100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
@ -34,10 +34,32 @@ acdRegulator MODULE-IDENTITY
DESCRIPTION
"The Regulators database for this Accedian Networks device."
REVISION "201702210100Z" -- 21 February 2017
DESCRIPTION
"Change the Unit of acdRegulatorCbs and acdRegulatorEbs
from Kbytes to KiB."
REVISION "201609230100Z" -- 23 September 2016
DESCRIPTION
"Add acdRegulatorHistStatsID and acdRegulatorHistStatsSampleIndex
to acdRegulatorHistStatsGroup."
REVISION "201605260100Z" -- 26 May 2016
DESCRIPTION
"Set access level to read-only for acdRegulatorHistStatsID,
acdRegulatorHistStatsSampleIndex."
REVISION "201406090000Z" -- 09 Jun 2014
DESCRIPTION
"Added Green, Yellow, Red Stats to acdRegulatorStatsEntry."
REVISION "201312010000Z" -- 01.Dec 2013
DESCRIPTION
"Added CIR-MAX, EIR-MAX to AcdRegulatorEntry."
REVISION "201201100100Z" -- 10 Jan 2012
DESCRIPTION
"Add acdRegulatorWorkingRate entry in acdRegulatorTable."
"Add acdRegulatorWorkingRate entry in acdRegulatorTable."
REVISION "201110100100Z" -- 10 October 2011
DESCRIPTION
"Add acdRegulatorTableLastChangeTid."
@ -100,7 +122,9 @@ AcdRegulatorEntry ::= SEQUENCE {
acdRegulatorIsBlind TruthValue,
acdRegulatorIsCouple TruthValue,
acdRegulatorRowStatus RowStatus,
acdRegulatorRowStatus RowStatus,
acdRegulatorWorkingRate INTEGER,
acdRegulatorCirMax Unsigned32,
acdRegulatorEirMax Unsigned32
}
acdRegulatorID OBJECT-TYPE
@ -132,7 +156,7 @@ acdRegulatorCir OBJECT-TYPE
acdRegulatorCbs OBJECT-TYPE
SYNTAX Unsigned32
SYNTAX Unsigned32
UNITS "KiB"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
@ -152,7 +176,7 @@ acdRegulatorEir OBJECT-TYPE
acdRegulatorEbs OBJECT-TYPE
SYNTAX Unsigned32
SYNTAX Unsigned32
UNITS "KiB"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
@ -204,6 +228,26 @@ acdRegulatorWorkingRate OBJECT-TYPE
DEFVAL { layer1 }
::= { acdRegulatorEntry 10 }
acdRegulatorCirMax OBJECT-TYPE
SYNTAX Unsigned32
UNITS "Kbps"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The maximum committed information rate."
DEFVAL { 20000 }
::= { acdRegulatorEntry 11 }
acdRegulatorEirMax OBJECT-TYPE
SYNTAX Unsigned32
UNITS "Kbps"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The maximum excess information rate."
DEFVAL { 1000 }
::= { acdRegulatorEntry 12 }
---------------------------------------------------------------------------
-- The Regulator Counters table
-- This table contains all counters associated with each regulator.
@ -242,7 +286,16 @@ AcdRegulatorStatsEntry ::= SEQUENCE {
acdRegulatorStatsDropPkts Counter32,
acdRegulatorStatsDropOverflowPkts Counter32,
acdRegulatorStatsDropHCPkts Counter64,
acdRegulatorStatsDropHCPkts Counter64,
acdRegulatorStatsDropRate Gauge32,
acdRegulatorStatsGreenHCOctets Counter64,
acdRegulatorStatsGreenHCPkts Counter64,
acdRegulatorStatsYellowHCOctets Counter64,
acdRegulatorStatsYellowHCPkts Counter64,
acdRegulatorStatsRedHCOctets Counter64,
acdRegulatorStatsRedHCPkts Counter64,
acdRegulatorStatsGreenRate Gauge32,
acdRegulatorStatsYellowRate Gauge32,
acdRegulatorStatsRedRate Gauge32
}
acdRegulatorStatsID OBJECT-TYPE
@ -268,7 +321,6 @@ acdRegulatorStatsAcceptOctets OBJECT-TYPE
acdRegulatorStatsAcceptOverflowOctets OBJECT-TYPE
SYNTAX Counter32
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -301,7 +353,6 @@ acdRegulatorStatsAcceptPkts OBJECT-TYPE
acdRegulatorStatsAcceptOverflowPkts OBJECT-TYPE
SYNTAX Counter32
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -313,7 +364,7 @@ acdRegulatorStatsAcceptOverflowPkts OBJECT-TYPE
acdRegulatorStatsAcceptHCPkts OBJECT-TYPE
SYNTAX Counter64
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -343,7 +394,6 @@ acdRegulatorStatsDropOctets OBJECT-TYPE
acdRegulatorStatsDropOverflowOctets OBJECT-TYPE
SYNTAX Counter32
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -376,7 +426,6 @@ acdRegulatorStatsDropPkts OBJECT-TYPE
acdRegulatorStatsDropOverflowPkts OBJECT-TYPE
SYNTAX Counter32
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -388,7 +437,7 @@ acdRegulatorStatsDropOverflowPkts OBJECT-TYPE
acdRegulatorStatsDropHCPkts OBJECT-TYPE
SYNTAX Counter64
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -404,6 +453,86 @@ acdRegulatorStatsDropRate OBJECT-TYPE
"The drop rate."
::= { acdRegulatorStatsEntry 15 }
acdRegulatorStatsGreenHCOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Green octets received by this regulator."
::= { acdRegulatorStatsEntry 16 }
acdRegulatorStatsGreenHCPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Green packets received by this regulator."
::= { acdRegulatorStatsEntry 17 }
acdRegulatorStatsYellowHCOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Yellow octets received by this regulator."
::= { acdRegulatorStatsEntry 18 }
acdRegulatorStatsYellowHCPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Yellow packets received by this regulator."
::= { acdRegulatorStatsEntry 19 }
acdRegulatorStatsRedHCOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Red octets received by this regulator."
::= { acdRegulatorStatsEntry 20 }
acdRegulatorStatsRedHCPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Red packets received by this regulator."
::= { acdRegulatorStatsEntry 21 }
acdRegulatorStatsGreenRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Green rate."
::= { acdRegulatorStatsEntry 22 }
acdRegulatorStatsYellowRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Yellow rate."
::= { acdRegulatorStatsEntry 23 }
acdRegulatorStatsRedRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Red rate."
::= { acdRegulatorStatsEntry 24 }
---------------------------------------------------------------------------
-- The Regulator History group
@ -453,12 +582,27 @@ AcdRegulatorHistStatsEntry ::= SEQUENCE {
acdRegulatorHistStatsDropHCPkts Counter64,
acdRegulatorHistStatsDropAvgRate Gauge32,
acdRegulatorHistStatsDropMinRate Gauge32,
acdRegulatorHistStatsDropMinRate Gauge32,
acdRegulatorHistStatsDropMaxRate Gauge32,
acdRegulatorHistStatsGreenHCOctets Counter64,
acdRegulatorHistStatsGreenHCPkts Counter64,
acdRegulatorHistStatsYellowHCOctets Counter64,
acdRegulatorHistStatsYellowHCPkts Counter64,
acdRegulatorHistStatsRedHCOctets Counter64,
acdRegulatorHistStatsRedHCPkts Counter64,
acdRegulatorHistStatsGreenAvgRate Gauge32,
acdRegulatorHistStatsGreenMinRate Gauge32,
acdRegulatorHistStatsGreenMaxRate Gauge32,
acdRegulatorHistStatsYellowAvgRate Gauge32,
acdRegulatorHistStatsYellowMinRate Gauge32,
acdRegulatorHistStatsYellowMaxRate Gauge32,
acdRegulatorHistStatsRedAvgRate Gauge32,
acdRegulatorHistStatsRedMinRate Gauge32,
acdRegulatorHistStatsRedMaxRate Gauge32
}
acdRegulatorHistStatsID OBJECT-TYPE
SYNTAX Unsigned32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unique value for each regulator entry. Its value ranges from 1 to
@ -467,7 +611,7 @@ acdRegulatorHistStatsID OBJECT-TYPE
acdRegulatorHistStatsSampleIndex OBJECT-TYPE
SYNTAX Unsigned32
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An index that uniquely identifies the particular sample this entry
@ -517,7 +661,6 @@ acdRegulatorHistStatsAcceptOctets OBJECT-TYPE
acdRegulatorHistStatsAcceptOverflowOctets OBJECT-TYPE
SYNTAX Counter32
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -552,7 +695,6 @@ acdRegulatorHistStatsAcceptPkts OBJECT-TYPE
acdRegulatorHistStatsAcceptOverflowPkts OBJECT-TYPE
SYNTAX Counter32
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -565,7 +707,7 @@ acdRegulatorHistStatsAcceptOverflowPkts OBJECT-TYPE
acdRegulatorHistStatsAcceptHCPkts OBJECT-TYPE
SYNTAX Counter64
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -614,7 +756,6 @@ acdRegulatorHistStatsDropOctets OBJECT-TYPE
acdRegulatorHistStatsDropOverflowOctets OBJECT-TYPE
SYNTAX Counter32
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -649,7 +790,6 @@ acdRegulatorHistStatsDropPkts OBJECT-TYPE
acdRegulatorHistStatsDropOverflowPkts OBJECT-TYPE
SYNTAX Counter32
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -662,7 +802,7 @@ acdRegulatorHistStatsDropOverflowPkts OBJECT-TYPE
acdRegulatorHistStatsDropHCPkts OBJECT-TYPE
SYNTAX Counter64
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -697,6 +837,147 @@ acdRegulatorHistStatsDropMaxRate OBJECT-TYPE
"The maximum drop rate during this sampling interval."
::= { acdRegulatorHistStatsEntry 23 }
acdRegulatorHistStatsGreenHCOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Green octets received by this regulator during this
sampling interval."
::= { acdRegulatorHistStatsEntry 24 }
acdRegulatorHistStatsGreenHCPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Green packets received by this regulator during this
sampling interval."
::= { acdRegulatorHistStatsEntry 25 }
acdRegulatorHistStatsYellowHCOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Yellow octets received by this regulator during this
sampling interval."
::= { acdRegulatorHistStatsEntry 26 }
acdRegulatorHistStatsYellowHCPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Yellow packets received by this regulator during this
sampling interval."
::= { acdRegulatorHistStatsEntry 27 }
acdRegulatorHistStatsRedHCOctets OBJECT-TYPE
SYNTAX Counter64
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Red octets received by this regulator during this
sampling interval."
::= { acdRegulatorHistStatsEntry 28 }
acdRegulatorHistStatsRedHCPkts OBJECT-TYPE
SYNTAX Counter64
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of Red packets received by this regulator during this
sampling interval."
::= { acdRegulatorHistStatsEntry 29 }
acdRegulatorHistStatsGreenAvgRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average green rate during this sampling interval."
::= { acdRegulatorHistStatsEntry 30 }
acdRegulatorHistStatsGreenMinRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The minimum green rate during this sampling interval."
::= { acdRegulatorHistStatsEntry 31 }
acdRegulatorHistStatsGreenMaxRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum green rate during this sampling interval."
::= { acdRegulatorHistStatsEntry 32 }
acdRegulatorHistStatsYellowAvgRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average Yellow rate during this sampling interval."
::= { acdRegulatorHistStatsEntry 33 }
acdRegulatorHistStatsYellowMinRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The minimum Yellow rate during this sampling interval."
::= { acdRegulatorHistStatsEntry 34 }
acdRegulatorHistStatsYellowMaxRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum Yellow rate during this sampling interval."
::= { acdRegulatorHistStatsEntry 35 }
acdRegulatorHistStatsRedAvgRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average Red rate during this sampling interval."
::= { acdRegulatorHistStatsEntry 36 }
acdRegulatorHistStatsRedMinRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The minimum Red rate during this sampling interval."
::= { acdRegulatorHistStatsEntry 37 }
acdRegulatorHistStatsRedMaxRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum Red rate during this sampling interval."
::= { acdRegulatorHistStatsEntry 38 }
---------------------------------------------------------------------------
-- Transaction ID Information
---------------------------------------------------------------------------
@ -732,7 +1013,9 @@ acdRegulatorGroup OBJECT-GROUP
acdRegulatorIsBlind,
acdRegulatorIsCouple,
acdRegulatorRowStatus,
acdRegulatorRowStatus,
acdRegulatorWorkingRate,
acdRegulatorCirMax,
acdRegulatorEirMax
}
STATUS current
DESCRIPTION
@ -754,7 +1037,16 @@ acdRegulatorStatsGroup OBJECT-GROUP
acdRegulatorStatsDropPkts,
acdRegulatorStatsDropOverflowPkts,
acdRegulatorStatsDropHCPkts,
acdRegulatorStatsDropHCPkts,
acdRegulatorStatsDropRate,
acdRegulatorStatsGreenHCOctets,
acdRegulatorStatsGreenHCPkts,
acdRegulatorStatsYellowHCOctets,
acdRegulatorStatsYellowHCPkts,
acdRegulatorStatsRedHCOctets,
acdRegulatorStatsRedHCPkts,
acdRegulatorStatsGreenRate,
acdRegulatorStatsYellowRate,
acdRegulatorStatsRedRate
}
STATUS current
DESCRIPTION
@ -763,6 +1055,8 @@ acdRegulatorStatsGroup OBJECT-GROUP
acdRegulatorHistStatsGroup OBJECT-GROUP
OBJECTS {
acdRegulatorHistStatsID,
acdRegulatorHistStatsSampleIndex,
acdRegulatorHistStatsStatus,
acdRegulatorHistStatsDuration,
acdRegulatorHistStatsIntervalEnd,
@ -783,7 +1077,22 @@ acdRegulatorHistStatsGroup OBJECT-GROUP
acdRegulatorHistStatsDropHCPkts,
acdRegulatorHistStatsDropAvgRate,
acdRegulatorHistStatsDropMinRate,
acdRegulatorHistStatsDropMinRate,
acdRegulatorHistStatsDropMaxRate,
acdRegulatorHistStatsGreenHCOctets,
acdRegulatorHistStatsGreenHCPkts,
acdRegulatorHistStatsYellowHCOctets,
acdRegulatorHistStatsYellowHCPkts,
acdRegulatorHistStatsRedHCOctets,
acdRegulatorHistStatsRedHCPkts,
acdRegulatorHistStatsGreenAvgRate,
acdRegulatorHistStatsGreenMinRate,
acdRegulatorHistStatsGreenMaxRate,
acdRegulatorHistStatsYellowAvgRate,
acdRegulatorHistStatsYellowMinRate,
acdRegulatorHistStatsYellowMaxRate,
acdRegulatorHistStatsRedAvgRate,
acdRegulatorHistStatsRedMinRate ,
acdRegulatorHistStatsRedMaxRate
}
STATUS current
DESCRIPTION
@ -817,6 +1126,6 @@ acdRegulatorCompliance MODULE-COMPLIANCE
DESCRIPTION "Support for createAndWait is not required."
::= { acdRegulatorCompliances 1 }
::= { acdRegulatorCompliances 1 }
END