Disable ads (and more) with a membership for a one time $4.99 payment
In which mode must a user be to execute the command #show running-config?
User EXEC
Privileged EXEC
Global Configuration
System Configuration
The correct answer is: Privileged EXEC
To execute the command `show running-config`, a user must be in Privileged EXEC mode. This command displays the current configuration of the device, which includes both the startup configuration and any changes made in the current session. Privileged EXEC mode has elevated permissions that allow users to view detailed information about the device's configuration and status, which is crucial for network management and troubleshooting. In contrast, User EXEC mode restricts users to limited commands, thereby preventing access to sensitive configuration information. Global Configuration and System Configuration modes are used for making changes to the configuration but are not relevant for executing commands that provide information about the running configuration. Therefore, being in Privileged EXEC mode is essential for executing the `show running-config` command successfully.