cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2668
Views
15
Helpful
2
Replies

How to list all the commands available in user mode

Mary Leon
Level 1
Level 1

Hello, everyone,

 

I'm sorry if this is a silly question, but I'm working with Packet Tracer in a 3560-24PS Multilayer switch in user mode.

When I type "?" a small list of commands are listed, but there's no "More" option. It seems that there are <1-99> available commands, but how can I see them?

 

Thank you in advance

2 Replies 2

Hello,

 

not sure what you are asking. In user mode, only a few commands are available, that is by design:

 

Switch>?
Exec commands:
<1-99> Session number to resume
connect Open a terminal connection
disable Turn off privileged commands
disconnect Disconnect an existing network connection
enable Turn on privileged commands
exit Exit from the EXEC
logout Exit from the EXEC
ping Send echo messages
resume Resume an active network connection
show Show running system information
ssh Open a secure shell client connection
telnet Open a telnet connection
terminal Set terminal line parameters
traceroute Trace route to destination

 

In order to see all available exec commands, you have to be in 'enable' mode:

 

Switch>enable

Switch#?

Switch#?
Exec commands:
<1-99> Session number to resume
auto Exec level Automation
clear Reset functions
clock Manage the system clock
configure Enter configuration mode
connect Open a terminal connection
copy Copy from one file to another
debug Debugging functions (see also 'undebug')
delete Delete a file
dir List files on a filesystem
disable Turn off privileged commands
disconnect Disconnect an existing network connection
enable Turn on privileged commands
erase Erase a filesystem
exit Exit from the EXEC
logout Exit from the EXEC
mkdir Create new directory
more Display the contents of a file
no Disable debugging informations
ping Send echo messages
reload Halt and perform a cold restart
resume Resume an active network connection
rmdir Remove existing directory
send Send a message to other tty lines
setup Run the SETUP command facility
show Show running system information
ssh Open a secure shell client connection
telnet Open a telnet connection
terminal Set terminal line parameters
traceroute Trace route to destination
undebug Disable debugging functions (see also 'debug')
vlan Configure VLAN parameters
write Write running configuration to memory, network, or terminal

 

Mary Leon
Level 1
Level 1

Thank you very much. I misunderstood <1-99>.

Happy new year.