Forum Discussion
Franck_Marchior
Dec 15, 2016Nimbostratus
F5 APM - Google TOTP - How to write into internal data group from irule
Hello,
Can anyone help me to find how we could write into internal datagroup from irule ?
The irule look like this:
when ACCESS_POLICY_AGENT_EVENT {
if { [ACCESS::policy agent_id] eq "ga_add...
Kai_Wilke
Dec 21, 2016MVP
Hi
the
Error: Receive Timeout
error message is most likely caused by a malfunctioning Virtual Server / Pool / Node setup.
You may try to specify the provided IPs without any RD-suffixes (aka.
%0
). If this also fails, then change the IP of your Virtual Server so that you can access this IP:80 via your browser. If the browser can finally access the MGMT-UI then the iRule should be fine too.
ltm pool Pool_F5-MGMT-ETH {
members {
Node_F5-MGMT-ETH:https {
address 10.13.240.99
session monitor-enabled
state up
}
}
monitor gateway_icmp
}
ltm virtual VS_F5-MGMT-ETH {
destination 1.1.1.1:http
ip-protocol tcp
mask 255.255.255.255
pool Pool_F5-MGMT-ETH
profiles {
serverssl {
context serverside
}
tcp { }
}
source 0.0.0.0/0
source-address-translation {
type automap
}
translate-address enabled
translate-port enabled
}
Cheers, Kai
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