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 @@
DNOS-QOS-ACL-MIB DEFINITIONS ::= BEGIN
-- Broadcom Quality of Service - ACL Package MIB
-- Copyright 2016-2018 Broadcom.
-- Copyright 2016-2020 Broadcom.
-- This SNMP Management Information Specification
-- embodies Broadcom's confidential and proprietary
-- intellectual property. Broadcom retains all title
@ -27,7 +27,7 @@ IMPORTS
fastPathQOSACL MODULE-IDENTITY
LAST-UPDATED "201802280000Z" -- 28 Feb 2018 12:00:00 GMT
ORGANIZATION "Dell EMC"
ORGANIZATION "Dell"
CONTACT-INFO ""
DESCRIPTION
"The MIB definitions for Quality of Service - ACL Flex package."
@ -116,7 +116,9 @@ IMPORTS
aclName
DisplayString,
aclStatus
RowStatus
RowStatus,
aclIsDacl
TruthValue
}
aclIndex OBJECT-TYPE
@ -128,12 +130,12 @@ IMPORTS
::= { aclEntry 1 }
aclName OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..31))
SYNTAX DisplayString (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The name of this IP ACL entry, which must consist of
1 to 31 alphanumeric characters and uniquely identify
1 to 255 alphanumeric characters and uniquely identify
this IP ACL. An existing IP ACL can be renamed by
setting this object to a new name.
@ -155,6 +157,16 @@ IMPORTS
destroy(6) - set to this value to delete an instance"
::= { aclEntry 3 }
aclIsDacl OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A value of true indicates that downloadable ACL is created by
components like dot1x etc."
DEFVAL { false }
::= { aclEntry 4}
--**************************************************************************************
aclIfTable OBJECT-TYPE
@ -774,12 +786,12 @@ IMPORTS
::= { aclMacEntry 1 }
aclMacName OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..31))
SYNTAX DisplayString (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The name of this MAC ACL entry, which must consist of
1 to 31 alphanumeric characters and uniquely identify
1 to 255 alphanumeric characters and uniquely identify
this MAC ACL. An existing MAC ACL can be renamed by
setting this object to a new name.
@ -1795,12 +1807,12 @@ IMPORTS
::= { aclIpv6Entry 1 }
aclIpv6Name OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..31))
SYNTAX DisplayString (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The name of this IPv6 ACL entry, which must consist of
1 to 31 alphanumeric characters and uniquely identify
1 to 255 alphanumeric characters and uniquely identify
this IPv6 ACL. An existing IPv6 ACL can be renamed by
setting this object to a new name.
@ -1930,11 +1942,11 @@ IMPORTS
DESCRIPTION
"Flag to indicate that the ACL rule is being logged.
A hardware count of the number of times this rule is
hit is reported via the aclTrapRuleLogEvent notification.
hit is reported via the aclTrapRuleLogEvent notification.
This object may be supported for an aclIPv6RuleAction
setting of permit(1) and/or deny(2), depending on the
ACL feature capabilities of the device."
setting of permit(1) and/or deny(2), depending on the
ACL feature capabilities of the device."
::= { aclIpv6RuleEntry 3 }
@ -1964,8 +1976,8 @@ IMPORTS
inbound packets matching this Ipv6 ACL rule are directed. A
value of zero means packet redirection is not in effect, which
is the default value of this object. Note that packet
redirection and mirroring (aclIpv6RuleMirrorIntf object)
are mutually-exclusive rule attributes."
redirection and mirroring (aclIpv6RuleMirrorIntf object)
are mutually-exclusive rule attributes."
DEFVAL { 0 }
::= { aclIpv6RuleEntry 5 }
@ -1978,8 +1990,8 @@ IMPORTS
inbound packets matching this IPv6 ACL rule are copied. A
value of zero means packet mirroring is not in effect, which
is the default value of this object. Note that packet
mirroring and redirection (aclIpv6RuleRedirectIntf object)
are mutually-exclusive rule attributes."
mirroring and redirection (aclIpv6RuleRedirectIntf object)
are mutually-exclusive rule attributes."
DEFVAL { 0 }
::= { aclIpv6RuleEntry 6 }