Skip to main content
Basic AAA config for a cisco ASA

Basic AAA config for a cisco ASA

·60 words·1 min
Mike Curtis
Author
Mike Curtis
Dedicated to Technology

Basic AAA config for the Cisco ASA
#

The following will allow for full access with a correctly configured NPS server

aaa-server NPS_RADIUS_SERVERS protocol radius
aaa-server NPS_RADIUS_SERVERS (inside) host 1.1.1.1
 key *****
!
aaa authentication ssh console NPS_RADIUS_SERVERS LOCAL
aaa authentication enable console NPS_RADIUS_SERVERS LOCAL
aaa authentication http console NPS_RADIUS_SERVERS LOCAL
aaa authorization exec authentication-server auto-enable
aaa authentication login-history
!

Related