Refer to the exhibit. Which command is run from the Guest Shell to set the description on the first five interfaces of t
Posted: Fri Jul 22, 2022 7:04 pm
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ג€;
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ג€;