Usage: filter filterlist = srcaddr = (ip | dns | server) dstaddr = (ip | dns | server) protocol = (ANY | ICMP | TCP | UDP ...

Usage:   filter [ filterlist = ]           [ srcaddr = ] (ip | dns | server)          [ dstaddr = ] (ip | dns | server)          [ [ protocol = ] (ANY | ICMP | TCP | UDP | RAW | ) ]          [ [ srcmask = ] (mask | prefix) ]          [ [ dstmask = ] (mask | prefix) ]          [ [ srcport = ]  ]          [ [ dstport = ]  ]          [ [ mirrored = ] (yes | no) ]    Deletes a filter from a filter list  Parameters:    Tag           Value   filterlist   -Name of the filter list to which the filter was added.   srcaddr      -Source ip address, dns name, or server type.   dstaddr      -Destination ip address, dns name, or server type.   protocol     -Can be ANY, ICMP, TCP, UDP, RAW, or an integer.   srcmask      -Source address mask or a prefix of 1 through 32.   dstmask      -Destination address mask or a prefix of 1 through 32.   srcport      -Source port of the packet. A value of 0 means any port   dstport      -Destination port of the packet. A value of 0 means any port.   mirrored     -‘Yes' creates two filters, one in each direction.  Remarks:  1. Deletes the exact match filter from the filter list.           2. To specify the current computer address, set srcaddr/dstaddr=me              To specify all computer addresses, set srcaddr/dstaddr=any           3. Server type can be WINS, DNS, DHCP or GATEWAY.           4. If source is a server, then dest is set to 'me' and vice-versa.  Examples: 1. delete filter FilterList1 src=fum.com dst=fum.com           2. delete filter Filter1 srcaddr=me dstaddr=any proto=TCP           3. delete filter Filter1 srcaddr=GATEWAY dstaddr=0.0.0.0 proto=TCP
English
English (United States)
日本語
Japanese