State¶
Leafs
-
class
Acl.AclSets.AclSet.AclEntries.AclEntry.Ipv6.
State
¶ Bases:
Entity
Class Hierarchy :
Acl
AclSets
AclSet
AclEntries
AclEntry
Ipv6
State
This class represents state data.
Operational state data for IPv6 match fields
-
source_address
¶ Source IPv6 address prefix
type: str
pattern: ^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))/(12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9])$
config: False
-
source_flow_label
¶ Source IPv6 Flow label
type: int
range: 0..1048575
config: False
-
destination_address
¶ Destination IPv6 address prefix
type: str
pattern: ^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))/(12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9])$
config: False
-
destination_flow_label
¶ Destination IPv6 Flow label
type: int
range: 0..1048575
config: False
-
dscp
¶ Value of diffserv codepoint
type: int
range: 0..63
config: False
-
protocol
¶ The protocol carried in the IP packet, expressed either as its IP protocol number, or by a defined identity
type: union of the below types:
config: False
-
hop_limit
¶ The IP packet’s hop limit – known as TTL (in hops) in IPv4 packets, and hop limit in IPv6
type: int
range: 0..255
config: False
-