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

Using CoA to terminate VPN users

Steven Williams
Level 4
Level 4

What is the ASA command equivalent to "aaa server radius dynamic-author"?

1 Reply 1

Jatin Katyal
Cisco Employee
Cisco Employee

On ASA you can configure the Authentication, Authorization, and Accounting (AAA) server for dynamic authorization in order to accept CoA like this:

aaa-server ISE protocol radius
 authorize-only
 interim-accounting-update periodic 1
 dynamic-authorization
aaa-server ISE (inside) host 10.48.66.74
 key cisco

Regards - Jatin

~Jatin