010-151 · Question #105
Which command-line interface mode is best described by this prompt? Switch (config) #
The correct answer is D. Global configuration command mode. The prompt 'Switch(config)#' is the standard Cisco IOS indicator for global configuration mode, where commands apply device-wide settings.
Question
Which command-line interface mode is best described by this prompt? Switch (config) #
Options
- ALocal management mode
- BEXEC mode
- CBoot mode
- DGlobal configuration command mode
How the community answered
(62 responses)- A8% (5)
- B5% (3)
- C13% (8)
- D74% (46)
Why each option
The prompt 'Switch(config)#' is the standard Cisco IOS indicator for global configuration mode, where commands apply device-wide settings.
Local management mode is not a standard Cisco IOS CLI mode and does not produce the 'Switch(config)#' prompt format.
EXEC mode displays as 'Switch>' for user EXEC or 'Switch#' for privileged EXEC - neither form includes the '(config)' qualifier seen in this prompt.
Boot mode refers to ROM monitor (ROMmon), which uses a completely different prompt such as 'rommon 1 >' and is only accessible when normal IOS boot fails.
The '(config)' qualifier embedded in the prompt is Cisco IOS's explicit designator for global configuration mode, which is entered by issuing 'configure terminal' from privileged EXEC mode. Commands in this mode apply configuration changes that affect the entire device globally, as opposed to interface-level or line-level sub-modes. All interface and sub-configuration modes branch from this mode and display additional qualifiers such as '(config-if)'.
Concept tested: Cisco IOS CLI prompt identification and mode hierarchy
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fundamentals/configuration/xe-16/fundamentals-xe-16-book/cf-cli-overview.html
Topics
Community Discussion
No community discussion yet for this question.