Hello everybody,
I posted this query in 'AAA' secition but no answers.. so posting here for quick answer ;-).
Trying to figure out if there is any major difference between..
1. enabling 'aaa' with local database authentication
!
aaa new-model
username username1 password password
aaa authentication login default local
!
line con 0
login
!
Vs
2. Creating a local username with full privileges..
username privi 15 secret password
!
line con 0
login local
priv-level 15
!
TIA
MS