Forum Discussion
Finding Virtual Server/Wide IP by just server names
- Feb 06, 2019
Hello Adhil,
I don't know about WIPs, but I think you could track down what virtual server is assigned to a server by backtracking through the bigip.conf file in CLI.
Open up bigip.conf in vi, and search for your pool member/server. Once you've found the entry, look at which pools it is a part of. Then you can search for that pool and find out which virtual server it is attached to.
Here's a guide on vi if you don't feel super comfortable navigating through it.
Feel free to ask if you have any follow-up questions,
Austin
Hello Adhil,
I don't know about WIPs, but I think you could track down what virtual server is assigned to a server by backtracking through the bigip.conf file in CLI.
Open up bigip.conf in vi, and search for your pool member/server. Once you've found the entry, look at which pools it is a part of. Then you can search for that pool and find out which virtual server it is attached to.
Here's a guide on vi if you don't feel super comfortable navigating through it.
Feel free to ask if you have any follow-up questions,
Austin
My assumption:
You have backend server IP, want to determine what on F5 uses it.
GUI: Go Local Traffic Manager -- Network Map and just search for the IP.
LTM CLI:
tmsh list ltm pool one-line | grep IPaddress
tmsh list ltm virtual one-line | grep PoolFromAbove
GTM/BigDNS CLI:
tmsh list gtm pool one-line | grep VirtualServerFromAbove
tmsh list gtm wideIP one-line | grep PoolFromLastCommand
Hopefully I didn't typo any of those.
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