Forum Discussion
LTM Inactive VIP
Hello Saravananpn,
Besides the network map article, you can grep for both the virtual server name and the "offline" state on the TMSH.
here is the command, after entering the TMSH mode:
#show ltm virtual | grep "Virtual Server" "offline"
The output looks like the below:
Ltm::Virtual Server: test
Availability : offline
Ltm::Virtual Server: test2
Availability : offline
Ltm::Virtual Server: test3
Availability : offline
You can also add to the output any entry you would like, for example if you need to know the reason, you can run the below command and the out will be as follows:
#show ltm virtual | grep "Virtual Server" "offline" "Reason"
Output:
Ltm::Virtual Server: test
Availability : offline
Reason : The children pool member(s) are down
Ltm::Virtual Server: test2
Availability : offline
Reason : The children pool member(s) are down
Ltm::Virtual Server: test3
Availability : offline
Reason : The children pool member(s) are down
I hope this is what you are looking for.
Thanks,
Mohamed Salah
- Oct 04, 2022
Just for your info, "test" and "test2" and test3" are the virtual servers name in my lab.
Thanks,
- NandhiOct 05, 2022
Cirrus
This command list down all type of vip status but can helpful for my requirement. Thanks!
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