tenant.filter.entry

A filter entry is a combination of network traffic classification properties.

ACI class

vzEntry

RN

e-{name}

Cursor

TenantFilterEntryCursor

Parent

tenant.filter

Atomic

Attributes

Accepted as keyword arguments of .entry(name) and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.

parameter

wire

type

values

default

description

name (positional)

name

str

The name of a filter entry. This name can be up to 64 alphanumeric characters. Note that you cannot change this name after the object has been saved.

tcp

`int

str

tuple[int, int]`

udp

`int

str

tuple[int, int]`

apply_to_frag

applyToFrag

bool

False

arp_opcodes

arpOpc

ArpOpcode

reply, req, unspecified

unspecified

ARP opcodes

destination_from_port

dFromPort

int

unspecified

Destination From Port

destination_to_port

dToPort

int

unspecified

Destination To Port

description

descr

str

Specifies the description of a policy component.

ethernet_type

etherT

L2EtherType

arp, fcoe, ip, ipv4, ipv6, mac_security, mpls_ucast, trill, unspecified

unspecified

Ether type

icmpv4_type

icmpv4T

int

unspecified

icmpv6_type

icmpv6T

int

unspecified

match_dscp

matchDscp

int

unspecified

protocol

prot

int

unspecified

L3 Ip Protocol

source_from_port

sFromPort

int

unspecified

Source From Port

source_to_port

sToPort

int

unspecified

Source To Port

stateful

stateful

bool

False

tcp_rules

tcpRules

L4TcpFlags

unspecified, syn, ack, fin, rst, est

unspecified

TCP Session Rules