Forum Discussion
T_Srinivas
Jan 08, 2021Cirrus
How to add manually Virtual Server to BIG IP DNS
how to add the manually virtual server to the BIG IP DNS(without having bigip ltm auto discovery process enabed). These VS are not part of LTM. These are standalone servers.
You should use generic host. Something like below should do, where 1.1.1.1 is the server ip and 443 is the service port. Here basic tcp half open monitor is used. You can tweak accordingly.
create cli transaction create gtm server 1.1.1.1 addresses add { 1.1.1.1 } datacenter test product generic-host virtual-servers add { 1_1_1_1_443 { destination 1.1.1.1:443 monitor tcp_half_open } } create gtm pool test-pool members add { 1.1.1.1:1_1_1_1_443} submit cli transaction
- T_SrinivasCirrus
Let me try this... Thank you very much
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