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-2008, Accedian Networks, Inc.
-- Copyright (c) 2005-2016, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
@ -26,7 +26,7 @@ IMPORTS
acdCfm MODULE-IDENTITY
LAST-UPDATED "201301070100Z"
LAST-UPDATED "201609230100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
@ -39,7 +39,33 @@ acdCfm MODULE-IDENTITY
covers the delay measurment and the packet loss configuration
and results."
REVISION "201301070100Z" -- 07 Janyary 2013
REVISION "201609230100Z" -- 23 September 2016
DESCRIPTION
"Add the history indexes to the corresponding OBJECT-GROUPs.
Remove acdCfmCfgIfAssignInstIdx out of acdCfmCfgIfAssignGroup.
Correct the description of acdCfmCfgIfAssignGroup."
REVISION "201607050100Z" -- 05 July 2016
DESCRIPTION
"Set acdCfmSlmHistResultPeriodIndex instead of
acdCfmSlmHistResultInstanceIndex as the index for
acdCfmSlmHistResultTable."
REVISION "201605260100Z" -- 26 May 2016
DESCRIPTION
"Set access level to read-only for acdCfmHistResultOneWayDelayID,
acdCfmHistResultOneWayDelaySampleIndex, acdCfmHistResultOneWayDvID,
acdCfmHistResultOneWayDvSampleIndex, acdCfmHistResultTwoWayDelayID,
acdCfmHistResultTwoWayDelaySampleIndex, acdCfmHistResultTwoWayDvID,
acdCfmHistResultTwoWayDvSampleIndex, acdCfmHistResultPktLossID,
acdCfmHistResultPktLossSampleIndex, acdCfmSlmHistResultID,
acdCfmSlmHistResultInstanceIndex."
REVISION "201407040100Z" -- 04 July 2014
DESCRIPTION
"Add InterfaceStatusTLVEnable to acdCfmMepCfgTable."
REVISION "201301070100Z" -- 07 January 2013
DESCRIPTION
"Add configured name for statistics and history tables."
@ -96,7 +122,8 @@ acdCfmDelayMeasurement OBJECT IDENTIFIER ::= { acdCfmMIBObjects 1 }
acdCfmPacketLoss OBJECT IDENTIFIER ::= { acdCfmMIBObjects 2 }
acdCfmMep OBJECT IDENTIFIER ::= { acdCfmMIBObjects 3 }
acdCfmStack OBJECT IDENTIFIER ::= { acdCfmMIBObjects 4 }
acdCfmSlm OBJECT IDENTIFIER ::= { acdCfmMIBObjects 5 }
acdCfmSlm OBJECT IDENTIFIER ::= { acdCfmMIBObjects 5 }
acdCfmConfig OBJECT IDENTIFIER ::= { acdCfmMIBObjects 6 }
-- ******************************************************************
-- Textual conventions
@ -144,6 +171,19 @@ AcdCfmMepLowestAlarmPri ::= TEXTUAL-CONVENTION
soamNone (7)
}
AcdCfmInterfaceAssign ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates the assignment configuration/state of a system interface
unassigned(1) Interface has not been assigned to a cfm
assigned(2) Interface has been assigned to a cfm
"
SYNTAX INTEGER {
unassigned (1),
assigned (2)
}
---------------------------------------------------------------------------
@ -1091,7 +1131,7 @@ AcdCfmHistResultOneWayDelayEntry ::= SEQUENCE {
acdCfmHistResultOneWayDelayID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unique value for each Delay Measurement instance. This value follows
@ -1100,7 +1140,7 @@ acdCfmHistResultOneWayDelayID OBJECT-TYPE
acdCfmHistResultOneWayDelaySampleIndex 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
@ -1233,7 +1273,7 @@ AcdCfmHistResultOneWayDvEntry ::= SEQUENCE {
acdCfmHistResultOneWayDvID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unique value for each Delay variation Measurement instance. This value follows
@ -1242,7 +1282,7 @@ acdCfmHistResultOneWayDvID OBJECT-TYPE
acdCfmHistResultOneWayDvSampleIndex 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
@ -1372,7 +1412,7 @@ AcdCfmHistResultTwoWayDelayEntry ::= SEQUENCE {
acdCfmHistResultTwoWayDelayID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unique value for each Delay Measurement instance. This value follows
@ -1381,7 +1421,7 @@ acdCfmHistResultTwoWayDelayID OBJECT-TYPE
acdCfmHistResultTwoWayDelaySampleIndex 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
@ -1512,7 +1552,7 @@ AcdCfmHistResultTwoWayDvEntry ::= SEQUENCE {
acdCfmHistResultTwoWayDvID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unique value for each Delay variation Measurement instance. This
@ -1521,7 +1561,7 @@ acdCfmHistResultTwoWayDvID OBJECT-TYPE
acdCfmHistResultTwoWayDvSampleIndex 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
@ -2022,7 +2062,7 @@ AcdCfmHistResultPktLossEntry ::= SEQUENCE {
acdCfmHistResultPktLossID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unique value for each Delay variation Measurement instance. This
@ -2031,7 +2071,7 @@ acdCfmHistResultPktLossID OBJECT-TYPE
acdCfmHistResultPktLossSampleIndex 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
@ -2479,19 +2519,23 @@ acdCfmSlmResultFarEndNbrLoss OBJECT-TYPE
::= { acdCfmSlmResultEntry 11 }
acdCfmSlmResultNearEndRatio OBJECT-TYPE
SYNTAX Gauge32
SYNTAX Gauge32 (0..100000000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the packet loss ratio at the near end."
"This is the packet loss ratio at the near end.
Indicates the availability ratio in millionth of a percent
(1,000,000 is 1%)."
::= { acdCfmSlmResultEntry 12 }
acdCfmSlmResultFarEndRatio OBJECT-TYPE
SYNTAX Gauge32
SYNTAX Gauge32 (0..100000000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the packet loss ratio at the far end."
"This is the packet loss ratio at the far end.
Indicates the availability ratio in millionth of a percent
(1,000,000 is 1%)."
::= { acdCfmSlmResultEntry 13 }
acdCfmSlmResultNbrGaps OBJECT-TYPE
@ -2540,7 +2584,7 @@ acdCfmSlmHistResultEntry OBJECT-TYPE
DESCRIPTION
"An entry consisting of SLM history result for a specific
MEP and remote MEP pair."
INDEX { acdCfmSlmHistResultInstanceIndex, acdCfmSlmHistResultID }
INDEX { acdCfmSlmHistResultID, acdCfmSlmHistResultPeriodIndex }
::= { acdCfmSlmHistResultTable 1 }
AcdCfmSlmHistResultEntry ::= SEQUENCE {
@ -2560,7 +2604,7 @@ AcdCfmSlmHistResultEntry ::= SEQUENCE {
acdCfmSlmHistResultID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unique value for each SLM instance. This
@ -2611,19 +2655,23 @@ acdCfmSlmHistResultRemoteRxSlm OBJECT-TYPE
::= { acdCfmSlmHistResultEntry 6 }
acdCfmSlmHistResultNearEndRatio OBJECT-TYPE
SYNTAX Gauge32
SYNTAX Gauge32 (0..100000000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the packet loss ratio at the near end."
"This is the packet loss ratio at the near end.
Indicates the availability ratio in millionth of a percent
(1,000,000 is 1%)."
::= { acdCfmSlmHistResultEntry 7 }
acdCfmSlmHistResultFarEndRatio OBJECT-TYPE
SYNTAX Gauge32
SYNTAX Gauge32 (0..100000000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the packet loss ratio at the far end."
"This is the packet loss ratio at the far end.
Indicates the availability ratio in millionth of a percent
(1,000,000 is 1%)."
::= { acdCfmSlmHistResultEntry 8 }
acdCfmSlmHistResultNbrGaps OBJECT-TYPE
@ -2644,7 +2692,7 @@ acdCfmSlmHistResultLargestGap OBJECT-TYPE
acdCfmSlmHistResultInstanceIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The instance index."
@ -3406,26 +3454,27 @@ acdCfmMepCfgEntry OBJECT-TYPE
AcdCfmMepCfgEntry ::= SEQUENCE {
acdCfmMepCfgIdx Unsigned32,
acdCfmMepCfgRowStatus RowStatus,
acdCfmMepCfgMdIdx Unsigned32,
acdCfmMepCfgMaIdx Unsigned32,
acdCfmMepCfgMepId Unsigned32,
acdCfmMepCfgName DisplayString,
acdCfmMepCfgPortId Unsigned32,
acdCfmMepCfgPortIdMacAddr MacAddress,
acdCfmMepCfgDirection AcdCfmMepDirection,
acdCfmMepCfgPrimaryVid VlanIdOrNone,
acdCfmMepCfgActive TruthValue,
acdCfmMepCfgCciEnable TruthValue,
acdCfmMepCfgCcmSeqEnable TruthValue,
acdCfmMepCfgPriority Unsigned32,
acdCfmMepCfgAlarmPri AcdCfmMepLowestAlarmPri,
acdCfmMepCfgFngAlarmTime Unsigned32,
acdCfmMepCfgFngResetTime Unsigned32,
acdCfmMepCfgFpEnable TruthValue,
acdCfmMepCfgFpPortId Unsigned32,
acdCfmMepCfgCsfEnable TruthValue
acdCfmMepCfgIdx Unsigned32,
acdCfmMepCfgRowStatus RowStatus,
acdCfmMepCfgMdIdx Unsigned32,
acdCfmMepCfgMaIdx Unsigned32,
acdCfmMepCfgMepId Unsigned32,
acdCfmMepCfgName DisplayString,
acdCfmMepCfgPortId Unsigned32,
acdCfmMepCfgPortIdMacAddr MacAddress,
acdCfmMepCfgDirection AcdCfmMepDirection,
acdCfmMepCfgPrimaryVid VlanIdOrNone,
acdCfmMepCfgActive TruthValue,
acdCfmMepCfgCciEnable TruthValue,
acdCfmMepCfgCcmSeqEnable TruthValue,
acdCfmMepCfgPriority Unsigned32,
acdCfmMepCfgAlarmPri AcdCfmMepLowestAlarmPri,
acdCfmMepCfgFngAlarmTime Unsigned32,
acdCfmMepCfgFngResetTime Unsigned32,
acdCfmMepCfgFpEnable TruthValue,
acdCfmMepCfgFpPortId Unsigned32,
acdCfmMepCfgCsfEnable TruthValue,
acdCfmMepCfgInterfaceStatusTLVEnable TruthValue
}
acdCfmMepCfgIdx OBJECT-TYPE
@ -3606,6 +3655,17 @@ acdCfmMepCfgCsfEnable OBJECT-TYPE
DEFVAL { false }
::= { acdCfmMepCfgEntry 20 }
acdCfmMepCfgInterfaceStatusTLVEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"If set to true, Interface Status TLV will be included in Down MEP CCM PDU. Interface status is obtained from the Fault Propagation port."
DEFVAL { false }
::= { acdCfmMepCfgEntry 21 }
---------------------------------------------------------------------------
-- The Configuration manager Stack Table...
-- This table ties some information together
@ -3668,7 +3728,70 @@ acdCfmMepIdx OBJECT-TYPE
::= { acdCfmStackEntry 4 }
---------------------------------------------------------------------------
-- The Interface Assign configuration table
-- This table contains the Interface Assign entry configurations.
---------------------------------------------------------------------------
acdCfmCfgIfAssignTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdCfmCfgIfAssignEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Configuration table of interface assign entries."
::= { acdCfmConfig 1 }
acdCfmCfgIfAssignEntry OBJECT-TYPE
SYNTAX AcdCfmCfgIfAssignEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings to assign/unassign an
interface to a mep."
INDEX { acdCfmCfgIfAssignInstIdx }
::= { acdCfmCfgIfAssignTable 1 }
AcdCfmCfgIfAssignEntry ::= SEQUENCE {
acdCfmCfgIfAssignRowStatus RowStatus,
acdCfmCfgIfAssignInstIdx Unsigned32,
acdCfmCfgIfAssignIfName DisplayString,
acdCfmCfgIfAssignLockAssign AcdCfmInterfaceAssign
}
acdCfmCfgIfAssignRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"All columns must have a valid value before a row can be activated."
::= { acdCfmCfgIfAssignEntry 1 }
acdCfmCfgIfAssignInstIdx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Interface ID of interface to assign/unassing. The numbering of
this index is non-contiguous. Interfaces not present in the
table cannot be assigned to a mep."
::= { acdCfmCfgIfAssignEntry 2 }
acdCfmCfgIfAssignIfName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"System interface name of the interface to assign/unassign."
::= { acdCfmCfgIfAssignEntry 3 }
acdCfmCfgIfAssignLockAssign OBJECT-TYPE
SYNTAX AcdCfmInterfaceAssign
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The current lock assignment configuration on an interface."
DEFVAL { unassigned }
::= { acdCfmCfgIfAssignEntry 4 }
--------------------------------------------------------------------------
-- ACD-CFM-MIB Module - Conformance Information
@ -3795,6 +3918,8 @@ acdCfmResultTwoWayDvGroup OBJECT-GROUP
acdCfmHistResultOneWayDelayGroup OBJECT-GROUP
OBJECTS {
acdCfmHistResultOneWayDelayID,
acdCfmHistResultOneWayDelaySampleIndex,
acdCfmHistResultOneWayDelayStatus,
acdCfmHistResultOneWayDelayDuration,
acdCfmHistResultOneWayDelayIntervalEnd,
@ -3812,6 +3937,8 @@ acdCfmHistResultOneWayDelayGroup OBJECT-GROUP
acdCfmHistResultOneWayDvGroup OBJECT-GROUP
OBJECTS {
acdCfmHistResultOneWayDvID,
acdCfmHistResultOneWayDvSampleIndex,
acdCfmHistResultOneWayDvStatus,
acdCfmHistResultOneWayDvDuration,
acdCfmHistResultOneWayDvIntervalEnd,
@ -3829,6 +3956,8 @@ acdCfmHistResultOneWayDvGroup OBJECT-GROUP
acdCfmHistResultTwoWayDelayGroup OBJECT-GROUP
OBJECTS {
acdCfmHistResultTwoWayDelayID,
acdCfmHistResultTwoWayDelaySampleIndex,
acdCfmHistResultTwoWayDelayStatus,
acdCfmHistResultTwoWayDelayDuration,
acdCfmHistResultTwoWayDelayIntervalEnd,
@ -3846,6 +3975,8 @@ acdCfmHistResultTwoWayDelayGroup OBJECT-GROUP
acdCfmHistResultTwoWayDvGroup OBJECT-GROUP
OBJECTS {
acdCfmHistResultTwoWayDvID,
acdCfmHistResultTwoWayDvSampleIndex,
acdCfmHistResultTwoWayDvStatus,
acdCfmHistResultTwoWayDvDuration,
acdCfmHistResultTwoWayDvIntervalEnd,
@ -3908,6 +4039,8 @@ acdCfmResultPktLossGroup OBJECT-GROUP
acdCfmHistResultPktLossGroup OBJECT-GROUP
OBJECTS {
acdCfmHistResultPktLossID,
acdCfmHistResultPktLossSampleIndex,
acdCfmHistResultPktLossStatus,
acdCfmHistResultPktLossDuration,
acdCfmHistResultPktLossIntervalEnd,
@ -4078,6 +4211,7 @@ acdCfmSlmResultGroup OBJECT-GROUP
acdCfmSlmHistResultGroup OBJECT-GROUP
OBJECTS {
acdCfmSlmHistResultID,
acdCfmSlmHistResultPeriodIndex,
acdCfmSlmHistResultIntervalEnd,
acdCfmSlmHistResultTxSlm,
@ -4087,6 +4221,7 @@ acdCfmSlmHistResultGroup OBJECT-GROUP
acdCfmSlmHistResultFarEndRatio,
acdCfmSlmHistResultNbrGaps,
acdCfmSlmHistResultLargestGap,
acdCfmSlmHistResultInstanceIndex,
acdCfmSlmHistResultName
}
STATUS current
@ -4114,13 +4249,26 @@ acdCfmMepCfgGroup OBJECT-GROUP
acdCfmMepCfgFngResetTime,
acdCfmMepCfgFpEnable,
acdCfmMepCfgFpPortId,
acdCfmMepCfgCsfEnable
acdCfmMepCfgCsfEnable,
acdCfmMepCfgInterfaceStatusTLVEnable
}
STATUS current
DESCRIPTION
"Objects for MEP Config Group."
::= { acdCfmGroups 21 }
acdCfmCfgIfAssignGroup OBJECT-GROUP
OBJECTS {
acdCfmCfgIfAssignRowStatus,
acdCfmCfgIfAssignIfName,
acdCfmCfgIfAssignLockAssign
}
STATUS current
DESCRIPTION
"Objects for configuration of interface assign Group."
::= { acdCfmGroups 22 }
acdCfmCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
@ -4147,7 +4295,8 @@ acdCfmCompliance MODULE-COMPLIANCE
acdCfmSlmCfgGroup,
acdCfmSlmResultGroup,
acdCfmSlmHistResultGroup,
acdCfmMepCfgGroup
acdCfmMepCfgGroup,
acdCfmCfgIfAssignGroup
}
OBJECT acdCfmDmCfgRowStatus
@ -4169,6 +4318,12 @@ acdCfmCompliance MODULE-COMPLIANCE
WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) }
DESCRIPTION "Support for createAndWait is not required."
OBJECT acdCfmCfgIfAssignRowStatus
SYNTAX RowStatus { active(1) }
WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) }
DESCRIPTION "Support for createAndWait is not required."
::= { acdCfmCompliances 1 }
END

View File

@ -1,7 +1,7 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2008, Accedian Networks, Inc.
-- Copyright (c) 2005-2015, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document is subject to change without notice.
@ -24,7 +24,7 @@ IMPORTS
acdDesc MODULE-IDENTITY
LAST-UPDATED "201011100100Z"
LAST-UPDATED "201512250100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
@ -35,6 +35,19 @@ acdDesc MODULE-IDENTITY
DESCRIPTION
"The Accedian Networks device Description MIB."
REVISION "201512250100Z" -- 25 Dec 2015
DESCRIPTION
"Added hardware options information."
REVISION "201407020100Z" -- 2 July 2014
DESCRIPTION
"Added system uptime in seconds."
REVISION "201308100100Z" -- 10 August 2013
DESCRIPTION
"Add label for Temperature sensors. Add note about LT
products truncating of values"
REVISION "201011100100Z" -- 10 November 2010
DESCRIPTION
"Fix compliance statement."
@ -113,6 +126,14 @@ acdDescSerialNumber OBJECT-TYPE
"Indicates the serial number."
::= { acdDesc 6 }
acdDescHardwareOptions OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the Hardware options."
::= { acdDesc 7 }
acdDescCpuUsageCurrent OBJECT-TYPE
SYNTAX Gauge32 (0..100)
UNITS "percent"
@ -162,6 +183,13 @@ acdDescCpuUsageAverage900 OBJECT-TYPE
seconds. This object range from (0..100)."
::= { acdDesc 24 }
acdDescUptime OBJECT-TYPE
SYNTAX Unsigned32(1..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of seconds elapsed since boot."
::= { acdDesc 25 }
---------------------------------------------------------------------------
-- The connector table
@ -334,14 +362,15 @@ AcdDescTsEntry ::= SEQUENCE {
acdDescTsFirstThres Integer32,
acdDescTsFisrtThresPass TruthValue,
acdDescTsSecondThres Integer32,
acdDescTsSecondThresPass TruthValue
acdDescTsSecondThresPass TruthValue,
acdDescTsLabel DisplayString
}
acdDescTsID OBJECT-TYPE
SYNTAX Unsigned32(1..4294967295)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
DESCRIPTION
"Unique value for each Temperature Sensor."
::= { acdDescTsEntry 1 }
@ -350,7 +379,9 @@ acdDescTsCurrentTemp OBJECT-TYPE
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current temperature in Celsius around the temperature sensor."
"Current temperature in Celsius around the temperature sensor.
On LT and LT-S units this value is truncated and does not
include the decimals."
::= { acdDescTsEntry 2 }
acdDescTsFirstThres OBJECT-TYPE
@ -358,7 +389,9 @@ acdDescTsFirstThres OBJECT-TYPE
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Temperature value in Celsius to declare this threshold crossed."
"Temperature value in Celsius to declare this threshold crossed.
On LT and LT-S units this value is truncated and does not
include the decimals."
::= { acdDescTsEntry 3 }
acdDescTsFisrtThresPass OBJECT-TYPE
@ -374,7 +407,9 @@ acdDescTsSecondThres OBJECT-TYPE
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Temperature value in Celsius to declare this second threshold crossed."
"Temperature value in Celsius to declare this second threshold crossed.
On LT and LT-S units this value is truncated and does not
include the decimals."
::= { acdDescTsEntry 5 }
acdDescTsSecondThresPass OBJECT-TYPE
@ -385,6 +420,13 @@ acdDescTsSecondThresPass OBJECT-TYPE
"This is to indicate if the temperature cross the second threshold."
::= { acdDescTsEntry 6 }
acdDescTsLabel OBJECT-TYPE
SYNTAX DisplayString(SIZE(1..63))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Label of the temperature sensor."
::= { acdDescTsEntry 7 }
-- ****************************************************************************
-- NOTIFICATIONS (TRAPS)
@ -423,11 +465,13 @@ acdDescGenGroup OBJECT-GROUP
acdDescFirmwareVersion,
acdDescHardwareVersion,
acdDescSerialNumber,
acdDescHardwareOptions,
acdDescCpuUsageCurrent,
acdDescCpuUsageAverage15,
acdDescCpuUsageAverage30,
acdDescCpuUsageAverage60,
acdDescCpuUsageAverage900
acdDescCpuUsageAverage900,
acdDescUptime
}
STATUS current
DESCRIPTION
@ -462,7 +506,8 @@ acdDescTsGroup OBJECT-GROUP
acdDescTsFirstThres,
acdDescTsFisrtThresPass,
acdDescTsSecondThres,
acdDescTsSecondThresPass
acdDescTsSecondThresPass,
acdDescTsLabel
}
STATUS current
DESCRIPTION

View File

@ -1,7 +1,7 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2012, 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
acdErp MODULE-IDENTITY
LAST-UPDATED "201201110100Z"
LAST-UPDATED "201609230100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
@ -35,6 +35,10 @@ acdErp MODULE-IDENTITY
DESCRIPTION
"The ERP database for this Accedian Networks device."
REVISION "201609230100Z" -- 23 SEP 2016
DESCRIPTION
"Remove AcdErpVlanType out of MIB file."
REVISION "201201110100Z" -- 11 JAN 2012
DESCRIPTION
"Initial version of MIB module ACD-ERP-MIB."
@ -51,16 +55,7 @@ acdErpVlanFdb OBJECT IDENTIFIER ::= { acdErpMIBObjects 4 }
---------------------------------------------------------------------------
-- Textual conventions
---------------------------------------------------------------------------
AcdErpVlanType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The type of VLAN to be used."
SYNTAX INTEGER {
cvlan(1),
-- Textual conventions
---------------------------------------------------------------------------
AcdErpPortStateType ::= TEXTUAL-CONVENTION

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2009, 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
acdPaa MODULE-IDENTITY
LAST-UPDATED "201211060100Z"
LAST-UPDATED "201609230100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
@ -34,7 +34,17 @@ acdPaa MODULE-IDENTITY
DESCRIPTION
"PAA database for this Accedian Networks device."
REVISION "201211060100Z" -- 6 November 2012
REVISION "201609230100Z" -- 23 September 2016
DESCRIPTION
"Add acdPaaHistResultID and acdPaaHistResultID
to acdPaaHistResultGroup."
REVISION "201605260100Z" -- 26 May 2016
DESCRIPTION
"Set access level to read-only for acdPaaHistResultID,
acdPaaHistResultSampleIndex."
REVISION "201211060100Z" -- 6 November 2012
DESCRIPTION
"Add Vlan and DSCP validation section."
@ -2446,7 +2456,7 @@ AcdPaaHistResultEntry ::= SEQUENCE {
acdPaaHistResultID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unique value for each PAA instance. Its value ranges from 1 to
@ -2455,7 +2465,7 @@ acdPaaHistResultID OBJECT-TYPE
acdPaaHistResultSampleIndex 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
@ -3179,6 +3189,8 @@ acdPaaL2CfgGroup OBJECT-GROUP
acdPaaHistResultGroup OBJECT-GROUP
OBJECTS {
acdPaaHistResultID,
acdPaaHistResultSampleIndex,
acdPaaHistResultStatus,
acdPaaHistResultDuration,
acdPaaHistResultIntervalEnd,

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
acdPolicy MODULE-IDENTITY
LAST-UPDATED "201110100100Z"
LAST-UPDATED "201609230100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
@ -35,6 +35,21 @@ acdPolicy MODULE-IDENTITY
DESCRIPTION
"The Policies database for this Accedian Networks device."
REVISION "201609230100Z" -- 23 September 2016
DESCRIPTION
"Add acdPolicyHistStatsID and acdPolicyHistStatsSampleIndex
to acdPolicyHistStatsGroup.
Add acdPolicyDeprecatedCompliance MODULE-COMPLIANCE."
REVISION "201605260100Z" -- 26 May 2016
DESCRIPTION
"Set access level to read-only for acdPolicyHistStatsID,
acdPolicyHistStatsSampleIndex."
REVISION "201304240100Z" -- 24 April 2013
DESCRIPTION
"Add tvlan id and Outer vlan to acdPolicyTable. Update encaplusation actions"
REVISION "201110100100Z" -- 10 October 2011
DESCRIPTION
"Add acdPolicyTableLastChangeTid."
@ -135,7 +150,9 @@ AcdPolicyEntry ::= SEQUENCE {
acdPolicyDefaultMappingGreenPrior Unsigned32,
acdPolicyDefaultMappingYellowCfi Unsigned32,
acdPolicyDefaultMappingYellowPrior Unsigned32,
acdPolicyOutgoingPort OBJECT IDENTIFIER
acdPolicyOutgoingPort OBJECT IDENTIFIER,
acdPolicyEvcMappingVlan2Etype INTEGER,
acdPolicyEvcMappingVlan2Id Unsigned32
}
acdPolicyID OBJECT-TYPE
@ -280,7 +297,11 @@ acdPolicyEvcMappingEncaps OBJECT-TYPE
pop(3),
replace(4),
popAndReplace(5),
pushAndPreserve(6)
pushAndPreserve(6),
preserveVlanNewCfiPcp(7),
pushAndPush(8),
popAndPop(9),
pushAndReplace(10)
}
MAX-ACCESS read-write
STATUS current
@ -291,14 +312,16 @@ acdPolicyEvcMappingEncaps OBJECT-TYPE
acdPolicyEvcMappingEtype OBJECT-TYPE
SYNTAX INTEGER {
cvlan(1),
svlan(2)
svlan(2),
tvlan(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The ethertype of the VLAN to be added if the encapsulation is set to
push. Possible values are customer VLAN (cvlan) and service VLAN
(svlan)."
"The ethertype of the second VLAN to be added if the
encapsulation is set to push. Possible values are customer
VLAN (cvlan), service VLAN(svlan) and tunneling VLAN(tvlan).
Note: some values are only applicable on certain platforms."
::= { acdPolicyEntry 15 }
acdPolicyEvcMappingVlanId OBJECT-TYPE
@ -463,6 +486,31 @@ acdPolicyOutgoingPort OBJECT-TYPE
name of this port."
::= { acdPolicyEntry 30 }
acdPolicyEvcMappingVlan2Etype OBJECT-TYPE
SYNTAX INTEGER {
cvlan(1),
svlan(2),
tvlan(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The ethertype of the second VLAN to be added if the
encapsulation is set to push. Possible values are customer
VLAN (cvlan), service VLAN(svlan) and tunneling VLAN(tvlan).
Note: some values are only applicable on certain platforms."
::= { acdPolicyEntry 31 }
acdPolicyEvcMappingVlan2Id OBJECT-TYPE
SYNTAX Unsigned32 (0..4095)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The second VLAN ID to be added if the encapsulation is set to
push. Its value ranges from 0 to 4095."
::= { acdPolicyEntry 32 }
-----------------------------------------------------------------------
-- The Policies Counters table
-- This table contains all counters associated with each policy.
@ -540,7 +588,6 @@ acdPolicyStatsInPkts OBJECT-TYPE
acdPolicyStatsInOverflowPkts OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -574,7 +621,6 @@ acdPolicyStatsInOctets OBJECT-TYPE
acdPolicyStatsInOverflowOctets OBJECT-TYPE
SYNTAX Counter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -608,7 +654,6 @@ acdPolicyStatsInPktsErr OBJECT-TYPE
acdPolicyStatsInOverflowPktsErr OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -677,7 +722,7 @@ AcdPolicyHistStatsEntry ::= SEQUENCE {
acdPolicyHistStatsID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unique value for each policy counter. Its value ranges from 1 to
@ -702,7 +747,7 @@ acdPolicyHistStatsEntryID OBJECT-TYPE
acdPolicyHistStatsSampleIndex 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
@ -752,7 +797,6 @@ acdPolicyHistStatsInPkts OBJECT-TYPE
acdPolicyHistStatsInOverflowPkts OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -786,7 +830,6 @@ acdPolicyHistStatsInOctets OBJECT-TYPE
acdPolicyHistStatsInOverflowOctets OBJECT-TYPE
SYNTAX Counter32
UNITS "Octets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -820,7 +863,6 @@ acdPolicyHistStatsInPktsErr OBJECT-TYPE
acdPolicyHistStatsInOverflowPktsErr OBJECT-TYPE
SYNTAX Counter32
UNITS "Packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
@ -997,7 +1039,9 @@ acdPolicyGroup OBJECT-GROUP
acdPolicyDefaultMappingGreenPrior,
acdPolicyDefaultMappingYellowCfi,
acdPolicyDefaultMappingYellowPrior,
acdPolicyOutgoingPort
acdPolicyOutgoingPort,
acdPolicyEvcMappingVlan2Etype,
acdPolicyEvcMappingVlan2Id
}
STATUS current
DESCRIPTION
@ -1025,8 +1069,10 @@ acdPolicyStatsGroup OBJECT-GROUP
acdPolicyHistStatsGroup OBJECT-GROUP
OBJECTS {
acdPolicyHistStatsID,
acdPolicyHistStatsListID,
acdPolicyHistStatsEntryID,
acdPolicyHistStatsSampleIndex,
acdPolicyHistStatsStatus,
acdPolicyHistStatsDuration,
acdPolicyHistStatsIntervalEnd,
@ -1098,5 +1144,15 @@ acdPolicyCompliance MODULE-COMPLIANCE
::= { acdPolicyCompliances 1 }
acdPolicyDeprecatedCompliance MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for support of the ACD-POLICY-MIB module."
MODULE
MANDATORY-GROUPS {
acdPolicyDeprecatedGroup
}
::= { acdPolicyCompliances 2 }
END

File diff suppressed because it is too large Load Diff

588
mibs/accedian/ACD-RDEV-MIB Normal file
View File

@ -0,0 +1,588 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2016, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-RDEV-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
IpAddress, Unsigned32
FROM SNMPv2-SMI
DisplayString, TruthValue, MacAddress, TEXTUAL-CONVENTION, RowStatus
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
acdMibs
FROM ACCEDIAN-SMI;
acdRDev MODULE-IDENTITY
LAST-UPDATED "201609230100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
2351 Alfred-Nobel blvd., Suite N-410
Saint-Laurent, Quebec Canada H4S 2A9
E-mail: support@accedian.com"
DESCRIPTION
"The Remote device management for this Accedian Networks device."
REVISION "201609230100Z" -- 23 September 2016
DESCRIPTION
"Remove NOTIFICATION-TYPE out of MIB file.
Add acdRDevConfigRowStatus to acdRDevConfigGroup.
Add acdRDevDiscoveryCfgRowStatus to acdRDevDiscoveryCfgGroup."
REVISION "201605060100Z" -- 6 May 2016
DESCRIPTION
"Added tunnel TCP port and DSCP to the configuration."
REVISION "201601270100Z" -- 27 Jan 2016
DESCRIPTION
"Added the static entry L2 interface and L3 Destination IP to the configuration."
REVISION "201511110100Z" -- 11 Nov 2015
DESCRIPTION
"Added the device type to the configuration."
REVISION "201503230100Z" -- 23 Mar 2015
DESCRIPTION
"Added Admin State to the configuration, renamed feature fields."
REVISION "201412120100Z" -- 12 Dec 2014
DESCRIPTION
"Initial version of MIB module ACD-RDEV-MIB."
::= { acdMibs 22 }
acdRDevNotifications OBJECT IDENTIFIER ::= { acdRDev 0 }
acdRDevMIBObjects OBJECT IDENTIFIER ::= { acdRDev 1 }
acdRDevConformance OBJECT IDENTIFIER ::= { acdRDev 2 }
acdRDevConfig OBJECT IDENTIFIER ::= { acdRDevMIBObjects 1 }
acdRDevSecurityKeyMgmt OBJECT IDENTIFIER ::= { acdRDevMIBObjects 2 }
acdRDevDiscoveryCfg OBJECT IDENTIFIER ::= { acdRDevMIBObjects 3 }
---------------------------------------------------------------------------
-- Textual conventions
---------------------------------------------------------------------------
AcdRDevDiscoveryMethod ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The method used to discover remote devices on the network:
Layer-2: Layer-2 discovery of remote devices.
iPAD: IP Agnostic Discovery (IPAD) performs a layer-3 discovery of remote devices."
SYNTAX INTEGER {
layer2(1),
iPad(2)
}
AcdRDevDiscoveryRate ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Select the rate at which the discovery is trigered."
SYNTAX INTEGER {
rateOneShot(0),
rate3sec(1),
rate60sec(2),
rate5min(3),
rate10min(4),
rate60min(5)
}
AcdRDevDiscoveryIPType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The the type of IP message used for sicovery:
unicast: Simple discovery targetting any devices on the specified IP path..
unicast directed: Discovery targetting one device designating by is serial unmber on the specified IP path.
subnet: Simple discovery targetting any devices on the specified subnet."
SYNTAX INTEGER {
unicast(1),
unicast-directed(2),
subnet(3)
}
AcdRDevConfigAdminStateType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The administration state of the remote device:
OOS: Out of service
IS : In service"
SYNTAX INTEGER {
oos(0),
is(1)
}
AcdRDevDeviceTypeType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The type of the remote device."
SYNTAX INTEGER {
ant-Nano(0),
nano2Copper(1),
nano2Optical(2),
ant2Combo(3),
ant2Copper(4)
}
---------------------------------------------------------------------------
-- The remote devices configuration table
-- This table contains all remote devices configurations for connections.
---------------------------------------------------------------------------
acdRDevConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdRDevConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Remote device configuration."
::= { acdRDevConfig 1 }
acdRDevConfigEntry OBJECT-TYPE
SYNTAX AcdRDevConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings to add a remote device."
INDEX { acdRDevConfigIndex }
::= { acdRDevConfigTable 1 }
AcdRDevConfigEntry ::= SEQUENCE {
acdRDevConfigIndex Unsigned32,
acdRDevConfigRowStatus RowStatus,
acdRDevConfigName DisplayString,
acdRDevConfigMacAddr MacAddress,
acdRDevConfigSecurityKey DisplayString,
acdRDevConfigAuthorized TruthValue,
acdRDevConfigLinked TruthValue,
acdRDevConfigActiveFeature DisplayString,
acdRDevConfigCurrentFeatureSuite DisplayString,
acdRDevConfigAdminState AcdRDevConfigAdminStateType,
acdRDevConfigType AcdRDevDeviceTypeType,
acdRDevConfigL2Interface Unsigned32,
acdRDevConfigDestinationIP DisplayString,
acdRDevConfigTunnelTCPPort Unsigned32,
acdRDevConfigTunnelTCPDSCP Unsigned32,
acdRDevConfigFlexMonitor TruthValue
}
acdRDevConfigIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each remote device config instance."
::= { acdRDevConfigEntry 1 }
acdRDevConfigRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"All columns must have a valid value before a row can be activated. To
create a new Remote Device you shall provide at least a unique name for an
empty row with the RowStatus set to Create and Go."
::= { acdRDevConfigEntry 2 }
acdRDevConfigName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..31))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is a string to uniquely identify the device."
DEFVAL { "" }
::= { acdRDevConfigEntry 3 }
acdRDevConfigMacAddr OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The device MAC address."
DEFVAL { '000000000000'H }
::= { acdRDevConfigEntry 4 }
acdRDevConfigSecurityKey OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..127))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is the security key used to connect to the device."
DEFVAL { "" }
::= { acdRDevConfigEntry 5 }
acdRDevConfigAuthorized OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Authorize or De-authorize a device to be linked."
DEFVAL { true }
::= { acdRDevConfigEntry 6 }
acdRDevConfigLinked OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device is linked or unlinked to the VCX."
DEFVAL { false }
::= { acdRDevConfigEntry 7 }
acdRDevConfigActiveFeature OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The feature set supported by the device."
DEFVAL { "" }
::= { acdRDevConfigEntry 8 }
acdRDevConfigCurrentFeatureSuite OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the version of the software running the device."
DEFVAL { "" }
::= { acdRDevConfigEntry 9 }
acdRDevConfigAdminState OBJECT-TYPE
SYNTAX AcdRDevConfigAdminStateType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Administration state."
DEFVAL { 0 }
::= { acdRDevConfigEntry 10 }
acdRDevConfigType OBJECT-TYPE
SYNTAX AcdRDevDeviceTypeType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of the device."
DEFVAL { 0 }
::= { acdRDevConfigEntry 11 }
acdRDevConfigL2Interface OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Static entry Layer-2 VCX interface."
DEFVAL { 0 }
::= { acdRDevConfigEntry 12 }
acdRDevConfigDestinationIP OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Static entry Layer-3 destination IP."
DEFVAL { "" }
::= { acdRDevConfigEntry 13 }
acdRDevConfigTunnelTCPPort OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"TCP port to use for the tunnel with the device."
DEFVAL { 44240 }
::= { acdRDevConfigEntry 14 }
acdRDevConfigTunnelTCPDSCP OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The DSCP value used by the tunnel with the device. Its value ranges
from 0 to 63."
DEFVAL { 0 }
::= { acdRDevConfigEntry 15 }
acdRDevConfigFlexMonitor OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Device is in flex monitor operational mode."
DEFVAL { false }
::= { acdRDevConfigEntry 16 }
---------------------------------------------------------------------------
-- The remote devices security key management.
-- This table contains the configuration for the backup of the remote
-- devices security key.
---------------------------------------------------------------------------
acdRDevSecurityKeyMgmtBackupPeriod OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The period of time, expressed in minutes, between each backup of the remote devices security information."
DEFVAL { 1440 }
::= { acdRDevSecurityKeyMgmt 1 }
acdRDevSecurityKeyMgmtServerURL OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..255))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The address of the server where the security key information file generated by the Controller is saved."
DEFVAL { "" }
::= { acdRDevSecurityKeyMgmt 2 }
acdRDevSecurityKeyMgmtSCPPassword OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The password for the Secure Copy Protocol (SCP) used when transferring the security key information file to the remote file server."
DEFVAL { "" }
::= { acdRDevSecurityKeyMgmt 3 }
---------------------------------------------------------------------------
-- The remote devices discovery table
-- This table contains all remote devices discovered by the system.
---------------------------------------------------------------------------
acdRDevDiscoveryCfgTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdRDevDiscoveryCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Remote device discovery configuration."
::= { acdRDevDiscoveryCfg 1 }
acdRDevDiscoveryCfgEntry OBJECT-TYPE
SYNTAX AcdRDevDiscoveryCfgEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of the discovery configuration of remote devices."
INDEX { acdRDevDiscoveryCfgIndex }
::= { acdRDevDiscoveryCfgTable 1 }
AcdRDevDiscoveryCfgEntry ::= SEQUENCE {
acdRDevDiscoveryCfgIndex Unsigned32,
acdRDevDiscoveryCfgRowStatus RowStatus,
acdRDevDiscoveryCfgName DisplayString,
acdRDevDiscoveryCfgEnable TruthValue,
acdRDevDiscoveryCfgMethod AcdRDevDiscoveryMethod,
acdRDevDiscoveryCfgRate AcdRDevDiscoveryRate,
acdRDevDiscoveryCfgInterface DisplayString,
acdRDevDiscoveryCfgHopLimit Unsigned32,
acdRDevDiscoveryCfgTimeout Unsigned32,
acdRDevDiscoveryCfgDestinationIP DisplayString,
acdRDevDiscoveryCfgIPType AcdRDevDiscoveryIPType,
acdRDevDiscoveryCfgSerialNumber DisplayString,
acdRDevDiscoveryCfgSubnet IpAddress
}
acdRDevDiscoveryCfgIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each remote device config instance."
::= { acdRDevDiscoveryCfgEntry 1 }
acdRDevDiscoveryCfgRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"All columns must have a valid value before a row can be activated. To
create a new Remote Device you shall provide at least a unique name for an
empty row with the RowStatus set to Create and Go."
::= { acdRDevDiscoveryCfgEntry 2 }
acdRDevDiscoveryCfgName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This is a string to uniquely identify the discovery instance."
::= { acdRDevDiscoveryCfgEntry 3 }
acdRDevDiscoveryCfgEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Enable or disable the discovery instance."
DEFVAL { false }
::= { acdRDevDiscoveryCfgEntry 4 }
acdRDevDiscoveryCfgMethod OBJECT-TYPE
SYNTAX AcdRDevDiscoveryMethod
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The method used for discovery."
DEFVAL { 1 }
::= { acdRDevDiscoveryCfgEntry 5 }
acdRDevDiscoveryCfgRate OBJECT-TYPE
SYNTAX AcdRDevDiscoveryRate
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Rate at which discovery messages will be sent."
DEFVAL { 2 }
::= { acdRDevDiscoveryCfgEntry 6 }
acdRDevDiscoveryCfgInterface OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..127))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Interface name."
DEFVAL { "Management" }
::= { acdRDevDiscoveryCfgEntry 7 }
acdRDevDiscoveryCfgHopLimit OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Number of hop limit for discovery (Ipad)."
DEFVAL { 255 }
::= { acdRDevDiscoveryCfgEntry 8 }
acdRDevDiscoveryCfgTimeout OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Timeout awaiting answer (Ipad)."
DEFVAL { 10 }
::= { acdRDevDiscoveryCfgEntry 9 }
acdRDevDiscoveryCfgDestinationIP OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..45))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"IP address of the remote destination (Ipad)."
DEFVAL { '00000000'H } -- 0.0.0.0
::= { acdRDevDiscoveryCfgEntry 10 }
acdRDevDiscoveryCfgIPType OBJECT-TYPE
SYNTAX AcdRDevDiscoveryIPType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Discovery IP type (Ipad)."
DEFVAL { 1 }
::= { acdRDevDiscoveryCfgEntry 11 }
acdRDevDiscoveryCfgSerialNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Device serial number."
DEFVAL { "" }
::= { acdRDevDiscoveryCfgEntry 12 }
acdRDevDiscoveryCfgSubnet OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Subnet address to discover. (Ipad)"
::= { acdRDevDiscoveryCfgEntry 13 }
---------------------------------------------------------------------------
-- ACD-RDEV-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdRDevCompliances OBJECT IDENTIFIER ::= { acdRDevConformance 1 }
acdRDevGroups OBJECT IDENTIFIER ::= { acdRDevConformance 2 }
---------------------------------------------------------------------------
-- Units of conformance
---------------------------------------------------------------------------
acdRDevConfigGroup OBJECT-GROUP
OBJECTS {
acdRDevConfigRowStatus,
acdRDevConfigName,
acdRDevConfigMacAddr,
acdRDevConfigSecurityKey,
acdRDevConfigAuthorized,
acdRDevConfigLinked,
acdRDevConfigActiveFeature,
acdRDevConfigCurrentFeatureSuite,
acdRDevConfigAdminState,
acdRDevConfigType,
acdRDevConfigL2Interface,
acdRDevConfigDestinationIP,
acdRDevConfigTunnelTCPPort,
acdRDevConfigTunnelTCPDSCP,
acdRDevConfigFlexMonitor
}
STATUS current
DESCRIPTION
"."
::= { acdRDevGroups 1 }
acdRDevSecurityKeyMgmtGroup OBJECT-GROUP
OBJECTS {
acdRDevSecurityKeyMgmtBackupPeriod,
acdRDevSecurityKeyMgmtServerURL,
acdRDevSecurityKeyMgmtSCPPassword
}
STATUS current
DESCRIPTION
"."
::= { acdRDevGroups 2 }
acdRDevDiscoveryCfgGroup OBJECT-GROUP
OBJECTS {
acdRDevDiscoveryCfgRowStatus,
acdRDevDiscoveryCfgName,
acdRDevDiscoveryCfgEnable,
acdRDevDiscoveryCfgMethod,
acdRDevDiscoveryCfgRate,
acdRDevDiscoveryCfgInterface,
acdRDevDiscoveryCfgHopLimit,
acdRDevDiscoveryCfgTimeout,
acdRDevDiscoveryCfgDestinationIP,
acdRDevDiscoveryCfgIPType,
acdRDevDiscoveryCfgSerialNumber,
acdRDevDiscoveryCfgSubnet
}
STATUS current
DESCRIPTION
"."
::= { acdRDevGroups 3 }
acdRDevCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-PORT-MIB module."
MODULE
MANDATORY-GROUPS {
acdRDevConfigGroup,
acdRDevSecurityKeyMgmtGroup,
acdRDevDiscoveryCfgGroup
}
::= { acdRDevCompliances 1 }
END

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

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,

View File

@ -0,0 +1,601 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2004-2016, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
--
ACD-SHAPER-V2-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Counter64, Unsigned32
FROM SNMPv2-SMI
DisplayString, DateAndTime
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
acdMibs
FROM ACCEDIAN-SMI;
acdShaperV2Mib MODULE-IDENTITY
LAST-UPDATED "201609230100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
Accedian Networks, Inc.
2351 Alfred-Nobel blvd., Suite N-410
Saint-Laurent, Quebec Canada H4S 2A9
E-mail: support@accedian.com"
DESCRIPTION
"Shaper-V2 database for this Accedian Networks device."
REVISION "201609230100Z" -- 23 September 2016
DESCRIPTION
"Add acdShaperV2QueueStatsHistIndex and
acdShaperV2QueueStatsHistQueueId to acdRegulatorHistStatsGroup."
REVISION "201605260100Z" -- 26 May 2016
DESCRIPTION
"Set access level to read-only for acdShaperV2QueueStatsHistIndex,
acdShaperV2QueueStatsHistQueueId."
REVISION "201402140000Z" -- Feb. 14 2014
DESCRIPTION
"Initial version of MIB module ACD-SHAPER-V2-MIB."
::= { acdMibs 21}
acdShaperV2Notifications OBJECT IDENTIFIER ::= { acdShaperV2Mib 0 }
acdShaperV2MIBObjects OBJECT IDENTIFIER ::= { acdShaperV2Mib 1 }
acdShaperV2Conformance OBJECT IDENTIFIER ::= { acdShaperV2Mib 2 }
------------------------------------------------------------------------
-- Shaper-V2 queue statistics table.
---------------------------------------------------------------------------
acdShaperV2QueueStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdShaperV2QueueStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Shaper-V2 queue statistics table."
::= { acdShaperV2MIBObjects 1 }
acdShaperV2QueueStatsEntry OBJECT-TYPE
SYNTAX AcdShaperV2QueueStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Shaper-V2 queue statistics table entry."
INDEX { acdShaperV2QueueStatsQueueId}
::= { acdShaperV2QueueStatsTable 1 }
AcdShaperV2QueueStatsEntry ::= SEQUENCE {
acdShaperV2QueueStatsQueueId Unsigned32,
acdShaperV2QueueStatsQueueName DisplayString,
acdShaperV2QueueStatsCntGreenForwardNoDelayFrames Counter64,
acdShaperV2QueueStatsCntGreenForwardNoDelayBytes Counter64,
acdShaperV2QueueStatsCntYellowForwardNoDelayFrames Counter64,
acdShaperV2QueueStatsCntYellowForwardNoDelayBytes Counter64,
acdShaperV2QueueStatsCntGreenForwardWithDelayFrames Counter64,
acdShaperV2QueueStatsCntGreenForwardWithDelayBytes Counter64,
acdShaperV2QueueStatsCntYellowForwardWithDelayFrames Counter64,
acdShaperV2QueueStatsCntYellowForwardWithDelayBytes Counter64,
acdShaperV2QueueStatsCntGreenDiscardFullFrames Counter64,
acdShaperV2QueueStatsCntGreenDiscardFullBytes Counter64,
acdShaperV2QueueStatsCntYellowDiscardFullFrames Counter64,
acdShaperV2QueueStatsCntYellowDiscardFullBytes Counter64,
acdShaperV2QueueStatsCntGreenDiscardBLUEFrames Counter64,
acdShaperV2QueueStatsCntGreenDiscardBLUEBytes Counter64,
acdShaperV2QueueStatsCntYellowDiscardBLUEFrames Counter64,
acdShaperV2QueueStatsCntYellowDiscardBLUEBytes Counter64,
acdShaperV2QueueStatsCntCIRCompliantFrames Counter64,
acdShaperV2QueueStatsCntCIRCompliantBytes Counter64,
acdShaperV2QueueStatsCntEIRCompliantFrames Counter64,
acdShaperV2QueueStatsCntEIRCompliantBytes Counter64
}
acdShaperV2QueueStatsQueueId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Identifier of the queue."
::= { acdShaperV2QueueStatsEntry 1 }
acdShaperV2QueueStatsQueueName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of the queue."
::= { acdShaperV2QueueStatsEntry 2 }
acdShaperV2QueueStatsCntGreenForwardNoDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames enqueued with no delay."
::= { acdShaperV2QueueStatsEntry 3 }
acdShaperV2QueueStatsCntGreenForwardNoDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames enqueued with no delay."
::= { acdShaperV2QueueStatsEntry 4 }
acdShaperV2QueueStatsCntYellowForwardNoDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames enqueued with no delay."
::= { acdShaperV2QueueStatsEntry 5 }
acdShaperV2QueueStatsCntYellowForwardNoDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames enqueued with no delay."
::= { acdShaperV2QueueStatsEntry 6 }
acdShaperV2QueueStatsCntGreenForwardWithDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames enqueued with a delay."
::= { acdShaperV2QueueStatsEntry 7 }
acdShaperV2QueueStatsCntGreenForwardWithDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames enqueued with a delay."
::= { acdShaperV2QueueStatsEntry 8 }
acdShaperV2QueueStatsCntYellowForwardWithDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames enqueued with a delay."
::= { acdShaperV2QueueStatsEntry 9 }
acdShaperV2QueueStatsCntYellowForwardWithDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames enqueued with a delay."
::= { acdShaperV2QueueStatsEntry 10 }
acdShaperV2QueueStatsCntGreenDiscardFullFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsEntry 11 }
acdShaperV2QueueStatsCntGreenDiscardFullBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsEntry 12 }
acdShaperV2QueueStatsCntYellowDiscardFullFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsEntry 13 }
acdShaperV2QueueStatsCntYellowDiscardFullBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsEntry 14 }
acdShaperV2QueueStatsCntGreenDiscardBLUEFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsEntry 15 }
acdShaperV2QueueStatsCntGreenDiscardBLUEBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsEntry 16 }
acdShaperV2QueueStatsCntYellowDiscardBLUEFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsEntry 17 }
acdShaperV2QueueStatsCntYellowDiscardBLUEBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsEntry 18 }
acdShaperV2QueueStatsCntCIRCompliantFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of frames dequeued with shaper CIR compliance."
::= { acdShaperV2QueueStatsEntry 19 }
acdShaperV2QueueStatsCntCIRCompliantBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes dequeued with shaper CIR compliance."
::= { acdShaperV2QueueStatsEntry 20 }
acdShaperV2QueueStatsCntEIRCompliantFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of frames dequeued with shaper EIR compliance."
::= { acdShaperV2QueueStatsEntry 21 }
acdShaperV2QueueStatsCntEIRCompliantBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes dequeued with shaper EIR compliance."
::= { acdShaperV2QueueStatsEntry 22 }
------------------------------------------------------------------------
-- Shaper-V2 queue statistics history table.
---------------------------------------------------------------------------
acdShaperV2QueueStatsHistTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdShaperV2QueueStatsHistEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Shaper-V2 queue statistics history table."
::= { acdShaperV2MIBObjects 2 }
acdShaperV2QueueStatsHistEntry OBJECT-TYPE
SYNTAX AcdShaperV2QueueStatsHistEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Shaper-V2 queue statistics history table entry."
INDEX { acdShaperV2QueueStatsHistQueueId, acdShaperV2QueueStatsHistIndex }
::= { acdShaperV2QueueStatsHistTable 1 }
AcdShaperV2QueueStatsHistEntry ::= SEQUENCE {
acdShaperV2QueueStatsHistIndex Unsigned32,
acdShaperV2QueueStatsHistSamplingEndTime DateAndTime,
acdShaperV2QueueStatsHistQueueId Unsigned32,
acdShaperV2QueueStatsHistQueueName DisplayString,
acdShaperV2QueueStatsHistCntGreenForwardNoDelayFrames Counter64,
acdShaperV2QueueStatsHistCntGreenForwardNoDelayBytes Counter64,
acdShaperV2QueueStatsHistCntYellowForwardNoDelayFrames Counter64,
acdShaperV2QueueStatsHistCntYellowForwardNoDelayBytes Counter64,
acdShaperV2QueueStatsHistCntGreenForwardWithDelayFrames Counter64,
acdShaperV2QueueStatsHistCntGreenForwardWithDelayBytes Counter64,
acdShaperV2QueueStatsHistCntYellowForwardWithDelayFrames Counter64,
acdShaperV2QueueStatsHistCntYellowForwardWithDelayBytes Counter64,
acdShaperV2QueueStatsHistCntGreenDiscardFullFrames Counter64,
acdShaperV2QueueStatsHistCntGreenDiscardFullBytes Counter64,
acdShaperV2QueueStatsHistCntYellowDiscardFullFrames Counter64,
acdShaperV2QueueStatsHistCntYellowDiscardFullBytes Counter64,
acdShaperV2QueueStatsHistCntGreenDiscardBLUEFrames Counter64,
acdShaperV2QueueStatsHistCntGreenDiscardBLUEBytes Counter64,
acdShaperV2QueueStatsHistCntYellowDiscardBLUEFrames Counter64,
acdShaperV2QueueStatsHistCntYellowDiscardBLUEBytes Counter64,
acdShaperV2QueueStatsHistCntCIRCompliantFrames Counter64,
acdShaperV2QueueStatsHistCntCIRCompliantBytes Counter64,
acdShaperV2QueueStatsHistCntEIRCompliantFrames Counter64,
acdShaperV2QueueStatsHistCntEIRCompliantBytes Counter64
}
acdShaperV2QueueStatsHistIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Index of the queue statistics history table."
::= { acdShaperV2QueueStatsHistEntry 1 }
acdShaperV2QueueStatsHistSamplingEndTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Sampling end time."
::= { acdShaperV2QueueStatsHistEntry 2 }
acdShaperV2QueueStatsHistQueueId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifier of the queue."
::= { acdShaperV2QueueStatsHistEntry 3 }
acdShaperV2QueueStatsHistQueueName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of the queue."
::= { acdShaperV2QueueStatsHistEntry 4 }
acdShaperV2QueueStatsHistCntGreenForwardNoDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames enqueued with no delay."
::= { acdShaperV2QueueStatsHistEntry 5 }
acdShaperV2QueueStatsHistCntGreenForwardNoDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames enqueued with no delay."
::= { acdShaperV2QueueStatsHistEntry 6 }
acdShaperV2QueueStatsHistCntYellowForwardNoDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames enqueued with no delay."
::= { acdShaperV2QueueStatsHistEntry 7 }
acdShaperV2QueueStatsHistCntYellowForwardNoDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames enqueued with no delay."
::= { acdShaperV2QueueStatsHistEntry 8 }
acdShaperV2QueueStatsHistCntGreenForwardWithDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames enqueued with a delay."
::= { acdShaperV2QueueStatsHistEntry 9 }
acdShaperV2QueueStatsHistCntGreenForwardWithDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames enqueued with a delay."
::= { acdShaperV2QueueStatsHistEntry 10 }
acdShaperV2QueueStatsHistCntYellowForwardWithDelayFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames enqueued with a delay."
::= { acdShaperV2QueueStatsHistEntry 11 }
acdShaperV2QueueStatsHistCntYellowForwardWithDelayBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames enqueued with a delay."
::= { acdShaperV2QueueStatsHistEntry 12 }
acdShaperV2QueueStatsHistCntGreenDiscardFullFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsHistEntry 13 }
acdShaperV2QueueStatsHistCntGreenDiscardFullBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsHistEntry 14 }
acdShaperV2QueueStatsHistCntYellowDiscardFullFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsHistEntry 15 }
acdShaperV2QueueStatsHistCntYellowDiscardFullBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames that have been discarded because of tail dropping."
::= { acdShaperV2QueueStatsHistEntry 16 }
acdShaperV2QueueStatsHistCntGreenDiscardBLUEFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of green frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsHistEntry 17 }
acdShaperV2QueueStatsHistCntGreenDiscardBLUEBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of green frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsHistEntry 18 }
acdShaperV2QueueStatsHistCntYellowDiscardBLUEFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of yellow frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsHistEntry 19 }
acdShaperV2QueueStatsHistCntYellowDiscardBLUEBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes of yellow frames that have been discarded because of the BLUE algorithm."
::= { acdShaperV2QueueStatsHistEntry 20 }
acdShaperV2QueueStatsHistCntCIRCompliantFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of frames dequeued with shaper CIR compliance."
::= { acdShaperV2QueueStatsHistEntry 21 }
acdShaperV2QueueStatsHistCntCIRCompliantBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes dequeued with shaper CIR compliance."
::= { acdShaperV2QueueStatsHistEntry 22 }
acdShaperV2QueueStatsHistCntEIRCompliantFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of frames dequeued with shaper EIR compliance."
::= { acdShaperV2QueueStatsHistEntry 23 }
acdShaperV2QueueStatsHistCntEIRCompliantBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of bytes dequeued with shaper EIR compliance."
::= { acdShaperV2QueueStatsHistEntry 24 }
---------------------------------------------------------------------------
-- ACD-SHAPER-V2-MIB Module - Conformance Information
---------------------------------------------------------------------------
acdShaperV2Compliances OBJECT IDENTIFIER ::= { acdShaperV2Conformance 1 }
acdShaperV2Groups OBJECT IDENTIFIER ::= { acdShaperV2Conformance 2 }
---------------------------------------------------------------------------
-- Units of Conformance
---------------------------------------------------------------------------
acdShaperV2QueueStatsGroup OBJECT-GROUP
OBJECTS {
acdShaperV2QueueStatsQueueName,
acdShaperV2QueueStatsCntGreenForwardNoDelayFrames,
acdShaperV2QueueStatsCntGreenForwardNoDelayBytes,
acdShaperV2QueueStatsCntYellowForwardNoDelayFrames,
acdShaperV2QueueStatsCntYellowForwardNoDelayBytes,
acdShaperV2QueueStatsCntGreenForwardWithDelayFrames,
acdShaperV2QueueStatsCntGreenForwardWithDelayBytes,
acdShaperV2QueueStatsCntYellowForwardWithDelayFrames,
acdShaperV2QueueStatsCntYellowForwardWithDelayBytes,
acdShaperV2QueueStatsCntGreenDiscardFullFrames,
acdShaperV2QueueStatsCntGreenDiscardFullBytes,
acdShaperV2QueueStatsCntYellowDiscardFullFrames,
acdShaperV2QueueStatsCntYellowDiscardFullBytes,
acdShaperV2QueueStatsCntGreenDiscardBLUEFrames,
acdShaperV2QueueStatsCntGreenDiscardBLUEBytes,
acdShaperV2QueueStatsCntYellowDiscardBLUEFrames,
acdShaperV2QueueStatsCntYellowDiscardBLUEBytes,
acdShaperV2QueueStatsCntCIRCompliantFrames,
acdShaperV2QueueStatsCntCIRCompliantBytes,
acdShaperV2QueueStatsCntEIRCompliantFrames,
acdShaperV2QueueStatsCntEIRCompliantBytes
}
STATUS current
DESCRIPTION
"Objects for the Shaper-V2 queue statistics group."
::= { acdShaperV2Groups 1 }
acdShaperV2QueueStatsHistGroup OBJECT-GROUP
OBJECTS {
acdShaperV2QueueStatsHistIndex,
acdShaperV2QueueStatsHistSamplingEndTime,
acdShaperV2QueueStatsHistQueueId,
acdShaperV2QueueStatsHistQueueName,
acdShaperV2QueueStatsHistCntGreenForwardNoDelayFrames,
acdShaperV2QueueStatsHistCntGreenForwardNoDelayBytes,
acdShaperV2QueueStatsHistCntYellowForwardNoDelayFrames,
acdShaperV2QueueStatsHistCntYellowForwardNoDelayBytes,
acdShaperV2QueueStatsHistCntGreenForwardWithDelayFrames,
acdShaperV2QueueStatsHistCntGreenForwardWithDelayBytes,
acdShaperV2QueueStatsHistCntYellowForwardWithDelayFrames,
acdShaperV2QueueStatsHistCntYellowForwardWithDelayBytes,
acdShaperV2QueueStatsHistCntGreenDiscardFullFrames,
acdShaperV2QueueStatsHistCntGreenDiscardFullBytes,
acdShaperV2QueueStatsHistCntYellowDiscardFullFrames,
acdShaperV2QueueStatsHistCntYellowDiscardFullBytes,
acdShaperV2QueueStatsHistCntGreenDiscardBLUEFrames,
acdShaperV2QueueStatsHistCntGreenDiscardBLUEBytes,
acdShaperV2QueueStatsHistCntYellowDiscardBLUEFrames,
acdShaperV2QueueStatsHistCntYellowDiscardBLUEBytes,
acdShaperV2QueueStatsHistCntCIRCompliantFrames,
acdShaperV2QueueStatsHistCntCIRCompliantBytes,
acdShaperV2QueueStatsHistCntEIRCompliantFrames,
acdShaperV2QueueStatsHistCntEIRCompliantBytes
}
STATUS current
DESCRIPTION
"Objects for the Shaper-V2 queue statistics history group."
::= { acdShaperV2Groups 2 }
acdShaperV2Compliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for support of the ACD-SHAPER-V2-MIB module."
MODULE
MANDATORY-GROUPS {
acdShaperV2QueueStatsGroup,
acdShaperV2QueueStatsHistGroup
}
::= { acdShaperV2Compliances 1 }
END

View File

@ -24,7 +24,7 @@ IMPORTS
acdSmap MODULE-IDENTITY
LAST-UPDATED "200810010100Z"
LAST-UPDATED "201305110100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
@ -35,6 +35,10 @@ acdSmap MODULE-IDENTITY
DESCRIPTION
"The Service mapping database for this Accedian Networks device."
REVISION "201305110100Z" -- 11 April 2013
DESCRIPTION
"Add port cos mapping tables."
REVISION "200810010100Z" -- 1 October 2008
DESCRIPTION
"Definition revision."
@ -383,6 +387,118 @@ acdSmapRegSetCodePointRegulatorEnable OBJECT-TYPE
DEFVAL { false }
::= { acdSmapRegSetCodePointEntry 3 }
---------------------------------------------------------------------------
-- The Port CoS to encode DEI enable configuration table
---------------------------------------------------------------------------
acdSmapPortCoSEncodeDeiTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdSmapPortCoSEncodeDeiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"TBD"
::= { acdSmapConfig 5 }
acdSmapPortCoSEncodeDeiEntry OBJECT-TYPE
SYNTAX AcdSmapPortCoSEncodeDeiEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings for a code point."
INDEX { acdSmapPortCoSPortID }
::= { acdSmapPortCoSEncodeDeiTable 1 }
AcdSmapPortCoSEncodeDeiEntry ::= SEQUENCE {
acdSmapPortCoSPortID Unsigned32,
acdSmapPortCoSEncodeDeiEnable INTEGER
}
acdSmapPortCoSPortID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Unique value for each row. Based on port number."
::= { acdSmapPortCoSEncodeDeiEntry 1 }
acdSmapPortCoSEncodeDeiEnable OBJECT-TYPE
SYNTAX INTEGER {
enable(0),
disable(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Entry to enable/disable encode DEI on a port."
::= { acdSmapPortCoSEncodeDeiEntry 2 }
---------------------------------------------------------------------------
-- The Port CoS to Pcp mapping configuration table
-- This table contains all Code Point for a CoS profile entry.
---------------------------------------------------------------------------
acdSmapPortCoSMapTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcdSmapPortCoSMapEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"TBD"
::= { acdSmapConfig 6 }
acdSmapPortCoSMapEntry OBJECT-TYPE
SYNTAX AcdSmapPortCoSMapEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry consisting of all settings for a code point."
INDEX { acdSmapPortCoSPortID, acdSmapPortCoSMapID }
::= { acdSmapPortCoSMapTable 1 }
AcdSmapPortCoSMapEntry ::= SEQUENCE {
acdSmapPortCoSMapID Unsigned32,
acdSmapPortCoSMapCosIn Unsigned32,
acdSmapPortCoSMapGreenOut Unsigned32,
acdSmapPortCoSMapYellowOut Unsigned32
}
acdSmapPortCoSMapID OBJECT-TYPE
SYNTAX Unsigned32 (1..8)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique value based on CoS value."
::= { acdSmapPortCoSMapEntry 1 }
acdSmapPortCoSMapCosIn OBJECT-TYPE
SYNTAX Unsigned32 (0..7)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The CoS value for this entry."
::= { acdSmapPortCoSMapEntry 2 }
acdSmapPortCoSMapGreenOut OBJECT-TYPE
SYNTAX Unsigned32 (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Priority code Point value that will be used in the outgoing green
packets. This value is selected if the result of the bandwidth
regulator assigned to this entry is green or if the pre-marking
color is green and no bandwidth regulator is assigned to this entry."
::= { acdSmapPortCoSMapEntry 3 }
acdSmapPortCoSMapYellowOut OBJECT-TYPE
SYNTAX Unsigned32 (0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Priority code Point value that will be used in the outgoing yellow
packets. This value is selected if the result of the bandwidth
regulator assigned to this entry is yellow or if the pre-marking
color is yellow and no bandwidth regulator is assigned to this entry."
::= { acdSmapPortCoSMapEntry 4 }
---------------------------------------------------------------------------
-- ACD-SMAP-MIB Module - Conformance Information
---------------------------------------------------------------------------
@ -439,6 +555,27 @@ acdSmapRegSetCodePointGroup OBJECT-GROUP
"Objects for the Regulator Set CodePoint Group."
::= { acdSmapGroups 4 }
acdSmapPortCoSEncodeDeiGroup OBJECT-GROUP
OBJECTS {
acdSmapPortCoSEncodeDeiEnable
}
STATUS current
DESCRIPTION
"Objects for the Port CoS Map DIE enable Group."
::= { acdSmapGroups 5 }
acdSmapPortCoSMapGroup OBJECT-GROUP
OBJECTS {
acdSmapPortCoSMapCosIn,
acdSmapPortCoSMapGreenOut,
acdSmapPortCoSMapYellowOut
}
STATUS current
DESCRIPTION
"Objects for the CoS profile CodePoint Group."
::= { acdSmapGroups 6 }
acdSmapCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
@ -448,9 +585,12 @@ acdSmapCompliance MODULE-COMPLIANCE
acdSmapCoSProfGroup,
acdSmapCoSProfCodePointGroup,
acdSmapRegSetGroup,
acdSmapRegSetCodePointGroup
acdSmapRegSetCodePointGroup,
acdSmapPortCoSEncodeDeiGroup,
acdSmapPortCoSMapGroup
}
OBJECT acdSmapCoSProfRowStatus
SYNTAX RowStatus { active(1) }
WRITE-SYNTAX RowStatus { createAndGo(4), destroy(6) }

View File

@ -37,13 +37,14 @@ acdTid MODULE-IDENTITY
DESCRIPTION
"The Transaction ID database for this Accedian Networks device."
REVISION "201111110100Z" -- 11 November 2011
DESCRIPTION
"Initial version of MIB module ACD-TID-MIB."
REVISION "201211052200Z" -- 05 November 2012
DESCRIPTION
"Add global configuration change notification."
REVISION "201111110100Z" -- 11 November 2011
DESCRIPTION
"Initial version of MIB module ACD-TID-MIB."
::= { acdMibs 14 }
acdTidNotifications OBJECT IDENTIFIER ::= { acdTid 0 }

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2010, Accedian Networks, Inc.
-- Copyright (c) 2005-2015, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
@ -24,7 +24,7 @@ IMPORTS
acdVSet MODULE-IDENTITY
LAST-UPDATED "201201110100Z"
LAST-UPDATED "201505050100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
@ -35,6 +35,18 @@ acdVSet MODULE-IDENTITY
DESCRIPTION
"The VLAN sets database for this Accedian Networks device."
REVISION "201505050100Z" -- 05 MAY 2015
DESCRIPTION
"Update default values for Outer VLAN configuration."
REVISION "201304040100Z" -- 04 APR 2013
DESCRIPTION
"Add Outer VLAN configuration. Move VLAN Type TC to ACCEDIAN-SMI"
REVISION "201302130100Z" -- 13 February 2013
DESCRIPTION
"Update AcdVsetVlanType textual convention to add t-vlan support."
REVISION "201201110100Z" -- 11 JAN 2012
DESCRIPTION
"Initial version of MIB module ACD-VSET-MIB."
@ -47,18 +59,30 @@ acdVSetConformance OBJECT IDENTIFIER ::= { acdVSet 2 }
acdVSetConfig OBJECT IDENTIFIER ::= { acdVSetMIBObjects 1 }
---------------------------------------------------------------------------
-- Textual conventions
---------------------------------------------------------------------------
-- Textual conventions
---------------------------------------------------------------------------
---------------------------------------------------------------------------
AcdVsetVlanType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
AcdVsetVlanType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The type of VLAN to be used."
SYNTAX INTEGER {
cvlan(1),
svlan(2),
tvlan(3)
}
AcdVsetOuterVlanType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The type of VLAN to be used."
SYNTAX INTEGER {
none(0),
cvlan(1),
svlan(2),
tvlan(3)
}
---------------------------------------------------------------------------
-- The VLAN set configuration table
@ -91,7 +115,9 @@ AcdVSetConfigEntry ::= SEQUENCE {
acdVSetConfigVlanIDs0to1023 OCTET STRING,
acdVSetConfigVlanIDs1024to2047 OCTET STRING,
acdVSetConfigVlanIDs2048to3071 OCTET STRING,
::= { acdVSetConfigTable 1 }
acdVSetConfigVlanIDs3072to4095 OCTET STRING,
acdVSetConfigOuterVlanType AcdVsetOuterVlanType,
acdVSetConfigOuterVlanID Unsigned32
}
acdVSetConfigPolicyListID OBJECT-TYPE
@ -130,14 +156,14 @@ acdVSetConfigName OBJECT-TYPE
"This is a string to uniquely identify the VLAN set."
::= { acdVSetConfigEntry 4 }
destroy."
::= { acdVSetConfigEntry 3 }
acdVSetConfigName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
acdVSetConfigVlanType OBJECT-TYPE
SYNTAX AcdVsetVlanType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"VLAN Ethernet type."
DEFVAL { cvlan }
::= { acdVSetConfigEntry 5 }
acdVSetConfigVlanIDs0to1023 OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
@ -187,6 +213,26 @@ acdVSetConfigVlanIDs3072to4095 OBJECT-TYPE
the VLAN is not included otherwise."
::= { acdVSetConfigEntry 9 }
acdVSetConfigOuterVlanType OBJECT-TYPE
SYNTAX AcdVsetOuterVlanType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"VLAN Ethernet type. A VLAN type of none(0) indicate that
there is no outer VLAN"
DEFVAL { none }
::= { acdVSetConfigEntry 10 }
acdVSetConfigOuterVlanID OBJECT-TYPE
SYNTAX Unsigned32 (0..4095)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A single VLAN ID for the VSet, a VID of zero indicate that
there is no outer vlan"
DEFVAL { 0 }
::= { acdVSetConfigEntry 11 }
---------------------------------------------------------------------------
-- ACD-SMAP-MIB Module - Conformance Information
@ -207,7 +253,9 @@ acdVSetConfigGroup OBJECT-GROUP
acdVSetConfigVlanIDs0to1023,
acdVSetConfigVlanIDs1024to2047,
acdVSetConfigVlanIDs2048to3071,
---------------------------------------------------------------------------
acdVSetConfigVlanIDs3072to4095,
acdVSetConfigOuterVlanType,
acdVSetConfigOuterVlanID
}
STATUS current
DESCRIPTION