ADC Advanced Policy Expressions

ETHER_TYPE_E


This object represents one of the ether types.

Enumerations

PUP

IPV4

ARP

REVARP

IPV6

VLAN

ETHERTYPE_UNKNOWN

This topic lists the expressions that are provided by this class.

EQ (ether_type_e ethertype)

The result is Boolean TRUE if the input argument is equal to the ethertype represented by this object.

Parameters (expressions not allowed):

            ethertype- EtherType

Returns: bool_at

NE (ether_type_e ethertype)

The result is Boolean TRUE if the input argument is not equal to the ethertype represented by this object.

Parameters (expressions not allowed):

            ethertype- EtherType

Returns: bool_at

ETHER_TYPE_E

In this article