State

Leafs

class Acl.AclSets.AclSet.AclEntries.AclEntry.L2.State

Bases: Entity

Class Hierarchy : Acl AclSets AclSet AclEntries AclEntry L2 State

This 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:

type: int

range: 1..65535

type: ETHERTYPE

config: False