Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

iControlSnapIn (PowerShell) Create WideIP without AAAA record

fredh
Altostratus
Altostratus

I am using PowerShell and the iControlSnapIn for "GTM Wide IP (Create)" command ((Get-F5.iControl).GlobalLBWideIP.create()). An example is in this post.

When the Wide IP command completes (I'm using load balancing method "LB_METHOD_GLOBAL_AVAILABILITY" with the command), I end up with two new Wide IPs, both with the same Name. One of them is the expected entry of Type "A" (which is the same type that gets created when I create a Wide IP from the web console) and is tied to the Pool that was specified when the create command was executed. The 2nd, unexpected/unwanted entry that is created is of Type "AAAA", and it is not tied to the specified Pool.

How do I either create the Wide IP from PowerShell without the Type "AAAA" entry being created or use the (Get-F5.iControl).GlobalLBWideIP.delete_wideip() command to delete only the Type "AAAA" entry without deleted the Type"A" entry which shares the same Name.

1 ACCEPTED SOLUTION

fredh
Altostratus
Altostratus

I was able resolve the issue by upgrading my iControlSnapIn from v11.6 to v13.1 and take advantage of the newer GlobalLBWideIPV2 commands, which allow for creation/deletion of WideIPs by Type.

View solution in original post

3 REPLIES 3

Maybe it something like the post below:

 

https://support.f5.com/csp/article/K35927769

Thank you for your reply.

fredh
Altostratus
Altostratus

I was able resolve the issue by upgrading my iControlSnapIn from v11.6 to v13.1 and take advantage of the newer GlobalLBWideIPV2 commands, which allow for creation/deletion of WideIPs by Type.