ltp_55848
Nov 11, 2011Nimbostratus
GTM iRules not logging
I'm seeing some odd behavior on two GTM devices. I have the following iRule that I'm using to troubleshoot:
when DNS_REQUEST {
log local0. "(Request) Client: [IP::client_addr] - Request: [DNS::rrname] - Type: [DNS::rrtype]"
}
when LB_SELECTED {
log local0. "(Balanced) Server: [LB::server]"
}
when LB_FAILED {
log local0. "(Failure) Failed to balance"
}
But the rule is not being processed on requests to the wide-ip it has been assigned to, even when the wide-ip is resolved explicitly against the GTM listener address.