01-11-2022 02:27 PM
I have Configured Cisco Catalyst 3560G Switch as below:-
L3 #config t
Step- 1) "service password-encryption"
Step-2) "enable secret testing"
Step-3) "hostname L3
Step-4) "username test privilege 15 password test
Step-5) "ip domain name ABC"
Step-6) "crypto key generate rsa-1024
Step-7) "line console 0"
Step-8) "login local"
Step-9) "line vty 0 4
Step-10) "login local"
Step-11) "transport input all"
Step-12) "exit"
Step-13) "write"
I have configured a switch username and password & also configured all ssh parameters.
the line vty & line console is also configured. while i am rebooting the device it is asking for username and password, after entering the username & password i want it to go into User Execution Mode i.e L3> and after enabling it should ask the enable Password. But in my case after entering username & Password the switch is directly going into previledge mode i.e. L3#
My Question - Please guide me in configuration. what i am missing to do in below configuration by which i should go into below three Prompt :-
1st --- username: test
2nd---Password: test
My Problem----- i am not able to configure so that the below prompt should occur in my scenario. what i am missing to get this below lines.
3d---- L3> enable
4th--- Password: testing
5th---L3#
@cisco @cisco @cisco Cisco SDA Design Guidance and Best Practices @Cisco Support @Cisco Support Team Please help
Solved! Go to Solution.
01-11-2022 02:34 PM
Your configuration currently directs that user test should go directly to privilege mode
username test privilege 15 password test
change the configuration to this
username test password test
and you should get the behavior that you want.
01-11-2022 02:34 PM
Your configuration currently directs that user test should go directly to privilege mode
username test privilege 15 password test
change the configuration to this
username test password test
and you should get the behavior that you want.
01-11-2022 09:44 PM
I am glad that my suggestion was helpful. Thank you for marking this question as solved. This will help other participants in the community to identify discussions which have helpful information. This community is an excellent place to ask questions and to learn about networking. I hope to see you continue to be active in the community.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide