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.
@ -24,7 +24,7 @@ IMPORTS
acdSa MODULE-IDENTITY
LAST-UPDATED "201112210100Z"
LAST-UPDATED "201609230100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
@ -35,6 +35,22 @@ acdSa MODULE-IDENTITY
DESCRIPTION
"The Service Availability database for this Accedian Networks device."
REVISION "201609230100Z" -- 23 September 2016
DESCRIPTION
"Add acdSaServiceHistCounterPeriodIndex
to acdSaServiceHistCounterGroup.
Add acdSaMetricHistCounterID and acdSaMetricHistCounterPeriodIndex
to acdSaMetricHistCounterGroup."
REVISION "201606160100Z" -- 16 June 2016
DESCRIPTION
"Add invalid(4) value for AcdSaValidFlag syntax."
REVISION "201605260100Z" -- 26 May 2016
DESCRIPTION
"Set access level to read-only for acdSaServiceHistCounterPeriodIndex,
acdSaMetricHistCounterID, acdSaMetricHistCounterPeriodIndex."
REVISION "201112210100Z" -- 21 Dec 2011
DESCRIPTION
"Add support for ETH-SLM metrics."
@ -91,7 +107,8 @@ AcdSaValidFlag ::= TEXTUAL-CONVENTION
SYNTAX INTEGER {
valid(1),
adjusted(2),
pending(3)
pending(3),
invalid(4)
}
AcdSaAdminStateFlag ::= TEXTUAL-CONVENTION
@ -486,7 +503,7 @@ AcdSaServiceHistCounterEntry ::= SEQUENCE {
acdSaServiceHistCounterPeriodIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An index that uniquely identifies the particular sample this entry
@ -543,12 +560,11 @@ acdSaServiceHistCounterMaintTime OBJECT-TYPE
::= { acdSaServiceHistCounterEntry 6 }
acdSaServiceHistCounterAvailRatio OBJECT-TYPE
SYNTAX Unsigned32 (0..100000000)
SYNTAX Unsigned32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the availability ratio in millionth of a percent
(1,000,000 is 1%)."
"Indicates the availability ratio as a percentage."
::= { acdSaServiceHistCounterEntry 7 }
@ -800,7 +816,7 @@ AcdSaMetricHistCounterEntry ::= SEQUENCE {
acdSaMetricHistCounterID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unique value for each Metric instance. This value follows the
@ -809,7 +825,7 @@ acdSaMetricHistCounterID OBJECT-TYPE
acdSaMetricHistCounterPeriodIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"An index that uniquely identifies the particular sample this entry
@ -1051,7 +1067,7 @@ acdSaServiceCounterGroup OBJECT-GROUP
acdSaServiceHistCounterGroup OBJECT-GROUP
OBJECTS {
acdSaServiceHistCounterPeriodIndex,
acdSaServiceHistCounterIntervalEnd,
acdSaServiceHistCounterValidFlag,
acdSaServiceHistCounterUpTime,
@ -1098,7 +1114,8 @@ acdSaMetricCounterGroup OBJECT-GROUP
acdSaMetricHistCounterGroup OBJECT-GROUP
OBJECTS {
acdSaMetricHistCounterID,
acdSaMetricHistCounterPeriodIndex,
acdSaMetricHistCounterIntervalEnd,
acdSaMetricHistCounterValidFlag,
acdSaMetricHistCounterUaTime,