The Packet Filtering Language
231
le (less than or equal
to)
1 byte
Pops two values from the stack and performs an
unsigned comparison. If the first is less than or equal to
the second, a byte containing the non-zero value is
pushed onto the stack; otherwise, a byte containing 0
is pushed. The contents of the stack determine the size
of the operands.
gt (greater than)
1 byte
Pops two values from the stack and performs an
unsigned comparison. If the first is greater than the
second, a byte containing the non-zero value is pushed
onto the stack; otherwise, a byte containing 0 is
pushed. The contents of the stack determine size of
the operands.
ge (greater than or
equal to)
1 byte
Pops two values from the stack and performs an
unsigned comparison. If the first is greater than or
equal to the second, a byte containing the non-zero
value is pushed onto the stack; otherwise, a byte
containing 0 is pushed. The contents of the stack
determine the size of the operands.
and (bit-wise AND)
1 byte
Pops two values from the stack and pushes the bit-wise
AND
of these values back onto the stack. The contents
of the stack determine the size of the operands and the
result.
This is a bit-wise operator. Each bit of the operands is
logically compared to produce the resulting bit
or (bit-wise OR)
1 byte
Pops two values from the stack and pushes the bit-wise
OR
of these values back onto the stack. The contents
of the stack determine the operand size and the result.
This is a bit-wise operator. Each bit of the operands is
logically compared to produce the resulting bit
xor (bit-wise
exclusive-OR)
1 byte
Pops two values from the stack and pushes the bit-wise
exclusive
-
OR
of these values back onto the stack. The
contents of the stack determines the operand size and
the result.
This is a bit-wise operator. Each bit of the operands is
logically compared to produce the resulting bit
not
1 byte
Pops a byte from the stack; if its value is non-zero, a
byte containing 0 is pushed back onto the stack.
Otherwise, a byte containing the value is pushed back
onto the stack.
Table 33
Packet Filtering Opcodes (continued)
Opcode
Memory
Requirements
Description
Summary of Contents for CoreBuilder 3500
Page 44: ...44 CHAPTER 2 MANAGEMENT ACCESS ...
Page 58: ...58 CHAPTER 3 SYSTEM PARAMETERS ...
Page 86: ...86 CHAPTER 5 ETHERNET ...
Page 112: ...112 CHAPTER 6 FIBER DISTRIBUTED DATA INTERFACE FDDI ...
Page 208: ...208 CHAPTER 9 VIRTUAL LANS ...
Page 256: ...256 CHAPTER 10 PACKET FILTERING ...
Page 330: ...330 CHAPTER 12 VIRTUAL ROUTER REDUNDANCY PROTOCOL VRRP ...
Page 356: ...356 CHAPTER 13 IP MULTICAST ROUTING ...
Page 418: ...418 CHAPTER 14 OPEN SHORTEST PATH FIRST OSPF ...
Page 519: ...RSVP 519 Figure 94 Sample RSVP Configuration Source station End stations Routers ...
Page 566: ...566 CHAPTER 18 DEVICE MONITORING ...
Page 572: ...572 APPENDIX A TECHNICAL SUPPORT ...
Page 592: ...592 INDEX ...