Original Juniper readme moved to juniper_readme.md
Customize ui/config.yml
rr is the router where rules will be pushed.
asbr are routers for reporting purposes (active flows, firewall filters)
At least one router of type RR has to be configured
age_out_interval: 00:01:00
dev_pw: juniper123
dev_user: root
routers:
- rt1:
type: rr
ip: 10.11.111.120
- rt2:
type: asbr
ip: 10.11.111.121
vrfs:
# default is the base routing instance
- default
- myVRF
Use Python 3 and virtualenv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
Docker
docker run -it --rm -p 8080:8080 -v $PWD/ui/config.yml:/srv/ui/config.yml karlnewell/i2-flowspec-portal