Forum Discussion

Pepi_71346's avatar
Pepi_71346
Icon for Nimbostratus rankNimbostratus
Jun 16, 2010

Access to real time data

Hi all,

 

 

I need your help. I need to access to Radius data replica in real time, so I get some data that I need to put into http headers. Do you know if it is possible to do it with irules or it is necessary other BIG-IP module?

 

 

Thanks in advance,

 

Pepi
  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    Hi Pepi,

     

     

    The Advanced Client Auth module allows you to authenticate client traffic against a Radius (and other auth) servers. But you can't use it to run arbitrary queries against the Radius server. You could make sideband HTTP calls though which might provide similar functionality. Deb wrote a great article a while back on this:

     

     

    Conditioning iRule Logic on External Information - 01 - HTTP::retry

     

    http://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=105

     

     

    Aaron