Refer to the exhibit. Which command is run from the Guest Shell to set the description on the first five interfaces of t

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Refer to the exhibit. Which command is run from the Guest Shell to set the description on the first five interfaces of t

Post by answerhappygod »

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?
Refer To The Ex 1
Refer To The Ex 1 (125.1 KiB) Viewed 62 times
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ג€;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This topic has 1 reply

You must be a registered member and logged in to view the replies in this topic.


Register Login
 
Post Reply