Last active
February 14, 2019 17:05
-
-
Save rhicks/a4f3be137099d2fc9dd553fda6554fef to your computer and use it in GitHub Desktop.
How to NCON DDoS Mitigate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!!!!! THE -n IS FOR DRYRUN. REMOVE TO PUSH REAL CHANGE !!!!!! | |
cd ~/Repo/ncon | |
source venv/bin/activate | |
ncon netcmd ddos-mitigate --ip 140.211.167.122 -T cisco_xr -d eugn-core1-gw-lb.nero.net -n | |
ncon netcmd ddos-mitigate --ip 140.211.167.122 -T cisco_xr -d ptck-core1-gw-lb.nero.net -n | |
ncon netcmd ddos-mitigate --ip 140.211.167.122 -T cisco_xr -d ptck-core2-gw-lb.nero.net -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment