Which command set will accomplish this?


An engineer must use the python module in the guest shell of the Cisco Nexus 9000 Series switch to shutdown port Ethernet 1/4. Which command set will accomplish this?
A. from cli import * cli(”conf t”) cli(”interface eth1/4”) cli(”shutdown”)
B. from cisco import cli cli(”conf t” ; ”interface eth1/4” ; ”shut”)
C. from cli import * cli(”conf t ; interface eth1/4 ; shut”)
D. from cisco import cli cli(”conf t ; interface eth1/4) cli(”shutdown”)

cisco-exams

Leave a Reply

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


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