cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
716
Views
0
Helpful
2
Replies

In Cisco 3760G Catalyst switch not prompted to enable password section

pintu.karan
Level 1
Level 1

 

 

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

 

1 Accepted Solution

Accepted Solutions

Richard Burts
Hall of Fame
Hall of Fame

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.

HTH

Rick

View solution in original post

2 Replies 2

Richard Burts
Hall of Fame
Hall of Fame

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.

HTH

Rick

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.

HTH

Rick