MIB Viewer

CISCO-ACL-MIB

96 objects
This MIB module defines objects that describe Cisco Access Control Lists (ACL). This MIB describes different objects that enable the network administrator to remotely configure ACLs, apply them to interfaces and monitor their usage statistics. A typical application of this MIB module will facilitate monitoring of ACL match (sometimes referred as hit) counts. However, by no means does the definition of this MIB module prevent other applications from using it. An ACL is an ordered list of statements that deny or permit packets based on matching fields contained within the packet header (layer 3 source and destination addresses, layer 4 protocol, layer 4 source and destination port numbers, etc.) In addition there is an implicit *Deny All* at the end of the ACL. ACLs are used to perform packet filtering to control which packets are allowed through the network. Such control can help limit network traffic, and restrict the access of applications and devices on the network. Each one of these statements is referred to as an Access List Control Entry (ACE). Here is an example of an ACL configuration. ipv4 access-list V4Example 10 permit tcp any any ! ipv6 access-list V6Example 10 permit tcp any any ! The mechanism for monitoring ACL usage is by configuring, in the desired ACEs a counter label. A counter label is a name that is given to a counter and is defined in any ACE. ACEs that share the same Counter label name will have their counters aggregated into the same label. Here is an example of how to use counter labels. ipv4 access-list V4CounterExample 10 permit tcp any any counter CountPermits 20 permit udp any any counter CountPermits The same applies to IPv6 ACLs. This MIB consists of following tables: * caAclCfgTable Defines the ACLs configured in the device. * caAclIPV4ACECfgTable Defines the ACEs that make up an IPV4 ACL. * caAclIPV6ACECfgTable Defines the ACEs that make up an IPV6 ACL. * caAclAccessGroupCfgTable Defines the Access Control Groups (ACG) applied to interfaces on the device. * caAclLabelIntfStatsTable Defines the statistics for a specific ACE with counter labels attached to interfaces on the device.
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.808IdentityciscoACLMIBThis MIB module defines objects that describe Cisco Access Control Lists (ACL). This MIB describes different objects that enable the network administrator to r…
1.3.6.1.4.1.9.9.808.1NodecaAclMIBObjects
1.3.6.1.4.1.9.9.808.1.1NodecaAclConfiguration
1.3.6.1.4.1.9.9.808.1.1.1TablecaAclCfgTablenot-accessiblecurrentA table of ACL definitions. Each entry in this table defines a unique IPV4 or IPV6 ACL.
1.3.6.1.4.1.9.9.808.1.1.1.1RowcaAclCfgTableEntrynot-accessiblecurrentA conceptual row in the caAclTable. Each entry of this table consists of acl index and the address type. This is so that the table may contain both IPV4 and IP…
1.3.6.1.4.1.9.9.808.1.1.1.1.1ColumncaAclIndexnot-accessiblecurrentAn arbitrary (system assigned) index for each ACL name. The index is unique for each ACL name in the device, but is further qualified by the address family. Fo…
1.3.6.1.4.1.9.9.808.1.1.1.1.2ColumncaAclAddressTypenot-accessiblecurrentThis object defines the address family of the ACL.
1.3.6.1.4.1.9.9.808.1.1.1.1.3ColumncaAclNameread-createcurrentA string that identifies the ACL name.
1.3.6.1.4.1.9.9.808.1.1.1.1.4ColumncaAclRowStatusread-createcurrentThis object is used to create, modify, or delete an entry in the caAclTable. A row can be created using the 'CreateAndGo' option. When the row is successfully …
1.3.6.1.4.1.9.9.808.1.1.2TablecaAclIPV4ACECfgTablenot-accessiblecurrentA table of IPV4 ACE definitions. The ACE definition controls whether packets are accepted or rejected. The access control may be applied before sending the pac…
1.3.6.1.4.1.9.9.808.1.1.2.1RowcaAclIPV4ACECfgTableEntrynot-accessiblecurrentA conceptual row in the caAclIPV4ACLTable. Each entry of this table consists of a set of match criteria for a given ACL.
1.3.6.1.4.1.9.9.808.1.1.2.1.1ColumncaAclIPV4ACESequenceNumbernot-accessiblecurrentThis object uniquely identifies an ACE within an ACL. Sequence numbers are assigned to each permit/deny statement, causing the system to insert the statement i…
1.3.6.1.4.1.9.9.808.1.1.2.1.2ColumncaAclIPV4ACEActionread-createcurrentThis object indicates the type of action to be taken if the packet matches the given criteria. If it is set to permit(1), all packets matching this ACE will be…
1.3.6.1.4.1.9.9.808.1.1.2.1.3ColumncaAclIPV4ACEProtocolread-createcurrentThis object identifies the layer 3 protocol type to be filtered by the ACE. Protocol numbers are defined in the Network Working Group Request For Comment docum…
1.3.6.1.4.1.9.9.808.1.1.2.1.4ColumncaAclIPV4ACESourceAddressread-createcurrentThis object determines the address of the network or host from which the packet is being sent. If this object value is 0.0.0.0 and the value of caAclIPV4ACESou…
1.3.6.1.4.1.9.9.808.1.1.2.1.5ColumncaAclIPV4ACESourceWildCardMaskread-createcurrentThis object determines the mask of wild card address bits for caAclIPV4ACESourceAddress. Wild card masking is to indicate to the system whether to check or ign…
1.3.6.1.4.1.9.9.808.1.1.2.1.6ColumncaAclIPV4ACESourceNetworkGroupread-createcurrentThis object defines the Source Network Object Group from which the packet is being sent.
1.3.6.1.4.1.9.9.808.1.1.2.1.7ColumncaAclIPV4ACESourcePortOperatorread-createcurrentThis object defines the operation to be performed to the layer source port field. Source port fields are present only for IGMP, ICMP, SCTP, TCP, and UDP protoc…
1.3.6.1.4.1.9.9.808.1.1.2.1.8ColumncaAclIPV4ACESourcePortread-createcurrentThis object defines the source port number of the layer 4 protocol. This is the field to be matched with the specified source port based on the caAclIPV4ACESou…
1.3.6.1.4.1.9.9.808.1.1.2.1.9ColumncaAclIPV4ACESourcePortUpperread-createcurrentThis object defines the inclusive upper bound of the layer 4 source port range that is to be matched.
1.3.6.1.4.1.9.9.808.1.1.2.1.10ColumncaAclIPV4ACESourcePortGroupread-createcurrentThis object defines the Source Port Object Group from which the packet is being sent.
1.3.6.1.4.1.9.9.808.1.1.2.1.11ColumncaAclIPV4ACEDestinationAddressread-createcurrentThis object determines the address of the network or host to which the packet is being sent. If this object value is 0.0.0.0 and the value of caAclIPV4ACLDesti…
1.3.6.1.4.1.9.9.808.1.1.2.1.12ColumncaAclIPV4ACEDestinationWildCardMaskread-createcurrentThis object determines the mask of wild card address bits for caAclIPV4ACLDestinationAddress. Wild card masking is to indicate to the system whether to check o…
1.3.6.1.4.1.9.9.808.1.1.2.1.13ColumncaAclIPV4ACEDestinationNetworkGroupread-createcurrentThis object defines the Destination Network Object Group to which the packet is being sent.
1.3.6.1.4.1.9.9.808.1.1.2.1.14ColumncaAclIPV4ACEDestinationPortOperatorread-createcurrentThis object defines the operation to be performed to the layer destination port field. Source port fields are present only for IGMP, ICMP, SCTP, TCP, and UDP p…
1.3.6.1.4.1.9.9.808.1.1.2.1.15ColumncaAclIPV4ACEDestinationPortread-createcurrentThis object defines the destination port number of the layer 4 protocol. This is the field to be matched with the specified destination port based on the caAcl…
1.3.6.1.4.1.9.9.808.1.1.2.1.16ColumncaAclIPV4ACEDestinationPortUpperread-createcurrentThis object defines the inclusive upper bound of the layer 4 destination port range that is to be matched.
1.3.6.1.4.1.9.9.808.1.1.2.1.17ColumncaAclIPV4ACEDestinationPortGroupread-createcurrentThis object defines the Source Port Object Group to which the packet is being sent.
1.3.6.1.4.1.9.9.808.1.1.2.1.18ColumncaAclIPV4ACEDscpValueread-createcurrentThis object defines the dscp value that will be considered in the match criteria against the value in the packet.
1.3.6.1.4.1.9.9.808.1.1.2.1.19ColumncaAclIPV4ACETcpFlagsValueread-createcurrentThis object defines the value of the TCP flags which will be considered in the match criteria based on caAclIPV4ACLTcpFlagsMatchType. Users can select any desi…
1.3.6.1.4.1.9.9.808.1.1.2.1.20ColumncaAclIPV4ACETcpFlagsMaskread-createcurrentThis object defines the mask value of the TCP flags field.
1.3.6.1.4.1.9.9.808.1.1.2.1.21ColumncaAclIPV4ACETcpFlagsMatchTyperead-createcurrentThis object defines the type of matching to be done on the TCP flags field.
1.3.6.1.4.1.9.9.808.1.1.2.1.22ColumncaAclIPV4ACETosValueread-createcurrentThis object defines the value of the TOS field to be filtered. Packets can be filtered by the TOS level as specified by a number from 0 to 15. Use the value 16…
1.3.6.1.4.1.9.9.808.1.1.2.1.23ColumncaAclIPV4ACEPrecedenceValueread-createcurrentThis object indicates the value of the precedence field to be filtered.
1.3.6.1.4.1.9.9.808.1.1.2.1.24ColumncaAclIPV4ACELogOptionread-createcurrentThis object defines the value of the log option field to be applied to packets that match this ACE entry.
1.3.6.1.4.1.9.9.808.1.1.2.1.25ColumncaAclIPV4ACECounterLabelread-createcurrentThis object defines the counter label name for this ACE. ACEs that share the same counter label name will have their hit counts aggregated into the same counte…
1.3.6.1.4.1.9.9.808.1.1.2.1.26ColumncaAclIPV4ACERemarkread-createcurrentThis object defines a comment in the ACL. It helps the user to define some meaningful comment to identify the ACE quickly, or to know the purpose of a set of A…
1.3.6.1.4.1.9.9.808.1.1.2.1.27ColumncaAclIPV4ACERowStatusread-createcurrentThis object is used to create, modify, or delete an entry in the caAclIPV4ACLTable. A row can be created using the 'CreateAndGo' option. When the row is succes…
1.3.6.1.4.1.9.9.808.1.1.3TablecaAclIPV6ACECfgTablenot-accessiblecurrentA table of IPV6 ACE definitions. The ACE definition controls whether packets are accepted or rejected. The access control may be applied before sending the pac…
1.3.6.1.4.1.9.9.808.1.1.3.1RowcaAclIPV6ACECfgTableEntrynot-accessiblecurrentA conceptual row in the caAclIPV6ACLTable. Each entry of this table consists of a set of match criteria for a given ACL.
1.3.6.1.4.1.9.9.808.1.1.3.1.1ColumncaAclIPV6ACESequenceNumbernot-accessiblecurrentThis object uniquely identifies an ACE within an ACL. Sequence numbers are assigned to each permit/deny statement, causing the system to insert the statement i…
1.3.6.1.4.1.9.9.808.1.1.3.1.2ColumncaAclIPV6ACEActionread-createcurrentThis object indicates the type of action to be taken if the packet matches the given criteria. If it is set to permit(1), all packets matching this ACE will be…
1.3.6.1.4.1.9.9.808.1.1.3.1.3ColumncaAclIPV6ACEProtocolread-createcurrentThis object identifies the protocol type to be filtered by the ACE. Protocol numbers are defined in the Network Working Group Request For Comment (RFC) documen…
1.3.6.1.4.1.9.9.808.1.1.3.1.4ColumncaAclIPV6ACESourceAddressread-createcurrentThis object determines the address of the network or host from which the packet is being sent. If this object value is 0::0 and the value of caAclIPV6ACLSource…
1.3.6.1.4.1.9.9.808.1.1.3.1.5ColumncaAclIPV6ACESourcePrefixLengthread-createcurrentThis object determines the number of bits in the field caAclIPV6ACLSourceAddress to be checked. If the value of this object is 0, then the source address in th…
1.3.6.1.4.1.9.9.808.1.1.3.1.6ColumncaAclIPV6ACESourceNetworkGroupread-createcurrentThis object defines the Source Network Object Group from which the packet is being sent.
1.3.6.1.4.1.9.9.808.1.1.3.1.7ColumncaAclIPV6ACESourcePortOperatorread-createcurrentThis object defines the operation to be performed to the layer source port field. Source port fields are present only for IGMP, ICMP, SCTP, TCP, and UDP protoc…
1.3.6.1.4.1.9.9.808.1.1.3.1.8ColumncaAclIPV6ACESourcePortread-createcurrentThis object defines the source port number of the layer 4 protocol. This is the field to be matched with the specified source port based on the caAclIPV6ACLSou…
1.3.6.1.4.1.9.9.808.1.1.3.1.9ColumncaAclIPV6ACESourcePortUpperread-createcurrentThis object defines the inclusive upper bound of the layer 4 source port range that is to be matched.
1.3.6.1.4.1.9.9.808.1.1.3.1.10ColumncaAclIPV6ACESourcePortGroupread-createcurrentThis object defines the Source Port Object Group from which the packet is being sent.
1.3.6.1.4.1.9.9.808.1.1.3.1.11ColumncaAclIPV6ACEDestinationAddressread-createcurrentThis object determines the address of the network or host to which the packet is being sent. If this object value is 0::0 and the value of caAclIPV6ACLSourcePr…
1.3.6.1.4.1.9.9.808.1.1.3.1.12ColumncaAclIPV6ACEDestinationPrefixLengthread-createcurrentThis object determines the number of bits in the field caAclIPV6ACLDestinationAddress to be checked. If the value of this object is 0, then the source address …
1.3.6.1.4.1.9.9.808.1.1.3.1.13ColumncaAclIPV6ACEDestinationNetworkGroupread-createcurrentThis object defines the Source Network Object Group to which the packet is being sent.
1.3.6.1.4.1.9.9.808.1.1.3.1.14ColumncaAclIPV6ACEDestinationPortOperatorread-createcurrentThis object defines the operation to be performed to the layer destination port field. Source port fields are present only for IGMP, ICMP, SCTP, TCP, and UDP p…
1.3.6.1.4.1.9.9.808.1.1.3.1.15ColumncaAclIPV6ACEDestinationPortread-createcurrentThis object defines the destination port number of the layer 4 protocol. This is the field to be matched with the specified destination port based on the caAcl…
1.3.6.1.4.1.9.9.808.1.1.3.1.16ColumncaAclIPV6ACEDestinationPortUpperread-createcurrentThis object defines the inclusive upper bound of the layer 4 destination port range that is to be matched.
1.3.6.1.4.1.9.9.808.1.1.3.1.17ColumncaAclIPV6ACEDestinationPortGroupread-createcurrentThis object defines the Source Port Object Group to which the packet is being sent.
1.3.6.1.4.1.9.9.808.1.1.3.1.18ColumncaAclIPV6ACETrafficClassValueread-createcurrentThis object defines the traffic class value that will be considered in the match criteria against the value in the packet.
1.3.6.1.4.1.9.9.808.1.1.3.1.19ColumncaAclIPV6ACETcpFlagsValueread-createcurrentThis object defines the value of the TCP flags which will be considered in the match criteria based on caAclIPV6ACLTcpFlagsMatchType. Users can select any desi…
1.3.6.1.4.1.9.9.808.1.1.3.1.20ColumncaAclIPV6ACETcpFlagsMaskread-createcurrentThis object defines the mask value of the TCP flags field.
1.3.6.1.4.1.9.9.808.1.1.3.1.21ColumncaAclIPV6ACETcpFlagsMatchTyperead-createcurrentThis object defines the type of matching to be done on the TCP flags field.
1.3.6.1.4.1.9.9.808.1.1.3.1.22ColumncaAclIPV6ACELogOptionread-createcurrentThis object defines the value of the log option field to be applied to packets that match this ACE entry.
1.3.6.1.4.1.9.9.808.1.1.3.1.23ColumncaAclIPV6ACECounterLabelread-createcurrentThis object defines the counter label name for this ACE. ACEs that share the same counter label name will have their hit counts aggregated into the same counte…
1.3.6.1.4.1.9.9.808.1.1.3.1.24ColumncaAclIPV6ACERemarkread-createcurrentThis object defines a comment in the ACL. It helps the user to define some meaningful comment to identify the ACE quickly, or to know the purpose of a set of A…
1.3.6.1.4.1.9.9.808.1.1.3.1.25ColumncaAclIPV6ACERowStatusread-createcurrentThis object is used to create, modify, or delete an entry in the caAclIPV6ACLTable. A row can be created using the 'CreateAndGo' option. When the row is succes…
1.3.6.1.4.1.9.9.808.1.1.4TablecaAclAccessGroupCfgTablenot-accessiblecurrentThis table lists the ACLs configured on the device and applied on an interface in the ingress or egress direction.
1.3.6.1.4.1.9.9.808.1.1.4.1RowcaAclAccessGroupCfgEntrynot-accessiblecurrentThis entry describes an ACL configured on the device and applied to an interface.
1.3.6.1.4.1.9.9.808.1.1.4.1.1ColumncaAclAccessGroupACLread-createcurrentThe name of the ACL associated with this entry.
1.3.6.1.4.1.9.9.808.1.1.4.1.2ColumncaAclAccessGroupCfgAddressTypenot-accessiblecurrentThis entry describes the address family of the access group being applied on the interface.
1.3.6.1.4.1.9.9.808.1.1.4.1.3ColumncaAclAccessGroupDirectionnot-accessiblecurrentThis object defines the direction in which the ACL is applied.
1.3.6.1.4.1.9.9.808.1.1.4.1.4ColumncaAclAccessGroupSequenceNumbernot-accessiblecurrentThis object uniquely identifies the order that Access Group applied to a interface. It can be used by platforms that support applying more than one Access List…
1.3.6.1.4.1.9.9.808.1.1.4.1.5ColumncaAclAccessGroupRowStatusread-createcurrentThis object is used to create, modify, or delete an entry in the caAclAccessGroupCfgTable. A row can be created using the 'CreateAndGo' option. When the row is…
1.3.6.1.4.1.9.9.808.1.2NodecaAclStats
1.3.6.1.4.1.9.9.808.1.2.1TablecaAclLabelIntfStatsTablenot-accessiblecurrentThis table describes the statistics for all ACEs with assigned counter labels, attached to interfaces on the device. An entry in this table is created when an …
1.3.6.1.4.1.9.9.808.1.2.1.1RowcaAclLabelIntfStatsEntrynot-accessiblecurrentEach entry in this table provides the aggregated counters for all ACEs applied on the given interface/direction that have been assigned the same counter label.
1.3.6.1.4.1.9.9.808.1.2.1.1.1ColumncaAclIntfStatsCounterLabelNamenot-accessiblecurrentThe counter label index associated with this set of statistics.
1.3.6.1.4.1.9.9.808.1.2.1.1.2ColumncaAclIntfStatsPacketsread-onlycurrentThe total number of packets that match this counter label.
1.3.6.1.4.1.9.9.808.1.2.1.1.3ColumncaAclIntfStatsOctetsread-onlycurrentThe total number of octets that match this counter label.
1.3.6.1.4.1.9.9.808.2NodecaAclMIBConformance
1.3.6.1.4.1.9.9.808.2.1NodecaAclMIBACEConform
1.3.6.1.4.1.9.9.808.2.1.1NodecaAclMIBACECompliances
1.3.6.1.4.1.9.9.808.2.1.1.1CompliancecaAclMIBComplianceread-onlycurrentThis compliance statement specifies the minimal requirements that an implementation must meet in order to claim full compliance with the definitions of the C-A…
1.3.6.1.4.1.9.9.808.2.1.2NodecaAclMIBCfgGroups
1.3.6.1.4.1.9.9.808.2.1.2.1GroupcaAclMIBCfgGroupcurrentThis group contains objects describing ACLs.
1.3.6.1.4.1.9.9.808.2.1.2.2GroupcaAclIPV4ACLMIBACEGroupcurrentThis group is a collection of objects providing IPV4 ACE feature.
1.3.6.1.4.1.9.9.808.2.1.2.3GroupcaAclIPV6ACLMIBACEGroupcurrentThis group is a collection of objects providing IPV6 ACE feature.
1.3.6.1.4.1.9.9.808.2.1.2.4GroupcaAclMIBAccessGroupCfgGroupcurrentThis group contains the objects describing the access group configuration.
1.3.6.1.4.1.9.9.808.2.1.2.5GroupcaAclMIBCounterGroupcurrentThis group contains the objects describing the ACE counter label.
Type Definitions
NameSyntaxStatusDescription
CaAclACLIndexUnsigned32 (1..4294967295)currentA unique value, greater than zero, for each ACL name in the managed system. It is recommended that these values be assigned contiguously starting from 1. The value for each ACL name must remains constant at least from o…
CaAclActionINTEGER { permit(1), deny(2) }currentEnumeration value indicating the action to be taken on packets that match the ACE. permit(1) the packet will be considered for further processing. deny(2) the packet will be dropped without any further processing.
CaAclLogOptionINTEGER { log(1), logInput(2) }currentEnumeration value indicating the log option that is to be applied to an ACE. Currently the options are log-input and log. The difference between log and logInput is that logInput logs all the information as in log, with…
CaAclPortOperatorINTEGER { lt(1), gt(2), eq(3), neq(4), range(5) }currentThis textual convention represents the operator that will be applied on the transport layer source/destination ports. The port in packets to be filtered and the port (or port range in case of range(5)). lt(1) - match po…
CaAclPrecedenceValueINTEGER { routine(0), priority(1), immediate(2), flash(3), flashOverride(4), critical(5), internet(6), network(7) }currentAn enumeration value indicating the value of the precedence field. It is specified as a number between 0 and 7, as defined in RFC-791.
CaAclSequenceNumberUnsigned32 (1..4294967295)currentA unsigned 32-bit integer value.
CaAclTcpFlagsMatchINTEGER { matchAny(1), matchAll(2), matchNone(3) }currentAn enumeration value indicating the type of matching that is to be done on the TCP flags field of the packet, providing that the packet being filtered is a TCP packet. matchAny(1) - take caAclAction if any of TCP flags …
CaAclTrafficDirectionINTEGER { ingress(1), egress(2) }currentEnumeration value indicating the direction of the ACL ingress - in the ingress (input) direction, egress - in the egress (output) direction.