#  This is an example text file that can be used to assign sensor IDs
#  to the flows generated by rwrecgenerator.  If you do not provide a
#  mapping file, all flow records are assigned to sensor ID 0.
#
#  To use the file, create a binary prefix map from it:
#
#    rwpmapbuild < sensor-map.txt > sensor-map.pmap
#
#  and provide the name of the prefix map on the command line:
#
#    rwrecgenerator --sensor-prefix-map=sensor-map.pmap ...
#
#  The syntax of this file is described in the rwpmapbuild(1) manual
#  page.


# a name to use for keys when this file is used in rwuniq, etc.
map-name  sensor

# specify that the map contains IP addresses
mode      ip

# define a label "0" and make it the default
label    0  0
default  0

# provide a non-zero sensor ID for the entire source IP range
  0.0.0.0    7.255.255.255   1
  8.0.0.0   21.255.255.255   2
 22.0.0.0   35.255.255.255   3
 36.0.0.0   49.255.255.255   4
 50.0.0.0   55.255.255.255   5
 56.0.0.0   73.255.255.255   6
 74.0.0.0   83.255.255.255   7
 84.0.0.0   91.255.255.255   8
 92.0.0.0  103.255.255.255   9
104.0.0.0  111.255.255.255  10
112.0.0.0  119.255.255.255  11
120.0.0.0  127.255.255.255  12


# $SiLK: sensor-map.txt 17141 2011-06-03 17:16:27Z mthomas $
#
# Local Variables:
# mode:conf-unix-mode
# End:
