Specifications

332 Chapter 8. Command Reference
pos Byte offset within a packet; number from 0-127.
data Hexadecimal number up to 6 bytes.
Example:
This command deletes the filter which denies the forwarding of packets that have the hex value 8035 at byte offset
12.
filter br del 12 8035 deny
FILTER BR LIST
Lists the bridging filters in the filtering database.
FILTER BR USE
Sets the mode of filtering to either deny, allow, or none.
filter br list
Example:
filter br list
Response:
Allow Filter:
Deny Filter:
pos:12, len=2, <80><35>
filter br use none | deny | allow
Example:
filter br use allow