iRule for combination of FQDN pool member and route domains
I'm trying to configure an FQDN pool member for consuming a web service.
The FQDN changes it's IP addreses resolution periodically.
I configured the pool member inside its non-default Partition and Route Domain.
That means the pool member is not in the default 'Common' partition and not in the default route domain '0'.
As soon as I created the FQDN pool member, I noticed that the dynamically created node, created as a result of the FQDN resolution IP, was assigned the default route domain '0'.
I opened a case with support to get some clarification on this and got the following response:
"Unfortunately, Route domains are not supported with fqdn.
We have logged in a Request For Enhancement, this, however, has no release date as of yet.
522465 RFE: Route domain support for FQDN nodes
The most I can offer you is to request that this service request be added to that RFE. This will let our product development team that another customer is requesting this.
Please let me know if you are interested in this."
After doing some research I found the following iRules on Codeshare:
https://devcentral.f5.com/s/question/0D51T00006j3E1I/fqdn-node-with-route-domains
I've tried both iRules on versions 12.1.2 and 14.1.2, but am getting different TCL errors.
Has anyone been able to get the combination of FQDN pool members with a non-default route domain?