Forum Discussion

Preet_pk's avatar
Preet_pk
Icon for Cirrus rankCirrus
Nov 07, 2024

CLI command to fetch details related to backend server IP

Hi,

Please share the CLI command that can be used to fetch below details from F5.

Like: Application URL mentioned in irule -> Pool -> Pool Member details (only)

 

  • You can check below article.

    https://my.f5.com/manage/s/article/K16149852

  • To know about pool and member.. use below command:

    tmsh list ltm pool | grep 'pool\|address'

    If you are looking for Irule --> Pool --> Member then, Ansible or python script will helpful.