Topic: 300-635 topic 1 question 32

Which NX-API request queries the MAC address table?
A.

B.

C.

D.

Re: 300-635 topic 1 question 32

There's no "cli_show" command type in "json-rpc" message format.
"cli_show" and "cli_conf" only exists in "json" message format. In that case you would have:
{
  "ins_api": {
    "version": "1.0",
    "type": "cli_show",
    "chunk": "0",
    "sid": "sid",
    "input": "show mac address-table",
    "output_format": "json"
  }
}

Re: 300-635 topic 1 question 32

And to add to this, there is no command in jsonrpc, only cmd.