Forum Discussion
mikegray_198028
Mar 06, 2017Cirrus
report for sslv2 and sslv3
Hello Team,
I am looking for a solution sslv2 and sslv3 report. we enabled sslv3 globally on one of our LB due to some legacy application connectivity issue. can we see the list of client and vi...
arpydays
Mar 07, 2017Nimbostratus
if you have a lot of VSs and profiles this might work for you, assuming v11+. What is does is list the client-ssl stats of all VSs, picks out the SSLv[2|3] count and prints only those virtual servers that have a count >0 for SSLv2 OR SSLv3. You'll probably want to reset you stats first,
cheers
tmsh -q -c "cd /; show ltm recursive virtual detail profiles" | grep -A 26 -i 'clientssl p' |\
grep -i 'virtual s\| ssl p' | awk '{print}; NR%3==0 {print ""}' |\
awk 'BEGIN {printf "\n%-70s %5s %5s\n\n", "Virtual Server", "SSLv2", "SSLv3"; FS=" ";RS=""}; \
{printf "%-70s %5s %5s\n", $5,$11,$17}' | grep -v ' 0 \{5\}0$'
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects