-
Notifications
You must be signed in to change notification settings - Fork 0
/
acler-help-output.txt
47 lines (45 loc) · 2.67 KB
/
acler-help-output.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Usage: ./acler.py [options]
use -h for help / option descriptions
Options:
-h, --help show this help message and exit
-i INFILE, --in-file=INFILE
CSV file with non-extended Cisco ACL permit entries to
check traffic against. First column must include
integer line numbers for manual partial completion
results reassembly in case the script gets killed and
you have to rerun part of the days. Use csv_add_int.py
if your CSV doesn't already have these. Use the -I
option to specify the column with the ACL entries.
Example /path/to/acler.py -i /home/username/my-
acls.csv -I 3
-I INFILECOLUMN, --in-file-column=INFILECOLUMN
Use this option to provide the one-based column number
that contains the ACL entry
-o OUTFILEDIR, --out-file-dir=OUTFILEDIR
Directory where the output file should go. Defaults to
home dir if not provided via CLI or env
ACLER_OUTFILE_DIR. Example --out-file-dir=/somewhere
/acl-stuff
-L LOGFILEDIR, --log-file-dir=LOGFILEDIR
Directory where the rotating log files should go.
Defaults to home dir if not provided via CLI or env
ACLER_LOGFILE_DIR. Example -L /path/to/acler/logs
-T TMPFILEDIR, --tmp-file-dir=TMPFILEDIR
Directory where the temp files should go. Must be
provided via CLI or env ACLER_TMPFILE_DIR. Example
--tmp-file-dir=/fastlargedrive/home/username
-s START, --start=START
Rwfilter start-date (no hour). Example
--start=2015/07/23. Defaults to last 14 days.
-e END, --end=END Rwfilter end-date (no hour). Example --end=2015/07/30.
Defaults to last 14 days.
-c SILKCLASS, --class=SILKCLASS
Rwfilter class. Example --class=<classname>. Defaults
to environment variable ACLER_SILK_CLASS if present.
-t SILKTYPES, --types=SILKTYPES
Rwfilter types. Example --types=in,out,inweb,outweb.
Defaults to environment variable ACLER_SILK_TYPES if
present. Check your silk.conf file for available types
(usually at /data/silk.conf).
-v, --verbose Bumps the CLI log level from info to debug. Log file
is always debug.