Dell PowerConnect 3324/3348 Switch CLI Guide
Use the enable user EXEC command to enter the Privileged EXEC Mode.
enable [privilege-level]
The default privilege level is 15.
User EXEC Mode
There are no user guidelines for this command.
The following example shows how to enter privileged mode:
Console> enable enter password: Console# |
Use the disable privileged EXEC command to return the prompt to User EXEC Mode.
disable [privilege-level]
The default privilege level is 1.
Privileged EXEC Mode
There are no user guidelines for this command.
The following example shows how to return to User EXEC Mode.
Console# disable Console> |
Use the login privileged EXEC command to exit the EXEC mode and log on again.
login
This command has no default configuration.
Privileged EXEC Mode
There are no user guidelines for this command.
The following example displays how to exit the EXEC mode and log on again.
Console > enable Console# Console# login Console> |
Use the exit command to exit any configuration mode and enter the next highest mode in the CLI mode hierarchy.
exit
This command has no default configuration.
All command modes
There are no user guidelines for this command.
The following example changes the configuration mode from Interface Configuration Mode to User EXEC Mode.
Console(config-if)# exit Console(config)# exit Console# |
Use the exit user EXEC command to close an active terminal session by logging off the device.
exit
This command has no default configuration.
User EXEC Mode
There are no user guidelines for this command.
The following example closes an active terminal session.
Console> exit |
The end global configuration mode command returns the command mode to Privileged Mode.
end
This command has no default configuration.
All command modes
There are no user guidelines for this command.
The following example returns the command mode to Privileged Mode.
Console (config-if)# end Console # |
Use the help command to display a brief description of the help system.
help
This command has no default configuration.
All command modes
There are no user guidelines for this command.
Use the history line configuration command to enable the command history function. To disable the command history feature, use the no form of this command.
history
no history
The history function is enabled.
Line Configuration Mode
There are no user guidelines for this command.
The following example enables the command history function.
Console (config-line)# history |
Use the history size line configuration command to set the command history buffer size for a particular line. To reset the command history buffer size to the default, use the no form of this command.
history size number-of-commands
no history size
The default history buffer size is 10.
Line Configuration Mode
There are no user guidelines for this command.
The following example changes the command history buffer size to 100 entries for a particular line.
Console (config-line)# history size 100 |
The debug-mode privilege EXEC command switches the mode to debug.
debug-mode
This command has no default configuration.
Privilege EXEC Mode
There are no user guidelines for this command.
The following example enables the debug command interface.
console# debug >debug Enter DEBUG Password: ***** DEBUG> |
Use the show history privileged EXEC command to list the commands entered in the current session.
show history
This command has no default configuration.
Privilege EXEC Mode
The command in the buffer also includes commands that were not executed.
The commands are listed from the first to the latest command.
The buffer remains unchanged when entering the configuration mode and returning back.
The following example displays the all commands entered while in the current Privileged EXEC Mode.
Console# show history Console# show version Console# show clock Console# show history |
Use the show privilege privileged EXEC command to display the current privilege level.
show privilege
This command has no default configuration.
Privilege EXEC Mode
There are no user guidelines for this command.
The following example displays the current privilege level.
Console# show privilege Current privilege level is 15 |