1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/exaddos/files/exaddos.conf.sample.in
Ryan Steinmetz 5ef19f08db New port: net/exaddos:
ExaDDOS is an application able to gather different data sources to present a
real time unified view of your network.

It can gather:
* SNMP information at your edge
* IPFIX export from your routers

And present it using a web interface. Our goal is to very quickly integrate
it with ExaBGP to allow a "one click" anti-DDOS solution.

Features include:
* An RRD based solution for interface traffic graphing
* AS-STATS to find which peers are our top talkers
* NFSEN to collect, store and search flows
* An ExaDDOS like internal solution, to quickly identify which IPs are
  causing an attack

WWW: https://github.com/Exa-Networks/exaddos
2014-02-20 21:06:43 +00:00

76 lines
1.4 KiB
Plaintext

[exaddos.daemon]
daemonize = true
user = 'exaddos'
pidfile = '/var/run/exaddos/exaddos.pid'
[exaddos.http]
host = '127.0.0.1'
port = 8080
[exaddos.ipfix]
host = '127.0.0.1'
port = 29300
[exaddos.location]
database = '/var/db/exaddos/exaddos.sqlite3'
html = '%%PREFIX%%/www/exaddos/html'
[exaddos.profile]
destination = 'stdout'
enable = false
# threshold: expressed in pps
[exaddos.PEER1]
router = '127.0.0.2'
snmp_version = 2
snmp_password = 'secret'
snmp_frequency = 10
snmp_index_port = 120
snmp_index_vlan = 100
threshold_bandwidth = 104857600
threshold_unicast = 120000
threshold_notunicast = 1500
[exaddos.PEER2]
router = '127.0.0.2'
snmp_version = 2
snmp_password = 'secret'
snmp_frequency = 10
snmp_index_port = 120
snmp_index_vlan = 110
threshold_bandwidth = 104857600
threshold_unicast = 120000
threshold_notunicast = 1500
[exaddos.TRANSIT1]
router = '127.0.0.3'
location = 'datacenter'
snmp_version = 2
snmp_password = 'secret'
snmp_frequency = 10
snmp_index_port = 220
snmp_index_vlan = 140
threshold_bandwidth = 104857600
threshold_unicast = 120000
threshold_notunicast = 1500
[exaddos.router]
router = '192.0.2.123'
snmp_version = 3
snmp_user = 'exaddos'
snmp_auth_method = 'SHA'
snmp_auth_key = 'pass7faYDFagREF6DasdG'
snmp_privacy_method = 'AES-128'
snmp_privacy_key = 'privTasvRT3gfg4GFsGHV'
snmp_frequency = 10
snmp_index_port = 520
snmp_index_vlan = 573
threshold_bandwidth = 524288000
threshold_unicast = 120000
threshold_notunicast = 1500