1RAFILTERADDR(1) General Commands Manual RAFILTERADDR(1)
2
3
4
6 rafilteraddr - select argus(8) data based on an IANA IP address file.
7
9 rafilteraddr [-f address.file [ [-v] [raoptions] [-- filter-expression]
10
12 Rafilteraddr reads argus data from an argus-data source, and selects
13 records that include IP addresses specified by the address.spec file.
14 This program provides high performance address matching for any number
15 of addresses.
16
17
19 Rafilteraddr, reads a number of standard IANA IP address file formats
20 that specify IPv4, CIDR and IPV4 prefix addresses. Examples of these
21 file types are provided in ./support/Config.
22
23 rafilteraddr(1) specific options are:
24
25 -f <IPv4 address specification>>
26 Specify the list of addresses used for the address filter. This
27 file can be in several IANA based address specification formats,
28 and is the same format as the address labels for ralabel.1.
29
30
31 -v Invert the logic and print flows that don't match any of the
32 addresses.
33
34
36 This invocation reads argus(8) data from argusfile and prints records
37 that match any of the IP addresses in the iana-ipv4-addresses.
38
39 rafilteraddr -r argusfile -f iana-ipv4-addresses -- ip
40
41
42 An example address specification that describes a mix of CIDR
43 addresses, IPv4 address ranges and explicit addresses:
44
45 192.168.0.0/24
46 192.168.1.3-192.168.2.45
47 207.237.36.98
48
49
51 Copyright (c) 2000-2016 QoSient. All rights reserved.
52
53
55 ralabel.conf.5, ra(1), rarc(5), argus(8),
56
57
59 Carter Bullard (carter@qosient.com).
60
61
62
63rafilteraddr 3.0.8 12 August 2003 RAFILTERADDR(1)