Commit version 24.12.13800
This commit is contained in:
@ -15,7 +15,7 @@ IMPORTS
|
||||
QueueIndex FROM ARISTA-QUEUE-MIB;
|
||||
|
||||
aristaQosMib MODULE-IDENTITY
|
||||
LAST-UPDATED "202005260000Z"
|
||||
LAST-UPDATED "202201110000Z"
|
||||
ORGANIZATION "Arista Networks, Inc."
|
||||
CONTACT-INFO
|
||||
"Arista Networks, Inc.
|
||||
@ -56,6 +56,9 @@ aristaQosMib MODULE-IDENTITY
|
||||
modifying CoS or DSCP fields, assigning to traffic-class queues,
|
||||
shaping, or filtering."
|
||||
|
||||
REVISION "202201110000Z"
|
||||
DESCRIPTION "Added aristaQosPolicerStatsTable"
|
||||
|
||||
REVISION "202005260000Z"
|
||||
DESCRIPTION "Added additional objects for aristaQosStatsTable."
|
||||
|
||||
@ -716,6 +719,52 @@ aristaEcnQueuePktsMarked OBJECT-TYPE
|
||||
Ecn counter is not enabled, the counter value is 0"
|
||||
::= { aristaEcnQueueCounterEntry 4 }
|
||||
|
||||
-- Start of aristaQosPolicerStatsTable
|
||||
|
||||
aristaQosPolicerStatsTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF AristaQosPolicerStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An entry in this table contains dropped, sent packet
|
||||
counters of policer for a given class of a policy map
|
||||
applied in a given direction."
|
||||
::= { aristaQosMibObjects 10 }
|
||||
|
||||
aristaQosPolicerStatsEntry OBJECT-TYPE
|
||||
SYNTAX AristaQosPolicerStatsEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A conceptual row in the aristaQosPolicerStatsTable."
|
||||
INDEX { aristaPolicyMapId, aristaPolicyMapType,
|
||||
aristaClassMapId, aristaServicePolicyDirection,
|
||||
aristaServicePolicyIfIndex }
|
||||
::= { aristaQosPolicerStatsTable 1 }
|
||||
|
||||
AristaQosPolicerStatsEntry ::= SEQUENCE {
|
||||
aristaQosPolicerPktsDropped Counter64,
|
||||
aristaQosPolicerPktsSent Counter64
|
||||
}
|
||||
|
||||
aristaQosPolicerPktsDropped OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of packets dropped by a service policy.
|
||||
This number is zero for classes of type dataPlane."
|
||||
::= { aristaQosPolicerStatsEntry 1 }
|
||||
|
||||
aristaQosPolicerPktsSent OBJECT-TYPE
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of packets classified by a service policy
|
||||
and allowed through."
|
||||
::= { aristaQosPolicerStatsEntry 2 }
|
||||
|
||||
-- Compliance, MIB groups
|
||||
|
||||
aristaQosMibCompliances OBJECT IDENTIFIER
|
||||
@ -750,6 +799,8 @@ aristaClassMapGroup OBJECT-GROUP
|
||||
aristaQosPktsDropped,
|
||||
aristaQosPktsMatched,
|
||||
aristaQosPktsSent,
|
||||
aristaQosPolicerPktsDropped,
|
||||
aristaQosPolicerPktsSent,
|
||||
aristaQosBytesDropped,
|
||||
aristaQosBytesMatched,
|
||||
aristaQosBytesSent
|
||||
|
Reference in New Issue
Block a user