nerdexam
Cisco

350-601 · Question #176

Refer to the exhibit. Which command is run from the Guest Shell to set the description on the first five interfaces of the Cisco Nexus switch?

The correct answer is D. Option D. NXs1# guestshell [admin@guestshell ~]$ for x in {1..5}; do dohost "conf t ; interface eth1/$x ; description Server$x" ; done Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands…

Automation

Question

Refer to the exhibit. Which command is run from the Guest Shell to set the description on the first five interfaces of the Cisco Nexus switch?

Exhibits

350-601 question #176 exhibit 1
350-601 question #176 exhibit 2

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D

How the community answered

(14 responses)
  • B
    7% (1)
  • C
    14% (2)
  • D
    79% (11)

Explanation

NXs1# guestshell [admin@guestshell ~]$ for x in {1..5}; do dohost "conf t ; interface eth1/$x ; description Server$x" ; done Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. [admin@guestshell ~]$

Topics

#Guest Shell#Nexus OS#Network Automation#CLI Configuration

Community Discussion

No community discussion yet for this question.

Full 350-601 Practice