f5:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| f5:start [2023-08-26 14:04] – [SSL Troubleshooting] dave | f5:start [2026-01-06 18:39] (current) – [Show TCP connections] dave | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== F5 ====== | ====== F5 ====== | ||
| Info related to F5 BIG-IP Load Balancers. | Info related to F5 BIG-IP Load Balancers. | ||
| - | |||
| - | FIXME - formatting issues. | ||
| ---- | ---- | ||
| Line 50: | Line 48: | ||
| [[https:// | [[https:// | ||
| - | Show TCP connections to VS 1.2.3.4:<br /> | + | Show TCP connections to VS 1.2.3.4: |
| < | < | ||
| - | Show connections to a pool member on port 443:<br /> | + | Show connections to a pool member on port 443: |
| < | < | ||
| - | Count connections to a pool member:<br /> | + | Count connections to a pool member: |
| < | < | ||
| Line 66: | Line 64: | ||
| A command that F5 wanted run when a box had high CPU. | A command that F5 wanted run when a box had high CPU. | ||
| - | '' | + | < |
| ==== SSL Troubleshooting ==== | ==== SSL Troubleshooting ==== | ||
| Line 73: | Line 71: | ||
| curl -iv https:// | curl -iv https:// | ||
| openssl s_client -connect URL_OR_IP: | openssl s_client -connect URL_OR_IP: | ||
| - | < | + | </code> |
| ---- | ---- | ||
| Line 88: | Line 86: | ||
| 11/ | 11/ | ||
| </ | </ | ||
| - | Note: The second option is CLF (Common Log Format), which is used in [https:// | + | Note: The second option is CLF (Common Log Format), which is used in [[https:// |
| ====Displaying all IP addresses in the BIG-IP configuration==== | ====Displaying all IP addresses in the BIG-IP configuration==== | ||
| - | [https:// | + | [[https:// |
| show /sys ip-address | show /sys ip-address | ||
| show /sys ip-address all-properties | show /sys ip-address all-properties | ||
| Line 100: | Line 98: | ||
| < | < | ||
| tmsh list ltm virtual all-properties one-line | perl -ne '($vs) = /ltm virtual (\S+)/; ($dest) = / destination (\S+)/; ($pool) = / pool (\S+)/; { print "$vs $dest $pool\n" | tmsh list ltm virtual all-properties one-line | perl -ne '($vs) = /ltm virtual (\S+)/; ($dest) = / destination (\S+)/; ($pool) = / pool (\S+)/; { print "$vs $dest $pool\n" | ||
| + | </ | ||
| + | |||
| + | ==== Show persistence records ==== | ||
| + | < | ||
| + | show ltm persistence persist-records pool POOL_NAME | ||
| </ | </ | ||
f5/start.1693058666.txt.gz · Last modified: by dave
