F5 AppWorld 2024 session proposal deadline extended to Friday, December 8th!
18-Oct-2021 07:01
hi, I need a command to get all virtual server status details like up, disable, Down, pool , pool member etc in one command in bigip version 13
26-Oct-2021 22:57
Below command will help you to see the status of VIP/POOL, etc.
# tmsh show ltm virtual <virtual_name>
# tmsh show ltm pool <pool_name>
or learn more...