An engineer wants to automate the creation of VLANs on a Nexus 9000 switch using Python scripts. Which on-box solution allows running Python scripts directly on the switch without an external server?
Trap 1: Terraform provider
Terraform is external and not on-box.
Trap 2: APIC REST API
APIC REST API is used for ACI fabric, not Nexus standalone switches.
Trap 3: Ansible control node
Ansible control node is external.
- A
Guest shell
Guest shell is a Linux container on Nexus for running Python scripts.
- B
Terraform provider
Why wrong: Terraform is external and not on-box.
- C
APIC REST API
Why wrong: APIC REST API is used for ACI fabric, not Nexus standalone switches.
- D
Ansible control node
Why wrong: Ansible control node is external.