State¶
Leafs
-
class
Acl.AclSets.AclSet.AclEntries.AclEntry.
State
¶ Bases:
Entity
Class Hierarchy :
Acl
AclSets
AclSet
AclEntries
AclEntry
State
This class represents state data.
State information for ACL entries
-
sequence_id
¶ The sequence id determines the order in which ACL entries are applied. The sequence id must be unique for each entry in an ACL set. Target devices should apply the ACL entry rules in the order determined by sequence id, rather than the relying only on order in the list
type: int
range: 0..4294967295
config: False
-
description
¶ A user-defined description, or comment, for this Access List Entry
type: str
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
-