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…
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
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(14 responses)- B7% (1)
- C14% (2)
- D79% (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
Community Discussion
No community discussion yet for this question.

