Forum Discussion
moudini_63759
Nov 11, 2011Nimbostratus
OSPF + iRule
Hi,
We recently configured OSPF and removed static routes, 1 problem we found is that some iRule uses the default gateway IP address and since this changed we needed to provide the OSPF assi...
hooleylist
Nov 14, 2011Cirrostratus
Not elegant, but I wonder if you could create a data group which maps the LTM hostname to a gateway IP address:
class host_to_gw_class {
{
"ltm1.example.com { "10.233.22.21" }
"ltm2.example.com { "10.233.22.29" }
}
}
And then use an iRule like this to set the gateway:
when CLIENT_ACCEPTED {
SSL::enable serverside
node [class match -value [info hostname] equals host_to_gw_class] 443
}
Aaron
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