300-610 · Question #70
Which automation software natively runs within the CLI of Cisco NX-OS devices?
The correct answer is A. Python. Cisco NX-OS supports a built-in Python interpreter that can be accessed directly from the CLI. Python scripts can be run interactively or in non-interactive mode, allowing automation and programmability directly on the device. NX-OS includes Python versions 2.7 and 3.x (with Pyth
Question
Which automation software natively runs within the CLI of Cisco NX-OS devices?
Options
- APython
- BAnsible
- CPuppet
- DChef
How the community answered
(41 responses)- A88% (36)
- B5% (2)
- C5% (2)
- D2% (1)
Explanation
Cisco NX-OS supports a built-in Python interpreter that can be accessed directly from the CLI. Python scripts can be run interactively or in non-interactive mode, allowing automation and programmability directly on the device. NX-OS includes Python versions 2.7 and 3.x (with Python 3 recommended for new scripts). This enables tasks such as configuration verification, automation, and interaction with the device CLI programmatically.
Topics
Community Discussion
No community discussion yet for this question.