I've installed/enabled SSH on my two swithes, and also have Telnet enabled for password prompt only. If I need to prompt for both SSH and Tlenet "user id", how will htis work with the config I already have below? I don't want to knock anyone off these devices, but need a way to have...
1) Telnet with userid, but no enable password & SSH with no enable password.
no logging console
aaa new-model
aaa authentication banner ^C Authorized Use Only ^C
aaa authentication login 123xyz enable
enable password traffic
!
username 123xyz secret 5 $1$HNR1$CGHFGDZGGdgdgdsfgdK/
username root secret 5 $1$JG7T$ch0W/cgh4687SDRRGSDat/
username cisco password 0 traffic
ip subnet-zero
-------------------
line con 0
line vty 0 4
password traffic
login authentication 123xyz
line vty 5 15
password traffic
login authentication 123xyz
1) Telnet with userid, but no enable password & SSH with no enable password.
no logging console
aaa new-model
aaa authentication banner ^C Authorized Use Only ^C
aaa authentication login 123xyz enable
enable password traffic
!
username 123xyz secret 5 $1$HNR1$CGHFGDZGGdgdgdsfgdK/
username root secret 5 $1$JG7T$ch0W/cgh4687SDRRGSDat/
username cisco password 0 traffic
ip subnet-zero
-------------------
line con 0
line vty 0 4
password traffic
login authentication 123xyz
line vty 5 15
password traffic
login authentication 123xyz