Forum Discussion
Health check on f5 and firewall
To see the interfaces status you can use "show net interface" in tmsh mode.
To see the pool members status you can use "show ltm pool poolname"
If you want to see the response from the server you can use "telnet", "openssl", "curl" in bash mode.
For exmaple:
telnet 1.1.1.1 80
curl -vk -H "Host: ; http://1.1.1.1
openssl s_client -connect 1.1.1.1:443
GET / HTTP/1.1 "enter"
Host: "enter"
Connection: close "enter"
"enter"
In order to see the full connection details you can use "tcpdump" and "ssldump" in bash mode.
For exmaple:
tcpdump -nni 0.0:nnnp -s0 host 1.1.1.1 and port 80
ssldump -Aed -nni 0.0:nnnp host 1.1.1.1 and port 443
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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