Forum Discussion
Is there any tmsh command in F5 to find out if the same pool is associated to any other VIP's
Hi F5 Team ,
Is there any tmsh command in F5 to find out if the same pool is associated to any other VIP's .Not using Network Map in GUI .
Example: In the below screen shot you can see pool "IDT_HOSTED_UAT_POOL-2222" is mapped to 2 different VIP's . So how to check this using tmsh command , if same pool is used in some other VIP's .
Regards , Chethan
3 Replies
- Salim_83682Historic F5 Account
Hi,
Try this out:
tmsh list ltm virtual pool | grep -B 1 "IDT_HOSTED_UAT_POOL-2222"Salim
- Blue_whale
Cirrocumulus
Perfect . Working .Thank you ;-)
- Andy_McGrath
Cumulonimbus
From Bash shell can use the following to get a list of virtual servers and pools:
tmsh list ltm virtual | egrep "virtual|pool"If you know the pool name you can use something like the following with the name of the pool.
tmsh list ltm virtual | egrep "virtual|pool test_pool"Example output:
[root@ltm:Active:Standalone] tmsh list ltm virtual | egrep "virtual|pool test" ltm virtual test { ltm virtual test1 { pool test ltm virtual test2 { pool test
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