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

Usage:   filter [ filterlist = ]           [ srcaddr = ] (ip | dns | server)          [ dstaddr = ] (ip | dns | server)          [ [ description = ]  ]          [ [ protocol = ] (ANY | ICMP | TCP | UDP | RAW | ) ]          [ [ mirrored = ] (yes  |  no) ]          [ [ srcmask = ] (mask | prefix) ]          [ [ dstmask = ] (mask | prefix) ]          [ [ srcport = ]  ]          [ [ dstport = ]  ]    Adds a filter to the specified filter list.  Parameters:    Tag            Value   filterlist    -Name of the filter list to which the filter is added.   srcaddr       -Source ip address, dns name, or server type.   dstaddr       -Destination ip address, dns name, or server type.   description   -Brief information about the filter.   protocol      -Can be ANY, ICMP, TCP, UDP, RAW, or an integer.   mirrored      -‘Yes' creates two filters, one in each direction.   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.  Remarks:  1. If the filter list does not exist it will be created.           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 type, then dest is 'me' and vice-versa.  Examples: 1. add filter filterlist=Filter1 192.145.168.0 192.145.168.45           srcmask=24 dstmask=32           2. add filter filterlist=Filter1 srcaddr=DHCP dstaddr=0.0.0.0           protocol=ICMP srcmask=255.255.255.255 dstmask=255.255.255.255           3. add filter filterlist=Filter1 srcaddr=me dstaddr=any
English
English (United States)
日本語
Japanese