Forum Discussion

Naresh_N's avatar
Naresh_N
Icon for Nimbostratus rankNimbostratus
Apr 02, 2014

iRule for selecting Radius profile

I am looking to see if there is a way to select different Radius profiles in an iRule based on the URL I want to access.

 

Radius profiles: profile auth r-profile1 { defaults from radius config radius-a type radius credential source http basic auth }

 

auth radius radius-a { debug enable client "Radius-A" servers { server1 server2 } }

 

profile auth r-profile2 { defaults from radius config radius-b type radius credential source http basic auth }

 

auth radius radius-b { debug enable client "Radius-B" servers { server1 server2 } }

 

Appreciate any ideas. Thanks