350-401 · Question #686
Refer to the exhibit. What is generated by the script?
The correct answer is D. the running configuration. A script containing the command show running-config will generate and display the current running configuration of a network device, reflecting all active settings.
Question
Refer to the exhibit. What is generated by the script?
Exhibits
Options
- Athe cdp neighbors
- Bthe routing table
- Cthe router processes
- Dthe running configuration
How the community answered
(23 responses)- C4% (1)
- D96% (22)
Why each option
A script containing the command `show running-config` will generate and display the current running configuration of a network device, reflecting all active settings.
To generate the CDP neighbors, the script would need to execute a command such as `show cdp neighbors`.
To generate the routing table, the script would need to execute a command such as `show ip route`.
To generate information about router processes, the script would need to execute a command such as `show processes` or `show processes cpu`.
If the script executes the `show running-config` command, it will output the router's current operational configuration, which includes all actively applied settings and parameters.
Concept tested: Cisco IOS `show running-config` command
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fundamentals/command/fund-cr-book/fund-cr-s2.html#wp7875955
Topics
Community Discussion
No community discussion yet for this question.

