QuestionQ12

Network Element Programmability

Using the NX-API CLI JSON-RPC interface, which two Python data structures and requests calls create an SVI?

Choose two
  • A
  • B
  • C
  • D
  • E
Explanation

NX-API JSON-RPC uses JSON-RPC version 2.0, the cli method for configuration commands, and a params object containing cmd and version. A POST carrying this JSON-RPC payload uses the application/json-rpc content type. The configuration commands in the batch enter configuration mode and create/select the VLAN interface (SVI). Cisco NX-API CLI documentation

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!