Forum Discussion

duckhead_25081's avatar
duckhead_25081
Icon for Nimbostratus rankNimbostratus
Oct 21, 2010

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

 

 

 

 

2 Replies

  • Hi Mark,

     

     

    Check here for a reply:

     

     

    http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/50/showtab/groupforums/aff/5/afv/topic/aft/1174485/Default.aspx

     

     

    Aaron
  • Thanks, I am new to the forums so I didn't realize there was an iRule specific group. Sorry for the cross post.