State¶
Leafs
-
class
Acl.AclSets.AclSet.AclEntries.AclEntry.L2.State¶ Bases:
EntityClass Hierarchy:
AclAclSetsAclSetAclEntriesAclEntryL2StateThis class represents state data.
State Information.
-
source_mac¶ Source IEEE 802 MAC address
type: str
pattern: ^[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}$config: False
-
source_mac_mask¶ Source IEEE 802 MAC address mask
type: str
pattern: ^[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}$config: False
-
destination_mac¶ Destination IEEE 802 MAC address
type: str
pattern: ^[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}$config: False
-
destination_mac_mask¶ Destination IEEE 802 MAC address mask
type: str
pattern: ^[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}$config: False
-
ethertype¶ Ethertype field to match in Ethernet packets
type: union of the below types:
config: False
-