From 1033a067311ca0fe58ebc13ec977817030d812ca Mon Sep 17 00:00:00 2001 From: Eric Chou Date: Thu, 7 Jul 2016 19:19:48 -0700 Subject: [PATCH 1/2] Delete a10.pyc --- src/a10_plugin/a10.pyc | Bin 1561 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/a10_plugin/a10.pyc diff --git a/src/a10_plugin/a10.pyc b/src/a10_plugin/a10.pyc deleted file mode 100644 index 116396cb82b079aba1fbcefcb96e9151ac785172..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1561 zcmbtT-D(s`6h77SlbB631~JMmi|mEWg{BjQC?cY`gEvc7IsqlSFjl%MnV$4?cdDw@ z=nR7Kt$c$8?|c&cC72r z51f6a5A#x+Fb|oP&ibk>ybT=8XM2SXwX+>AcJdE<=;<_MWf8dafrrq7z;1kpeTu$c z`jFs2iDDHex}&}A)h;^;);o^Qzqo|Gbg(9yzX2)kmqQ!dv|rZouJ)m@VOSQicWJEG zR(n-m?_~vxE7f6`gMn1o<4U9eR*{-hKdZ}XS)uXM?4JI)xs`JIoG-@}1YaPJ!^euj zQM4bCD;TSRU23v{%-_3zbho-GBzc%sn^>NKmhp`sY$QwAPkDAK z{d>kStMBJ}xMTE#-ynM|>M-eKxN4W@+0HGI6MIlwA0{L6`#QB1cWW|x+z-rH!e5yv2{AQfrLzYzjVF`N zZLplMyjFa)djVv+Ughe>v!_fRGyccC3PNubr>3{Ho3$SV=ewp^AYJk TLNhE)o!bZ8O(DUR=-li#ODQ&= From bfab7e1d4dd86af82b8ac5b4e6997f8f7dc89c86 Mon Sep 17 00:00:00 2001 From: Eric Chou Date: Thu, 7 Jul 2016 19:34:42 -0700 Subject: [PATCH 2/2] Create README.md --- src/a10_plugin/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/a10_plugin/README.md diff --git a/src/a10_plugin/README.md b/src/a10_plugin/README.md new file mode 100644 index 00000000..360643d7 --- /dev/null +++ b/src/a10_plugin/README.md @@ -0,0 +1,24 @@ + +Fastnetmon Plugin: A10 Networks TPS AXAPIv3 integration for FastNetMon + +This script connect to A10 TPS device to create Protected Object and announce BGP route toward upstream router upon FastNetMon ban detection. + +1. Place both Python files at a directory that is reachable by FastNetMon +2. Make sure both scripts are executable, i.e. "chmod +x a10.py fastnetmon_a10_v0.2.py" +3. Modify fastnetmon.conf for notification, i.e. notify_script_path = /fastnetmon_a10_v0.2.py + +Please modify the following: + +1. A10 mitigator IP +2. BGP Autonomous System Number +3. Username and Password for your A10 Device. Note that you can use your own password vault or protection schema + +For more information about A10 Networks AXAPIv3: +https://www.a10networks.com/resources/glossary/axapi-custom-management + + +v0.2 - Jul 7th, 2016 - initial commit + +Author: Eric Chou ericc@a10networks.com + +Feedback and Feature Requests are Welcomed.