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

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?

A. [guestshell@guestshell ~]$ for x in {1..5}; dohost “conf t ; interface eth1/$x ; description Server$x”;
B. [guestshell@guestshell ~]$ for x in {1..5}; do dohost “conf t ; interface eth1/$x ; description Server$x”; done
C. [guestshell@guestshell ~]$ for x in (1..5); do dohost “conf t”; “interface eth1/$x” ; “description Server$x”; done
D. [guestshell@guestshell ~]$ for x in (1..5); dohost “conf t ; interface eth1/$x ; description Server$x”;

cisco-exams

0 thoughts on “Which command is run from the Guest Shell to set the description on the first five interfaces of the Cisco Nexus switch?

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.