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?
[guestshell@guestshell -]$forx in (1..5); dodohost " conf t " ; " interface eth1/$x " : " description ServerSx " : done
[guestshell@guestshell -]$forx in(1..5); dohost " conf t: interface eth1/Sx ; description ServerSx " ;
[guestshell@guestshe!l -]$ for x in {1.-5}; dohost " conf t; interface eth1/Sx ; description ServerSx " ;
[guestshell@guestshell -]$ for x in {1-0}; do dohost " conf t; interface eth1/Sx ; description ServerSx " ; done
Submit