Question 32 of 32 from exam 300-635-DCAUTO: Automating and Programming Cisco Data Center Solutions

Question 32 of 32 from exam 300-635-DCAUTO: Automating and Programming Cisco Data Center Solutions

Question

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

"jsonrpe": "1.0",
"method": "cli",

"params": {

"cmd": "show mac address-table",

"version": 1

}

B.

"jsonrpe": "2.0",
"method": "cli",

: "show mac address-table",

C.

"jsonrpe": "2.0",
"method": "cli_show",

"params": {

"cmd": "show mac address-table",

"versiot

D.

"jsonrpe": "2.0",
"method": "cli",

"params": {

"cmd": "show mac address-table",

"version": 1

}

Explanations

D.