Forum Discussion
chethan_181144
Nimbostratus
Oct 19, 2016Is 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 po...
Andy_McGrath
Cumulonimbus
Oct 19, 2016From 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
DevCentral Quicklinks
* 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
Discover DevCentral Connects