11-10-2020 05:08 AM
I have a blackdiamong 8806 and I am having brute force attacks (ssh), someone has an idea on how I can protect the equipment since in the knowledge base I only found related information for EOS but not for XOS.
Hopefully they can help me.
11-10-2020 09:19 AM
Is the Switch accessible via the Internet? If not the above measures are good against the symptoms, but not against the cause.
11-10-2020 06:46 AM
Hello!
Also take in mind that if it would be just simple brute force with a small number of requests for connection via ssh - it’s good to have “configure ssh2 access-profile ...”.
But if it would be a lot of requests for connection and it can be like DDoS, it’s better to create ACL (accept ssh from specific IP and deny from all other) and map it on ingress to ports or vlans.
Because access policy “configure ssh2 access-profile” is proceed by CPU but in case of ACL mapped to port (or vlan) packets don’t reach the CPU, so in this case mgmt plane load will be reduced.
Thank you!
11-10-2020 05:50 AM
Hello,
you can for example limit the ssh access to some ip’s like descripted here: