Solved

An Engineer Must Use the Python Module in the Guest

Question 151

Multiple Choice

  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)  cli(''conf t ; interface eth1/4 ; shut'')  D)  cli(''conf t ; interface eth1/4 ) 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) cli(''conf t ; interface eth1/4 ; shut'')
D) cli(''conf t ; interface eth1/4")

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions