duckhead_25081
Oct 21, 2010Nimbostratus
iRule for logging purposes
Hello all,
I tried searching the forums but I was not able to find a relevant post. I am in the process of troubleshooting a DNS issue on our BigIP 8900's and I need to create a logging iRule. The syntax "should" be fairly straightforward but I am unable to get it to work. Below is what I think it should look like.
when DNS_REQUEST {
log local0.info "Got a request, [DNS::rrname]"
}
Thanks in advance for the help!
->Mark