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 assigned one.
This creates a discrepancy between the active and standby node because OSPF provides a different def. gateway to each and we cannot synchronize the configs anymore.
A solution I think would be to refer to something like "OSPF::default-gateway" but I cannot find any similar references....?
Thanks to anyone taking the time.
Cheers,
Moudini
- Hi,
- moudini_63759NimbostratusSure, this is it, simple really.
- hooleylistCirrostratusNot 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" } } }
when CLIENT_ACCEPTED { SSL::enable serverside node [class match -value [info hostname] equals host_to_gw_class] 443 }
- moudini_63759NimbostratusHi 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