cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
417
Views
0
Helpful
1
Replies

Matching expression on the ASA with a RADIUS

Bernard Magny
Level 1
Level 1

Hello,

I get this Expression from my RADIUS server that I would like to match in the ASA Dynamic Access Policy.

DAP_TRACE: Username: hal, aaa.radius["25"]["1"] = Developers

I tried may combinations with no success. Like EVAL(aaa.radius.25, "EQ", "Developers")

it does not work.

This is in a custom DAP under the Advanced section.

can anyone help me match it?

Thanks

1 Reply 1

Bernard Magny
Level 1
Level 1

ok, found it!

this works:

EVAL(aaa.radius["25"], "NE", aaa.cisco.tunnelgroup)

A bit triky, in the Cisco documentation there is a dot "." after, aaa.radius.