Mailing List Archive

Proxy AAA and Strip prefix
Hello,



I want to proxy authentication/authorization/accounting records to a
radius client with the following scenario:



First the user dials to our NAS with username: comp/username.domain.com,
the request is forwarded to the CAR radius,



Our radius will proxy the request to the customers radius based on the
prefix '/comp' also the radius will strip the /comp suffix,



I was told that I can script a .TCL to do it, but can it be done any
other way, do I need to explain more ?



Regards
RE: Proxy AAA and Strip prefix [ In reply to ]
Ahmed Maged <> wrote on Wednesday, May 04, 2005 2:55 PM:

> I want to proxy authentication/authorization/accounting records to a
> radius client with the following scenario:
>
> First the user dials to our NAS with username:
> comp/username.domain.com, the request is forwarded to the CAR radius,
>
> Our radius will proxy the request to the customers radius based on
> the prefix '/comp' also the radius will strip the /comp suffix,

you write "strip the /comp suffix". Did you mean "strip the "comp/"
prefix"?
>
> I was told that I can script a .TCL to do it, but can it be done any
> other way, do I need to explain more ?

You can use CAR's PolicyEngine's Prefix Feature to achieve this, see
http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/cnsar/3_0/users/
rule_eng.htm#wp1025577

oli