ARISTA-ACL-MIB: View SNMP OID List / Download MIB

VENDOR: ARISTA NETWORKS


 Home MIB: ARISTA-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
 aristaAclMIB 1.3.6.1.4.1.30065.3.5
The MIB module for managing Access Control Lists (ACLs) on Arista devices.
     aristaAcl 1.3.6.1.4.1.30065.3.5.1
         aristaIpAcl 1.3.6.1.4.1.30065.3.5.1.1
             aristaIpAclTable 1.3.6.1.4.1.30065.3.5.1.1.1 no-access
A table that contains IP ACLs that are configured on the switch.
                 aristaIpAclEntry 1.3.6.1.4.1.30065.3.5.1.1.1.1 no-access
Information about a specific IP ACL that is configured on the switch.
                     aristaIpAclName 1.3.6.1.4.1.30065.3.5.1.1.1.1.1 displaystring no-access
The name of the IP ACL.
                     aristaIpAclReadOnly 1.3.6.1.4.1.30065.3.5.1.1.1.1.2 truthvalue read-only
This attribute has value 'true(1)' if the IP ACL is configured as read-only; otherwise, the value is 'false(2)'.
                     aristaIpAclStatsEnabled 1.3.6.1.4.1.30065.3.5.1.1.1.1.3 truthvalue read-only
This attribute has value 'true(1)' if the IP ACL is configured to have per-rule statistics enabled; otherwise, the value is 'false(2)'.
                     aristaIpAclCountersIncomplete 1.3.6.1.4.1.30065.3.5.1.1.1.1.4 truthvalue read-only
This attribute has value 'true(1)' if the IP ACL has incomplete counter; otherwise, the value is 'false(2)'.
             aristaIpAclRuleTable 1.3.6.1.4.1.30065.3.5.1.1.2 no-access
A table that contains IP ACL rules that are configured on the switch.
                 aristaIpAclRuleEntry 1.3.6.1.4.1.30065.3.5.1.1.2.1 no-access
Configuration information about a specific IP ACL rule.
                     aristaIpAclRuleSeqId 1.3.6.1.4.1.30065.3.5.1.1.2.1.1 unsigned32 no-access
This attribute is the sequence ID for this ACL rule.
                     aristaIpAclRuleProto 1.3.6.1.4.1.30065.3.5.1.1.2.1.2 unsigned32 read-only
This attribute is the IP protocol to be matched by this ACL rule. The value 0 indicates the rule matches any IP protocol.
                     aristaIpAclRuleSrc 1.3.6.1.4.1.30065.3.5.1.1.2.1.3 ipaddress read-only
This attribute is the IP source address to be matched by this ACL rule, subject to the aristaIpAclRuleSrcMask value.
                     aristaIpAclRuleSrcMask 1.3.6.1.4.1.30065.3.5.1.1.2.1.4 ipaddress read-only
This attribute is the IP source-address mask in this ACL rule. For the source address of the packet to match the rule, the bitwise logical-AND of the address and this mask must be equal to the value of aristaIpAclRuleSrc.
                     aristaIpAclRuleDest 1.3.6.1.4.1.30065.3.5.1.1.2.1.5 ipaddress read-only
This attribute is the IP destination address to be matched by this ACL rule, subject to the aristaIpAclRuleDestMask value.
                     aristaIpAclRuleDestMask 1.3.6.1.4.1.30065.3.5.1.1.2.1.6 ipaddress read-only
This attribute is the IP destination-address mask in this ACL rule. For the destination address of the packet to match the rule, the bitwise logical-AND of the address and this mask must be equal to the value of aristaIpAclRuleDest.
                     aristaIpAclRuleL4PortSrcOper 1.3.6.1.4.1.30065.3.5.1.1.2.1.7 aristaaclrangeoperator read-only
This attribute determines TCP/UDP source-port matching behavior in this ACL rule. If this attribute has value 'any(0)', then attribute aristaIpAclRuleL4PortsSrc is ignored.
                     aristaIpAclRuleL4PortsSrc 1.3.6.1.4.1.30065.3.5.1.1.2.1.8 octet string read-only
This attribute is a list of TCP/UDP source ports to be matched in this ACL rule. They are represented as decimal strings, separated by spaces. A maximum of 10 ports is allowed. Attribute aristaIpAclRuleL4PortSrcOper determines how the source ports are matched in this ACL rule.
                     aristaIpAclRuleL4PortDestOper 1.3.6.1.4.1.30065.3.5.1.1.2.1.9 aristaaclrangeoperator read-only
This attribute determines TCP/UDP destination-port matching behavior in this ACL rule. If this attribute has value 'any(0)', then attribute aristaIpAclRuleL4PortsDest is ignored.
                     aristaIpAclRuleL4PortsDest 1.3.6.1.4.1.30065.3.5.1.1.2.1.10 octet string read-only
This attribute is a list of TCP/UDP destination ports to be matched in this ACL rule. They are represented as decimal strings, separated by spaces. A maximum of 10 ports is allowed. Attribute aristaIpAclRuleL4PortDestOper determines how the destination ports are matched in this ACL rule.
                     aristaIpAclRuleTtlOper 1.3.6.1.4.1.30065.3.5.1.1.2.1.11 aristaaclrangeoperator read-only
This attribute is the IP TTL (Time To Live) operation code used in this ACL rule. Combined with attribute aristaIpAclRuleTtl, it specifies the IP TTL matching behavior in this ACL rule.
                     aristaIpAclRuleTtl 1.3.6.1.4.1.30065.3.5.1.1.2.1.12 unsigned32 read-only
This attribute is the IP TTL value in this ACL rule. Attribute aristaIpAclRuleTtlOper determines how the TTL values is matched in this ACL rule.
                     aristaIpAclRuleTracked 1.3.6.1.4.1.30065.3.5.1.1.2.1.13 truthvalue read-only
This attribute has the value 'true(1)' if this ACL rule is tracked; otherwise, the value is 'false(2)'. A tracked rule matches packets in existing ICMP/UDP/TCP connections.
                     aristaIpAclRuleFragments 1.3.6.1.4.1.30065.3.5.1.1.2.1.14 truthvalue read-only
This attribute has value 'true(1)' if this ACL rule is configured to match IP fragments; otherwise, the value is 'false(2)'.
                     aristaIpAclRuleTcpFlags 1.3.6.1.4.1.30065.3.5.1.1.2.1.15 bits read-only
This attribute describes TCP flags that are matched by this ACL rule. Bits: 'psh': 3, 'urg': 5, 'ack': 4, 'syn': 1, 'rst': 2, 'fin': 0.
                     aristaIpAclRuleEstablished 1.3.6.1.4.1.30065.3.5.1.1.2.1.16 truthvalue read-only
This attribute has value 'true(1)' if this ACL rule matches existing TCP connections; otherwise, the value is 'false(2)'.
                     aristaIpAclRuleIcmpType 1.3.6.1.4.1.30065.3.5.1.1.2.1.17 unsigned32 read-only
This attribute is the ICMP type that is matched by this ACL rule. The attribute is ignored in the ACL rule if the value is 65535.
                     aristaIpAclRuleIcmpCode 1.3.6.1.4.1.30065.3.5.1.1.2.1.18 unsigned32 read-only
This attribute is the ICMP code that is matched by this ACL rule. The attribute is ignored in the ACL rule if the value is 65535.
                     aristaIpAclRuleAction 1.3.6.1.4.1.30065.3.5.1.1.2.1.19 aristaaclruleaction read-only
This attribute is the action applied to this ACL rule.
                     aristaIpAclRuleLog 1.3.6.1.4.1.30065.3.5.1.1.2.1.20 truthvalue read-only
This attribute has value 'true(1)' if logging is required in this ACL rule; otherwise, the value is 'false(2)'.
                     aristaIpAclRuleRemark 1.3.6.1.4.1.30065.3.5.1.1.2.1.21 displaystring read-only
This attribute is the remark string applied to this ACL rule.
             aristaIpAclRuleStatsTable 1.3.6.1.4.1.30065.3.5.1.1.3 no-access
A table that contains statistics for IP ACL rules.
                 aristaIpAclRuleStatsEntry 1.3.6.1.4.1.30065.3.5.1.1.3.1 no-access
Statistics for a specific IP ACL rules.
                     aristaIpAclRuleTimeMark 1.3.6.1.4.1.30065.3.5.1.1.3.1.1 timefilter no-access
A TimeFilter for this entry. See the TimeFilter textual convention to see how this works.
                     aristaIpAclRuleStatsPktCount 1.3.6.1.4.1.30065.3.5.1.1.3.1.2 counter64 read-only
This attribute is the number of packets that this ACL rule matched.
                     aristaIpAclRuleStatsLastUpdateTime 1.3.6.1.4.1.30065.3.5.1.1.3.1.3 timestamp read-only
The value of sysUpTime at the time the aristaIpAclRuleStatsPktCount was last updated for this ACL rule.
         aristaMacAcl 1.3.6.1.4.1.30065.3.5.1.2
             aristaMacAclTable 1.3.6.1.4.1.30065.3.5.1.2.1 no-access
A table that contains MAC ACLs that are configured on the switch.
                 aristaMacAclEntry 1.3.6.1.4.1.30065.3.5.1.2.1.1 no-access
Information about a specific MAC ACL that is configured on the switch.
                     aristaMacAclName 1.3.6.1.4.1.30065.3.5.1.2.1.1.1 displaystring no-access
The name of the MAC ACL.
                     aristaMacAclReadOnly 1.3.6.1.4.1.30065.3.5.1.2.1.1.2 truthvalue read-only
This attribute has value 'true(1)' if the MAC ACL is configured as read-only; otherwise, the value is 'false(2)'.
                     aristaMacAclStatsEnabled 1.3.6.1.4.1.30065.3.5.1.2.1.1.3 truthvalue read-only
This attribute has value 'true(1)' if the MAC ACL is configured to have per-entry statistics enabled; otherwise, the value is 'false(2)'.
                     aristaMacAclCountersIncomplete 1.3.6.1.4.1.30065.3.5.1.2.1.1.4 truthvalue read-only
This attribute has value 'true(1)' if the MAC ACL has incomplete counter statistics; otherwise, the value is 'false(2)'.
             aristaMacAclRuleTable 1.3.6.1.4.1.30065.3.5.1.2.2 no-access
A table that contains MAC ACL rules that are configured on the switch.
                 aristaMacAclRuleEntry 1.3.6.1.4.1.30065.3.5.1.2.2.1 no-access
Configuration information about a specific MAC ACL rule.
                     aristaMacAclRuleSeqId 1.3.6.1.4.1.30065.3.5.1.2.2.1.1 unsigned32 no-access
This attribute is the sequence ID for this ACL rule.
                     aristaMacAclRuleSrc 1.3.6.1.4.1.30065.3.5.1.2.2.1.2 macaddress read-only
This attribute is the MAC source address to be matched by this ACL rule, subject to the aristaMacAclRuleSrcMask value.
                     aristaMacAclRuleSrcMask 1.3.6.1.4.1.30065.3.5.1.2.2.1.3 macaddress read-only
This attribute is the MAC source-address mask in this ACL rule. For the source address of the packet to match the rule, the bitwise logical-AND of the address and this mask must be equal to the value of aristaMacAclRuleSrc.
                     aristaMacAclRuleDest 1.3.6.1.4.1.30065.3.5.1.2.2.1.4 macaddress read-only
This attribute is the MAC destination address to be matched by this ACL rule, subject to the aristaMacAclRuleSrcMask value.
                     aristaMacAclRuleDestMask 1.3.6.1.4.1.30065.3.5.1.2.2.1.5 macaddress read-only
This attribute is the MAC destination-address mask in this ACL rule. For the destination address of the packet to match the rule, the bitwise logical-AND of the address and this mask must be equal to the value of aristaMacAclRuleDest.
                     aristaMacAclRuleProto 1.3.6.1.4.1.30065.3.5.1.2.2.1.6 unsigned32 read-only
This attribute is the MAC protocol number to be matched by this ACL rule. The protocol value 4294967295 (0xFFFFFFFF) is a value that indicates the rule matches any protocol.
                     aristaMacAclRuleAction 1.3.6.1.4.1.30065.3.5.1.2.2.1.7 aristaaclruleaction read-only
This attribute is the action applied to this ACL rule.
                     aristaMacAclRuleLog 1.3.6.1.4.1.30065.3.5.1.2.2.1.8 truthvalue read-only
This attribute has value 'true(1)' if logging is required in this ACL rule; otherwise, the value is 'false(2)'.
                     aristaMacAclRuleRemark 1.3.6.1.4.1.30065.3.5.1.2.2.1.9 displaystring read-only
This attribute is the remark string applied to this ACL rule.
             aristaMacAclRuleStatsTable 1.3.6.1.4.1.30065.3.5.1.2.3 no-access
A table that contains statistics information for MAC ACL rules.
                 aristaMacAclRuleStatsEntry 1.3.6.1.4.1.30065.3.5.1.2.3.1 no-access
Statistics for MAC ACL rules.
                     aristaMacAclRuleTimeMark 1.3.6.1.4.1.30065.3.5.1.2.3.1.1 timefilter no-access
A TimeFilter for this entry. See the TimeFilter textual convention to see how this works.
                     aristaMacAclRuleStatsPktCount 1.3.6.1.4.1.30065.3.5.1.2.3.1.2 counter64 read-only
This attribute is the number of packets that this ACL rule matched.
                     aristaMacAclRuleStatsLastUpdateTime 1.3.6.1.4.1.30065.3.5.1.2.3.1.3 timestamp read-only
The value of sysUpTime at the time the aristaMacAclRuleStatsPktCount was last updated for this ACL rule.
         aristaIpv6Acl 1.3.6.1.4.1.30065.3.5.1.3
             aristaIpv6AclTable 1.3.6.1.4.1.30065.3.5.1.3.1 no-access
A table that contains IPv6 ACLs that are configured on the switch.
                 aristaIpv6AclEntry 1.3.6.1.4.1.30065.3.5.1.3.1.1 no-access
Information about a specific IPv6 ACL that is configured on the switch.
                     aristaIpv6AclName 1.3.6.1.4.1.30065.3.5.1.3.1.1.1 displaystring no-access
The name of the IPv6 ACL.
                     aristaIpv6AclReadOnly 1.3.6.1.4.1.30065.3.5.1.3.1.1.2 truthvalue read-only
This attribute has value 'true(1)' if the IPv6 ACL is configured as read-only; otherwise, the value is 'false(2)'.
                     aristaIpv6AclStatsEnabled 1.3.6.1.4.1.30065.3.5.1.3.1.1.3 truthvalue read-only
This attribute has value 'true(1)' if the IPv6 ACL is configured to have per-entry statistics enabled; otherwise, the value is 'false(2)'.
                     aristaIpv6AclCountersIncomplete 1.3.6.1.4.1.30065.3.5.1.3.1.1.4 truthvalue read-only
This attribute has value 'true(1)' if the IPv6 ACL has incomplete counter statistics; otherwise, the value is 'false(2)'.
             aristaIpv6AclRuleTable 1.3.6.1.4.1.30065.3.5.1.3.2 no-access
A table that contains IPv6 ACL rules that are configured on the switch.
                 aristaIpv6AclRuleEntry 1.3.6.1.4.1.30065.3.5.1.3.2.1 no-access
Configuration information about a specific IPv6 ACL rule.
                     aristaIpv6AclRuleSeqId 1.3.6.1.4.1.30065.3.5.1.3.2.1.1 unsigned32 no-access
This attribute is the sequence ID for this ACL rule.
                     aristaIpv6AclRuleProto 1.3.6.1.4.1.30065.3.5.1.3.2.1.2 unsigned32 read-only
This attribute is the IPv6 upper layer protocol to be matched by this ACL rule. The value 0 indicates the rule matches any IPv6 protocol.
                     aristaIpv6AclRuleSrc 1.3.6.1.4.1.30065.3.5.1.3.2.1.3 inetaddressipv6 read-only
This attribute is the IPv6 source address to be matched by this ACL rule, subject to the aristaIpv6AclRuleSrcMask value.
                     aristaIpv6AclRuleSrcMask 1.3.6.1.4.1.30065.3.5.1.3.2.1.4 inetaddressipv6 read-only
This attribute is the IPv6 source-address mask in this ACL rule. For the source address of the packet to match the rule, the bitwise logical-AND of the address and this mask must be equal to the value of aristaIpv6AclRuleSrc.
                     aristaIpv6AclRuleDest 1.3.6.1.4.1.30065.3.5.1.3.2.1.5 inetaddressipv6 read-only
This attribute is the IPv6 destination address to be matched by this ACL rule, subject to the aristaIpv6AclRuleDestMask value.
                     aristaIpv6AclRuleDestMask 1.3.6.1.4.1.30065.3.5.1.3.2.1.6 inetaddressipv6 read-only
This attribute is the IPv6 destination-address mask in this ACL rule. For the destination address of the packet to match the rule, the bitwise logical-AND of the address and this mask must be equal to the value of aristaIpv6AclRuleDest.
                     aristaIpv6AclRuleL4PortSrcOper 1.3.6.1.4.1.30065.3.5.1.3.2.1.7 aristaaclrangeoperator read-only
This attribute determines TCP/UDP source-port matching behavior in this ACL rule. If this attribute has value 'any(0)', then attribute aristaIpv6AclRuleL4PortsSrc is ignored.
                     aristaIpv6AclRuleL4PortsSrc 1.3.6.1.4.1.30065.3.5.1.3.2.1.8 octet string read-only
This attribute is a list of TCP/UDP source ports to be matched in this ACL rule. They are represented as decimal strings, separated by spaces. A maximum of 10 ports is allowed. Attribute aristaIpv6AclRuleL4PortSrcOper determines how the source ports are matched in this ACL rule.
                     aristaIpv6AclRuleL4PortDestOper 1.3.6.1.4.1.30065.3.5.1.3.2.1.9 aristaaclrangeoperator read-only
This attribute determines TCP/UDP destination-port matching behavior in this ACL rule. If this attribute has value 'any(0)', then attribute aristaIpv6AclRuleL4PortsDest is ignored.
                     aristaIpv6AclRuleL4PortsDest 1.3.6.1.4.1.30065.3.5.1.3.2.1.10 octet string read-only
This attribute is a list of TCP/UDP destination ports to be matched in this ACL rule. They are represented as decimal strings, separated by spaces. A maximum of 10 ports is allowed. Attribute aristaIpv6AclRuleL4PortDestOper determines how the destination ports are matched in this ACL rule.
                     aristaIpv6AclRuleHopLimitOper 1.3.6.1.4.1.30065.3.5.1.3.2.1.11 aristaaclrangeoperator read-only
This attribute is the IPv6 Hop Limit operation code used in this ACL rule. Combined with attribute aristaIpv6AclRuleHopLimit, it specifies the IPv6 Hop Limit matching behavior in this ACL rule.
                     aristaIpv6AclRuleHopLimit 1.3.6.1.4.1.30065.3.5.1.3.2.1.12 unsigned32 read-only
This attribute is the IPv6 Hop Limit value in this ACL rule. Attribute aristaIpv6AclRuleHopLimitOper determines how the Hop Limit values is matched in this ACL rule.
                     aristaIpv6AclRuleTcpFlags 1.3.6.1.4.1.30065.3.5.1.3.2.1.13 bits read-only
This attribute describes TCP flags that are matched by this ACL rule. Bits: 'psh': 3, 'urg': 5, 'ack': 4, 'syn': 1, 'rst': 2, 'fin': 0.
                     aristaIpv6AclRuleEstablished 1.3.6.1.4.1.30065.3.5.1.3.2.1.14 truthvalue read-only
This attribute has value 'true(1)' if this ACL rule matches existing TCP connections; otherwise, the value is 'false(2)'.
                     aristaIpv6AclRuleIcmpType 1.3.6.1.4.1.30065.3.5.1.3.2.1.15 unsigned32 read-only
This attribute is the ICMP type that is matched by this ACL rule. The attribute is ignored in the ACL rule if the value is 65535.
                     aristaIpv6AclRuleIcmpCode 1.3.6.1.4.1.30065.3.5.1.3.2.1.16 unsigned32 read-only
This attribute is the ICMP code that is matched by this ACL rule. The attribute is ignored in the ACL rule if the value is 65535.
                     aristaIpv6AclRuleAction 1.3.6.1.4.1.30065.3.5.1.3.2.1.17 aristaaclruleaction read-only
This attribute is the action applied to this ACL rule.
                     aristaIpv6AclRuleLog 1.3.6.1.4.1.30065.3.5.1.3.2.1.18 truthvalue read-only
This attribute has value 'true(1)' if logging is required in this ACL rule; otherwise, the value is 'false(2)'.
                     aristaIpv6AclRuleRemark 1.3.6.1.4.1.30065.3.5.1.3.2.1.19 displaystring read-only
This attribute is the remark string applied to this ACL rule.
             aristaIpv6AclRuleStatsTable 1.3.6.1.4.1.30065.3.5.1.3.3 no-access
A table that contains statistics information for IPv6 ACL rules.
                 aristaIpv6AclRuleStatsEntry 1.3.6.1.4.1.30065.3.5.1.3.3.1 no-access
Statistics for IPv6 ACL rules.
                     aristaIpv6AclRuleTimeMark 1.3.6.1.4.1.30065.3.5.1.3.3.1.1 timefilter no-access
A TimeFilter for this entry. See the TimeFilter textual convention to see how this works.
                     aristaIpv6AclRuleStatsPktCount 1.3.6.1.4.1.30065.3.5.1.3.3.1.2 counter64 read-only
This attribute is the number of packets that this ACL rule matched.
                     aristaIpv6AclRuleStatsLastUpdateTime 1.3.6.1.4.1.30065.3.5.1.3.3.1.3 timestamp read-only
The value of sysUpTime at the time the aristaIpv6AclRuleStatsPktCount was last updated for this ACL rule.
         aristaAclDpSupportFlags 1.3.6.1.4.1.30065.3.5.1.4 bits read-only
This attribute describes the data-plane ACL support matrix. If data-plane ACLs are supported, the acl bit is 1; otherwise, other bits are 0. If data-plane ACLs are supported, the logging, counter and routerAcl bits indicate whether the data plane supports those features for ACLs. Bits: 'routerAcl': 3, 'counter': 2, 'logging': 1, 'acl': 0.
     aristaAclConformance 1.3.6.1.4.1.30065.3.5.2
         aristaAclCompliances 1.3.6.1.4.1.30065.3.5.2.1
             aristaAclCompliance 1.3.6.1.4.1.30065.3.5.2.1.1
The compliance statement for Arista switches that support Access Control Lists (ACLs).
         aristaAclGroups 1.3.6.1.4.1.30065.3.5.2.2
             aristaAclGroup 1.3.6.1.4.1.30065.3.5.2.2.1
The group of required ACL objects.