10-05-2015 12:49 AM - edited 03-10-2019 11:07 PM
Could someone please let me know the commands to configure AAA on Cisco ASA Firewall also on ASA Firewall module.
Bit urgent.
Thanks,
10-05-2015 05:36 AM
This link should have all the information you need.
http://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/access_aaa.html
10-05-2015 05:53 AM
A quick example of this would be (taken from previously mentioned PDF):
Configure Radius Group:
aaa-server AuthOutbound protocol radius
exit.
aaa-server AuthOutbound (inside) host [IP address]
key RadUauthKey
exit
Adding a radius server to a group:
aaa-server svrgrp1 protocol radius
aaa-server svrgrp1 host [Radius address]
radius-common-pw myexaplepasswordabc123
mschapv2-capable
timeout 9
retry-interval 7
accounting-mode simultaneous
authentication-port 1650
authorization-port 1645
key mysecretkeyexampleiceage2
exit
Apply Radius login to SSH:
aaa authentication login {default | list-name} group tacacs+ enable none
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide