cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1900
Views
5
Helpful
3
Replies

Lab - Basic Switch Configuration

jgipsonrandle
Level 1
Level 1

Hi, im cisco student right now im in need of help with the Lab- basic switch configuration. I'm trying to figure out  part 2 and how to use the enable command to enter EXEC mode in packet tracer.   

 

 

 

1 Accepted Solution

Accepted Solutions

Hi

 You can share the lab and the lab requirements. But, you can use the command "enable password 'password'" or 'enable secret 'password'

You need to be in privilege mode

 

switch#

 

Switch>

Switch>

Switch>en

Switch#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#ena

Switch(config)#enable se

Switch(config)#enable secret ?

0 Specifies an UNENCRYPTED password will follow

5 Specifies an ENCRYPTED secret will follow

LINE The UNENCRYPTED (cleartext) 'enable' secret

level Set exec level password

Switch(config)#enable secret test

Switch(config)#

View solution in original post

3 Replies 3

Hi

 You can share the lab and the lab requirements. But, you can use the command "enable password 'password'" or 'enable secret 'password'

You need to be in privilege mode

 

switch#

 

Switch>

Switch>

Switch>en

Switch#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#ena

Switch(config)#enable se

Switch(config)#enable secret ?

0 Specifies an UNENCRYPTED password will follow

5 Specifies an ENCRYPTED secret will follow

LINE The UNENCRYPTED (cleartext) 'enable' secret

level Set exec level password

Switch(config)#enable secret test

Switch(config)#

this worked a little but when i got around to switch(config)#ena, it started to say incomplete command.

 

switch(config)#enable password test

You need to type the whole command. You can also use tab to complete but as you are leaning, type the complete command.

 Use exclamation Mark if you are not sure.