06-07-2022 03:51 PM
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.
Solved! Go to Solution.
06-07-2022 04:12 PM - edited 06-07-2022 04:13 PM
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)#
06-07-2022 04:12 PM - edited 06-07-2022 04:13 PM
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)#
06-07-2022 05:45 PM
this worked a little but when i got around to switch(config)#ena, it started to say incomplete command.
06-07-2022 05:53 PM
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.
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