-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Implementation of Authentication, Authorization, and Accounting services using a centralized AAA server to verify user identities, control access permissions, and maintain audit logs of network activities. This security measure helps prevent unauthorized access attempts and provides accountability through comprehensive logging of user activities across network devices.
- Configure AAA for ASA management:
aaa-server TACACS protocol tacacs+
aaa-server TACACS (inside) host 192.168.1.2
key AAA-Secret-Key123
aaa authentication ssh console TACACS LOCAL
aaa authentication enable console TACACS LOCAL
aaa authorization command TACACS LOCAL
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request