300-610 · Question #123
300-610 Question #123: Real Exam Question with Answer & Explanation
The correct answer is A: Python scripts. Python scripts: Cisco NX-OS natively supports Python scripting, which is easy to read and write, and well-suited for automation tasks with strong community support. Python can easily handle authentication and HTTPS transport using libraries like requests or urllib3. This matches
Question
Options
- APython scripts
- BREST calls
- CBash scripts
- Ddomain-based policies
- EYAML
Explanation
Python scripts: Cisco NX-OS natively supports Python scripting, which is easy to read and write, and well-suited for automation tasks with strong community support. Python can easily handle authentication and HTTPS transport using libraries like requests or urllib3. This matches the requirement of low shell scripting knowledge and self-documenting code. REST calls: Cisco devices provide REST APIs that support HTTPS transport and authentication mechanisms. REST API calls can be made from Python scripts (or other clients) to programmatically configure Cisco devices, making this a widely used and secure automation
Community Discussion
No community discussion yet for this question.