QuestionQ66
Automation
An engineer needs to use the Python module in the guest shell of a Cisco Nexus 9000 Series switch to shut down port Ethernet 1/4. Which command set accomplishes 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'')
Community Discussion