Forum Discussion

Parveen_Kumar_3's avatar
Parveen_Kumar_3
Icon for Nimbostratus rankNimbostratus
Apr 22, 2018

Add a LTM VIP to GTM pool

Hi All, I'm new to GTM and I want to add a Virtual server which is configured on LTM to an existing pool on GTM. So, I want to know how to do it.

 

2 Replies

  • Sounds like you could benefit from a bit of exposure to BIG-IP DNS (GTM) basics. You might try our free Getting Started with BIG-IP DNS (GTM) course available at F5 University. You could follow that up with our Configuring BIG-IP DNS course which gives you full insight into the BIG-IP DNS (GTM) product and how to deploy it in various different use case scenarios.

     

  • Hello Parveen this is not something that can be answered in a post. If you are new then you need to read up on GTM, how GTM checks LTM's for health related information ect if you are looking for everything to be setup from scratch. Now if you have any previous F5 admin already configured GTM and LTM in your environment and you are looking just to create a wideip then you can use the below. Change the naming convention as you need

    modify server  virtual-servers add {  { destination }} datacenter 
    modify server  virtual-servers add {  {destination }} datacenter 
    create pool  members add { : :} load-balancing-mode global-availability
    create wideip ApplicationName.com pools add {  } ipv6-no-error-response enabled
    

    I would recommend following crodriguez advice if you are new to GTM.