FASTPATH-QOS-ACL-MIB: View SNMP OID List / Download MIB

VENDOR: DELL INC.


 Home MIB: FASTPATH-QOS-ACL-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 fastPathQOSACL 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2
The MIB definitions for Quality of Service - ACL Flex package.
     aclNotifications 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.0
         aclTrapRuleLogEvent 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.0.1
This trap is generated on a periodic basis to indicate that an ACL rule configured for logging was actively used by hardware to take action on one or more packets. The aclTrapRuleHitCount denotes the number of times this rule was hit during the most recent logging interval. ACL Trap generation requires that the aclTrapFlag object be set to enable(1).
     aclTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.1 no-access
A table of ACL instances.
         aclEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.1.1 no-access
             aclIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.1.1.1 integer32 no-access
The IP ACL table index this instance is associated with.
             aclName 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.1.1.2 displaystring read-only
The name of this IPv4 ACL entry, which must consist of 1 to 31 alphanumeric characters and uniquely identify this IPv4 ACL. An existing IPv4 ACL can be renamed by setting this object to a new name. This object must be set to complete a new IPv4 ACL row instance.
             aclStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.1.1.3 rowstatus read-only
Status of this instance. Entries can not be deleted until all rows in the aclIfTable and aclRuleTable with corresponding values of aclIndex have been deleted. active(1) - this ACL instance is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
     aclIfTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.2 no-access
A table of ACL interface instances per direction.
         aclIfEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.2.1 no-access
             aclIfIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.2.1.1 integer32 no-access
The interface to which this ACL instance applies.
             aclIfDirection 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.2.1.2 integer no-access
The interface direction to which this ACL instance applies. Enumeration: 'inbound': 1, 'outbound': 2.
             aclIfSequence 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.2.1.3 unsigned32 no-access
The relative evaluation sequence of this ACL for this interface and direction. When multiple ACLs are allowed for a given interface and direction, the sequence number determines the order in which the list of ACLs are evaluated, with lower sequence numbers given higher precedence. The sequence number value is arbitrary, but must be a unique non-zero value for a given interface and direction. Setting this object to an existing sequence number value for a given interface and direction causes the ACL corresponding to that value to be replaced with this ACL.
             aclIfAclType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.2.1.4 integer no-access
The type of this ACL, which is used to interpret the aclIfId object value. Each type of ACL uses its own numbering scheme for identification (see aclIfAclId object for details). The aclIfAclId object must be specified along with this object. Enumeration: 'ip': 1, 'mac': 2, 'ipv6': 3.
             aclIfAclId 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.2.1.5 integer32 no-access
The ACL identifier value, which is interpreted based on the aclIfType object. For the IP ACLs, the actual ACL number is its identifier as follows: IP standard ranges from 1-99, while IP extended ranges from 100-199. Here, aclIfAclId represents aclIndex. The MAC ACLs use an internally-generated index value that is assigned when the ACL is created.Here, aclIfAclId represents aclMacIndex. The IPv6 ACLs use an internally-generated index value that is assigned when the ACL is created.Here, aclVlanAclId represents aclIpv6Index. The aclIfType object must be specified along with this object.
             aclIfStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.2.1.6 rowstatus read-only
Status of this instance. active(1) - this ACL interface instance is active createAndGo(4) - set to this value to assign an ACL to an interface and direction destroy(6) - set to this value to remove an ACL from an interface and direction
     aclRuleTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4 no-access
A table of IP ACL Rule instances.
         aclRuleEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1 no-access
A table of IP ACL Classification Rules
             aclRuleIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.1 integer32 no-access
The index of this rule instance within an IP ACL.
             aclRuleAction 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.2 integer read-only
The type of action this rule should perform. Enumeration: 'deny': 2, 'permit': 1.
             aclRuleProtocol 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.3 integer32 read-only
icmp - 1 igmp - 2 ip - 4 tcp - 6 udp - 17 All values from 1 to 255 are valid.
             aclRuleSrcIpAddress 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.4 ipaddress read-only
The Source IP Address used in the ACL Classification.
             aclRuleSrcIpMask 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.5 ipaddress read-only
The Source IP Mask used in the ACL Classification. This mask is expressed using wild-card notation,which is the 1's compliment of traditional Subnet Masks. Here, the 'Don't care bits' are represented by binary 1's and 'Do care bits' are represented by binary 0's.
             aclRuleSrcL4Port 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.6 integer32 read-only
The Source Port Number (Layer 4) used in the ACL Classification.
             aclRuleSrcL4PortRangeStart 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.7 integer32 read-only
The Source Port Number(Layer 4) range start.
             aclRuleSrcL4PortRangeEnd 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.8 integer32 read-only
The Source Port Number(Layer 4) range end.
             aclRuleDestIpAddress 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.9 ipaddress read-only
The Destination IP Address used in the ACL Classification.
             aclRuleDestIpMask 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.10 ipaddress read-only
The Destination IP Mask used in the ACL Classification. This mask is expressed using wild-card notation,which is the 1's compliment of traditional Subnet Masks. Here, the 'Don't care bits' are represented by binary 1's and 'Do care bits' are represented by binary 0's.
             aclRuleDestL4Port 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.11 integer32 read-only
The Destination Port (Layer 4) used in ACl classification.
             aclRuleDestL4PortRangeStart 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.12 integer32 read-only
The Destination Port (Layer 4) starting range used in ACL classification.
             aclRuleDestL4PortRangeEnd 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.13 integer32 read-only
The Destination Port (Layer 4) ending range used in ACL classification.
             aclRuleIPDSCP 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.14 integer32 read-only
The Differentiated Services Code Point value.
             aclRuleIpPrecedence 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.15 integer32 read-only
The Type of Service (TOS) IP Precedence value.
             aclRuleIpTosBits 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.16 integer32 read-only
The Type of Service (TOS) Bits value.
             aclRuleIpTosMask 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.17 integer32 read-only
The Type of Service (TOS) Mask value.
             aclRuleStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.18 rowstatus read-only
Status of this instance. active(1) - this ACL Rule is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
             aclRuleAssignQueueId 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.19 unsigned32 read-only
Queue identifier to which all inbound packets matching this ACL rule are directed. This object defaults to the standard queue assignment for user priority 0 traffic per the IEEE 802.1D specification based on the number of assignable queues in the system: 1-3 queues: 0 4-7 queues: 1 8 queues: 2 This default assignment is static and is not influenced by other system configuration changes.
             aclRuleRedirectIntf 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.20 interfaceindexorzero read-only
A non-zero value indicates the external ifIndex to which all inbound packets matching this 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 (aclRuleMirrorIntf object) are mutually-exclusive rule attributes.
             aclRuleMatchEvery 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.21 truthvalue read-only
Flag to indicate that the ACL rule is defined to match on every IP packet, regardless of content.
             aclRuleMirrorIntf 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.22 interfaceindexorzero read-only
A non-zero value indicates the external ifIndex to which all inbound packets matching this 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 (aclRuleRedirectIntf object) are mutually-exclusive rule attributes.
             aclRuleLogging 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.4.1.23 truthvalue read-only
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. This object may be supported for an aclRuleAction setting of permit(1) and/or deny(2), depending on the ACL feature capabilities of the device.
     aclMacGroup 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5
         aclMacIndexNextFree 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.1 integer32 read-only
This object contains an unused value for the aclMacIndex to be used when creating a new MAC ACL. A value of zero zero indicates the ACL table is full.
         aclMacTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.2 no-access
A table of MAC ACL instances.
             aclMacEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.2.1 no-access
                 aclMacIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.2.1.1 integer32 no-access
The MAC ACL table index this instance is associated with. When creating a new MAC ACL, refer to the aclMacIndexNextFree object to determine the next available aclMacIndex to use.
                 aclMacName 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.2.1.2 displaystring read-only
The name of this MAC ACL entry, which must consist of 1 to 31 alphanumeric characters and uniquely identify this MAC ACL. An existing MAC ACL can be renamed by setting this object to a new name. This object must be set to complete a new MAC ACL row instance.
                 aclMacStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.2.1.3 rowstatus read-only
Status of this instance. ACL MAC entries can not be deleted until all rows in the aclIfTable and aclRuleTable with corresponding values of aclMacIndex have been deleted. active(1) - this ACL instance is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance The aclMacName object must be set to complete this row instance.
         aclMacRuleTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3 no-access
A table of layer 2 MAC ACL Rule instances.
             aclMacRuleEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1 no-access
A table of layer 2 MAC ACL Classification Rules
                 aclMacRuleIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.1 integer32 no-access
The index of this rule instance within an MAC ACL.
                 aclMacRuleAction 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.2 integer read-only
The type of action this MAC ACL rule should perform. Enumeration: 'deny': 2, 'permit': 1.
                 aclMacRuleCos 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.3 unsigned32 read-only
The Class of Service (COS) used in the MAC ACL Classification. This is the three-bit user priority field in the 802.1Q tag header of a tagged Ethernet frame. For frames containing a double VLAN tag, this field is located in the first/outer tag.
                 aclMacRuleCos2 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.4 unsigned32 read-only
The Secondary Class of Service (COS2) used in the MAC ACL Classification. This is the three-bit user priority field in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame.
                 aclMacRuleDestMacAddr 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.5 macaddress read-only
The Destination MAC address used in the MAC ACL Classification.
                 aclMacRuleDestMacMask 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.6 macaddress read-only
The Destination MAC address mask used in the MAC ACL Classification. This mask value identifies the portion of the aclMacRuleDestMacAddr that is compared against a packet. A non-contiguous mask value is permitted.
                 aclMacRuleEtypeKey 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.7 integer read-only
The Ethertype keyword used in the MAC ACL Classification. A keyword of custom(1) requires that the aclMacRuleEtypeValue object also be set. Enumeration: 'arp': 3, 'ibmsna': 4, 'mplsucast': 9, 'custom': 1, 'rarp': 13, 'appletalk': 2, 'ipv4': 5, 'ipv6': 6, 'novell': 11, 'mplsmcast': 8, 'ipx': 7, 'pppoe': 12, 'netbios': 10.
                 aclMacRuleEtypeValue 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.8 etypevalue read-only
The Ethertype custom value used in the MAC ACL Classification. This object is only valid if the aclMacRuleEtypeKey is set to custom(1). The allowed value for this object is 0x0600 to 0xFFFF (1536 to 65535).
                 aclMacRuleSrcMacAddr 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.9 macaddress read-only
The Source MAC address used in the MAC ACL Classification.
                 aclMacRuleSrcMacMask 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.10 macaddress read-only
The Source MAC address mask used in the MAC ACL Classification. This mask value identifies the portion of the aclMacRuleSrcMacAddr that is compared against a packet. A non-contiguous mask value is permitted.
                 aclMacRuleVlanId 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.11 unsigned32 read-only
The VLAN ID value used in the MAC ACL Classification. The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame. This is contained in the first/outer tag of a double VLAN tagged frame.
                 aclMacRuleVlanIdRangeStart 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.12 unsigned32 read-only
The VLAN ID range start value used in the MAC ACL Classification. Setting this value greater than the current aclMacRuleVlanIdRangeEnd changes the VLAN ID range end to the same value as the range start. The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame. This is contained in the first/outer tag of a double VLAN tagged frame.
                 aclMacRuleVlanIdRangeEnd 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.13 unsigned32 read-only
The VLAN ID range end value used in the MAC ACL Classification. Setting this value less than the current aclMacRuleVlanIdRangeStart changes the VLAN ID range start to the same value as the range end. The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame. This is contained in the first/outer tag of a double VLAN tagged frame.
                 aclMacRuleVlanId2 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.14 unsigned32 read-only
The Secondary VLAN ID value used in the MAC ACL Classification. The Secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame.
                 aclMacRuleVlanId2RangeStart 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.15 unsigned32 read-only
The Secondary VLAN ID range start value used in the MAC ACL Classification. Setting this value greater than the current aclMacRuleVlanId2RangeEnd changes the Secondary VLAN ID range end to the same value as the range start. The Secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame.
                 aclMacRuleVlanId2RangeEnd 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.16 unsigned32 read-only
The Secondary VLAN ID range end value used in the MAC ACL Classification. Setting this value less than the current aclMacRuleVlanId2RangeStart changes the Secondary VLAN ID range start to the same value as the range end. The Secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame.
                 aclMacRuleStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.17 rowstatus read-only
Status of this instance. active(1) - this ACL Rule is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
                 aclMacRuleAssignQueueId 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.18 unsigned32 read-only
Queue identifier to which all inbound packets matching this MAC ACL rule are directed. This object defaults to the standard queue assignment for user priority 0 traffic per the IEEE 802.1D specification based on the number of assignable queues in the system: 1-3 queues: 0 4-7 queues: 1 8 queues: 2 This default assignment is static and is not influenced by other system configuration changes.
                 aclMacRuleRedirectIntf 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.19 interfaceindexorzero read-only
A non-zero value indicates the external ifIndex to which all inbound packets matching this MAC 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 (aclMacRuleMirrorIntf object) are mutually-exclusive rule attributes.
                 aclMacRuleMatchEvery 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.20 truthvalue read-only
Flag to indicate that the MAC ACL rule is defined to match all packets, regardless of Ethertype.
                 aclMacRuleMirrorIntf 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.21 interfaceindexorzero read-only
A non-zero value indicates the external ifIndex to which all inbound packets matching this MAC 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 (aclMacRuleRedirectIntf object) are mutually-exclusive rule attributes.
                 aclMacRuleLogging 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.5.3.1.22 truthvalue read-only
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. This object may be supported for an aclMacRuleAction setting of permit(1) and/or deny(2), depending on the ACL feature capabilities of the device.
     aclLoggingGroup 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.9
         aclTrapRuleIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.9.2 integer32 no-access
The index of an ACL rule instance. Used by aclTrapRuleLogEvent trap.
         aclTrapRuleAction 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.9.3 integer no-access
The type of action this rule should perform, either permit(1) or deny(2). Used by aclTrapRuleLogEvent trap. Enumeration: 'deny': 2, 'permit': 1.
         aclTrapRuleHitCount 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.9.4 counter64 no-access
Number of times the ACL rule was hit during the most recent logging interval. Used by aclTrapRuleLogEvent trap.
         aclTrapFlag 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.9.5 integer read-write
ACL Trap Flag - Enables or disables ACL trap generation. When this value is set to enable(1), ACL traps are sent from the switch when they occur. Enumeration: 'enable': 1, 'disable': 2.
     aclIpv6IndexNextFree 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.10 integer32 read-only
This object contains an unused value for the aclIPv6Index to be used when creating a new IPv6 ACL. A value of zero zero indicates the ACL table is full.
     aclIpv6Table 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.11 no-access
A table of Ipv6 ACL instances.
           aclIpv6Entry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.11.1 no-access
               aclIpv6Index 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.11.1.1 integer32 no-access
The IPv6 ACL table index this instance is associated with. When creating a new IPv6 ACL, refer to the aclIPv6IndexNextFree object to determine the next available aclIpv6Index to use.
               aclIpv6Name 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.11.1.2 displaystring read-only
The name of this IPv6 ACL entry, which must consist of 1 to 31 alphanumeric characters and uniquely identify this IPv6 ACL. An existing IPv6 ACL can be renamed by setting this object to a new name. This object must be set to complete a new IPv6 ACL row instance.
               aclIpv6Status 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.11.1.3 rowstatus read-only
Status of this instance. active(1) - this ACL instance is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance The aclMacName object must be set to complete this row instance.
     aclIpv6RuleTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12 no-access
A table of IPv6 ACL Rule instances.
           aclIpv6RuleEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1 no-access
A table of IPv6 ACL Classification Rules
               aclIpv6RuleIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.1 integer32 no-access
The index of this rule instance within an IPv6 ACL.
               aclIpv6RuleAction 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.2 integer read-only
The type of action this IPv6 ACL rule should perform. Enumeration: 'deny': 2, 'permit': 1.
               aclIpv6RuleLogging 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.3 truthvalue read-only
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. 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.
               aclIpv6RuleAssignQueueId 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.4 unsigned32 read-only
Queue identifier to which all inbound packets matching this ACL rule are directed. This object defaults to the standard queue assignment for user priority 0 traffic per the IEEE 802.1D specification based on the number of assignable queues in the system: 1-3 queues: 0 4-7 queues: 1 8 queues: 2 This default assignment is static and is not influenced by other system configuration changes.
               aclIpv6RuleRedirectIntf 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.5 interfaceindexorzero read-only
A non-zero value indicates the external ifIndex to which all 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.
               aclIpv6RuleMirrorIntf 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.6 interfaceindexorzero read-only
A non-zero value indicates the external ifIndex to which all 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.
               aclIpv6RuleMatchEvery 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.7 truthvalue read-only
Flag to indicate that the ACL rule is defined to match on every IP packet, regardless of content.
               aclIpv6RuleProtocol 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.8 integer32 read-only
icmp - 1 igmp - 2 ip - 4 tcp - 6 udp - 17 All values from 1 to 255 are valid.
               aclIpv6RuleSrcL4Port 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.9 integer32 read-only
The Source Port Number (Layer 4) used in the ACL Classification.
               aclIpv6RuleSrcL4PortRangeStart 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.10 integer32 read-only
The Source Port Number(Layer 4) range start.
               aclIpv6RuleSrcL4PortRangeEnd 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.11 integer32 read-only
The Source Port Number(Layer 4) range end.
               aclIpv6RuleDestL4Port 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.12 integer32 read-only
The Destination Port (Layer 4) used in ACl classification.
               aclIpv6RuleDestL4PortRangeStart 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.13 integer32 read-only
The Destination Port (Layer 4) starting range used in ACL classification.
               aclIpv6RuleDestL4PortRangeEnd 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.14 integer32 read-only
The Destination Port (Layer 4) ending range used in ACL classification.
               aclIpv6RuleStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.15 rowstatus read-only
Status of this instance. active(1) - this ACL Rule is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
               aclIpv6RuleFlowLabel 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.16 integer32 read-only
Flow label is 20-bit number that is unique to an IPv6 packet, used by end stations to signify quality-of-service handling in routers.
               aclIpv6RuleIPDSCP 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.17 integer32 read-only
The Differentiated Services Code Point value.
               aclRuleSrcIpv6Prefix 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.18 ipv6addressprefix read-write
The Ipv6 Prefix Address configured on the Service Port.
               aclRuleSrcIpv6PrefixLength 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.19 integer32 read-only
The Prefix Length.
               aclRuleDstIpv6Prefix 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.20 ipv6addressprefix read-write
The Ipv6 Prefix Address configured on the Service Port.
               aclRuleDstIpv6PrefixLength 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.12.1.21 integer32 read-only
The Prefix Length.
     aclVlanTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.13 no-access
A table of ACL VLAN instances per direction.
           aclVlanEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.13.1 no-access
               aclVlanIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.13.1.1 integer32 no-access
The Vlan to which this ACL instance applies.
               aclVlanDirection 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.13.1.2 integer no-access
The Vlan direction to which this ACL instance applies. Enumeration: 'inbound': 1, 'outbound': 2.
               aclVlanSequence 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.13.1.3 unsigned32 no-access
The relative evaluation sequence of this ACL for this Vlan and direction. When multiple ACLs are allowed for a given Vlan and direction, the sequence number determines the order in which the list of ACLs are evaluated, with lower sequence numbers given higher precedence. The sequence number value is arbitrary, but must be a unique non-zero value for a given Vlan and direction. Setting this object to an existing sequence number value for a given Vlan and direction causes the ACL corresponding to that value to be replaced with this ACL.
               aclVlanAclType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.13.1.4 integer no-access
The type of this ACL, which is used to interpret the aclVlanId object value. Each type of ACL uses its own numbering scheme for identification (see aclVlanAclId object for details). The aclVlanAclId object must be specified along with this object. Enumeration: 'ip': 1, 'mac': 2, 'ipv6': 3.
               aclVlanAclId 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.13.1.5 integer32 no-access
The ACL identifier value, which is interpreted based on the aclVlanType object. For the IP ACLs, the actual ACL number is its identifier as follows: IP standard ranges from 1-99, while IP extended ranges from 100-199. Here, aclVlanAclId represents aclIndex. The MAC ACLs use an internally-generated index value that is assigned when the ACL is created. Here, aclVlanAclId represents aclMacIndex. The IPv6 ACLs use an internally-generated index value that is assigned when the ACL is created.Here, aclVlanAclId represents aclIpv6Index. The aclVlanType object must be specified along with this object.
               aclVlanStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.13.1.6 rowstatus read-only
Status of this instance. active(1) - this ACL Vlan instance is active createAndGo(4) - set to this value to assign an ACL to a Vlan and direction destroy(6) - set to this value to remove an ACL from a Vlan and direction
     aclNamedIpv4IndexNextFree 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.2.14 integer32 read-only
This object contains an unused value for the aclIndex to be used when creating a new named IPv4 ACL. A value of zero zero indicates the ACL table is full.