bnorton916
Programmer
I have the below configuration. It works as expected.
username is prompted for with telnet and console connections.
What I don't understand is if I connect via telnet I am put into enable(privileged exec) mode. But if I connect via console I am put into user exec mode.
I think the aaa new-model is changing things up though documentation on this seems to be sparse.I do know that "login local" is not available for telnet and console.
Any ideas?
Bill
Relevant config below(I did modify my passwords)
service password-encryption
enable secret 5 $3$rn9G$fYQpH5Ao4Ru$ezfT$fyK70
username admin privilege 15 password 7 80123456780B5F2F2F
aaa new-model
aaa authentication login default local
aaa authorization exec default local
aaa authorization network default local
aaa session-id common
line con 0
exec-timeout 5 0
password 7 084999FE4953342F0C
transport preferred telnet
line aux 0
password 7 231928334403lE5C54
line vty 0 4
access-class 90 in
exec-timeout 30 0
password 7 39999999993F3E4EEF
length 71
escape-character 3
!
no scheduler allocate
end
username is prompted for with telnet and console connections.
What I don't understand is if I connect via telnet I am put into enable(privileged exec) mode. But if I connect via console I am put into user exec mode.
I think the aaa new-model is changing things up though documentation on this seems to be sparse.I do know that "login local" is not available for telnet and console.
Any ideas?
Bill
Relevant config below(I did modify my passwords)
service password-encryption
enable secret 5 $3$rn9G$fYQpH5Ao4Ru$ezfT$fyK70
username admin privilege 15 password 7 80123456780B5F2F2F
aaa new-model
aaa authentication login default local
aaa authorization exec default local
aaa authorization network default local
aaa session-id common
line con 0
exec-timeout 5 0
password 7 084999FE4953342F0C
transport preferred telnet
line aux 0
password 7 231928334403lE5C54
line vty 0 4
access-class 90 in
exec-timeout 30 0
password 7 39999999993F3E4EEF
length 71
escape-character 3
!
no scheduler allocate
end