How to configure Cisco Local Database Authentication Using AAA

Subscribers:
613
Published on ● Video Link: https://www.youtube.com/watch?v=89zFV4Wl7Jw



Duration: 5:45
1,690 views
4


1. Open a terminal line
2. Telnet to the router
3. create enable secret
4. configure aaa new-model
5. edit aaa authentication list "default" and add local source or keyword to it.
aaa authentication list default local
6. create aaa authorization list exec "default" and add local source or keyword to it.
aaa authorization list exec local
7. apply the aaa to all line vty (vty 0 until 15):
line vty 0 15
authentication local
8. create local database username, privilage level and secret entries
username username1 privilige 1







Tags:
Configure AAA
Cisco router local database authentication
Cisco router authentication
Cisco for beginners
Cisco