eth Commands
366
E-DOC-CTC-20080619-0007 v1.0
eth filter operand config
Set the operand to a certain type (will reset content first).
SYNTAX:
eth filter operand config operand = <{}>
type = <{CheckDAClass|CheckFrameClass|
CheckVLANPriority|CheckVID|CheckIPProto|
CheckSize|Match|Modify|CheckCheckSum|
UpdateCheckSum}>
operator = <{Equal|Less|LessEqual|InSet}>
protocollevel = <{EthernetFrame|Protocol|
EthernetPayload|ULPHeader|ULPPayload}>
length = <number>
mask = <string>
value = <string>
daclass = <{Unicast|Multicast|Broadcast}>
[frameclass = <{Eth2|SNAPEType|SNAP8021H|
SNAPOther|LLCNLPID|LLCOther}>]
[ipprotocol = <number{0-254}>]
action = <{Delete|Insert|Modify}>
offset = <number>
[priority = <number{0-7}>]
size = <number>
[vid = <number{1-4095}>]
protocol = <{IP|UpperLayer}>
where:
operand The name of an operand. REQUIRED
type The type to set. REQUIRED
operator The compare operator. REQUIRED
protocollevel The protocol level from where to start offset/size
calculations.
REQUIRED
length The length of the compare value/mask
combination in bytes..
REQUIRED
mask The mask to be used on the value. REQUIRED
value The value. REQUIRED
daclass The destination address class. REQUIRED
frameclass The Ethernet frame class to filter on. OPTIONAL
ipprotocol The IP protocol to filter on. OPTIONAL
action The action to undertake with matching filter.. REQUIRED