Forum Discussion

teknet7_237497's avatar
teknet7_237497
Icon for Nimbostratus rankNimbostratus
Dec 15, 2015

iRule: Radius parser

Hello Team,

Just found out i can use the following syntax to get any Radius AV Pair:

set framed_ip [RADIUS::avp 8 ip4]

  1. What are the conditions under which i can use that ? Specific version ? Or i need to enable something ?

  2. There can be multiple AVP of the same type (for some types like vendor specific avp) - how this syntax behave ? Can i get the table/list ?

Thanks, Michal

2 Replies

  • Hi Pete,

    I am using currently version 11.6, my virtual server has the following config:

    - Protocol: UDP
    - Protocol Profile (Client): udp
    - Protocol Profile (Server): Use client profile
    - Radius Profile: none
    

    And still i am able to use "[RADIUS::avp 8 ip4]"

    How is that possible ?

    Thanks, Michal