-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
35 lines (30 loc) · 2.51 KB
/
config.yml
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
---
# do not use special characters
# maximum of 750 LANclients, if divided into 3 even parts in the percentages, a maximum of 250 clients per department
# maximum of 250 WANclients
# the actual number of clients could be slighly less since they are rounded down with the percentages
networkname: "network" # How should the new network be called
NumberofLANclients: "6" # How many LAN clients do you want to simulate?
NumberofWANclients: "6" # How many WAN clients do you want to simulate?
DevsPercentage: "40" # What percentage of your LAN makes up Development?
AdminPercentage: "40" # What percentage of your LAN makes up Administration?
OpsPercentage: "20" # What percentage of your LAN makes up Operations?
savefile: "pcap" # Do you want to capture the network traffic? if so, in which fileformat do you want to have it? 'not', 'json', 'pcap', or 'both'
capturelimit: "0" # If you chose to capture network traffic, what size may the combined captures take (in MBs or GBs)? The network will automatically be stopped when this limit is reached. '6M' '6G' (0 = unlimited)
timer: "0" # How long may the network (+-capture) stay running? for example: '6m' (6 minutes) '6h' (6hours) '6d' (6 days), (0 = unlimited)
### Departments and corresponding ALS Profiles weights
ALS_developers_weight_web: "0.3" # Set WEB Traffic Generation Weight
ALS_developers_weight_smb: "0.2" # Set SMB Traffic Generation Weight
ALS_developers_weight_ssh: "0.2" # Set SSH Traffic Generation Weight
ALS_developers_weight_ftp: "0.2" # Set FTP Traffic Generation Weight
ALS_developers_weight_mail: "0.1" # Set MAIL Traffic Generation Weight
ALS_administration_weight_web: "0.4" # Set WEB Traffic Generation Weight
ALS_administration_weight_smb: "0.3" # Set SMB Traffic Generation Weight
ALS_administration_weight_ssh: "0.1" # Set SSH Traffic Generation Weight
ALS_administration_weight_ftp: "0.1" # Set FTP Traffic Generation Weight
ALS_administration_weight_mail: "0.1" # Set MAIL Traffic Generation Weight
ALS_operations_weight_web: "0.5" # Set WEB Traffic Generation Weight
ALS_operations_weight_smb: "0.2" # Set SMB Traffic Generation Weight
ALS_operations_weight_ssh: "0.1" # Set SSH Traffic Generation Weight
ALS_operations_weight_ftp: "0.1" # Set FTP Traffic Generation Weight
ALS_operations_weight_mail: "0.1" # Set MAIL Traffic Generation Weight