State¶
Leafs
-
class
Acl.Interfaces.Interface.IngressAclSets.IngressAclSet.AclEntries.AclEntry.
State
¶ Bases:
Entity
Class Hierarchy :
Acl
Interfaces
Interface
IngressAclSets
IngressAclSet
AclEntries
AclEntry
State
This class represents state data.
Operational state data for per-interface ACL entries
-
sequence_id
¶ Reference to an entry in the ACL set applied to an interface
type: int
range: 0..4294967295
refers to:
sequence_id
config: False
-
matched_packets
¶ Count of the number of packets matching the current ACL entry. An implementation should provide this counter on a per-interface per-ACL-entry if possible. If an implementation only supports ACL counters per entry (i.e., not broken out per interface), then the value should be equal to the aggregate count across all interfaces. An implementation that provides counters per entry per interface is not required to also provide an aggregate count, e.g., per entry – the user is expected to be able implement the required aggregation if such a count is needed
type: int
range: 0..18446744073709551615
config: False
-
matched_octets
¶ Count of the number of octets (bytes) matching the current ACL entry. An implementation should provide this counter on a per-interface per-ACL-entry if possible. If an implementation only supports ACL counters per entry (i.e., not broken out per interface), then the value should be equal to the aggregate count across all interfaces. An implementation that provides counters per entry per interface is not required to also provide an aggregate count, e.g., per entry – the user is expected to be able implement the required aggregation if such a count is needed
type: int
range: 0..18446744073709551615
config: False
-