nerdexam
Cisco

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.

Submitted by alyssa_d· Mar 6, 2026

Question

Refer to the exhibit. What is generated by the script?

Exhibits

350-401 question #686 exhibit 1
350-401 question #686 exhibit 2

Options

  • Athe cdp neighbors
  • Bthe routing table
  • Cthe router processes
  • Dthe running configuration

How the community answered

(23 responses)
  • C
    4% (1)
  • D
    96% (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.

Athe cdp neighbors

To generate the CDP neighbors, the script would need to execute a command such as `show cdp neighbors`.

Bthe routing table

To generate the routing table, the script would need to execute a command such as `show ip route`.

Cthe router processes

To generate information about router processes, the script would need to execute a command such as `show processes` or `show processes cpu`.

Dthe running configurationCorrect

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

#Network Automation#Cisco IOS#Running Configuration

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice