Question 48 of 60 from exam 300-435-ENAUTO: Automating and Programming Cisco Enterprise Solutions

Question 48 of 60 from exam 300-435-ENAUTO: Automating and Programming Cisco Enterprise Solutions

Question

def ospf_interface (interface, process, area='0'):
payload = [
{
“jsonrpe”: “2.0”,
“method’: “cli”,
“params”: {
“emd”: “interface ethernet “ + interface,

“emd”: “ip router ospf “ + process + “ area “ + area,
“version”: 1
},
Nia”: 2
}
]

return payload
pl = ospf_interface(*1/1’,’100’,’1")

Refer to the exhibit.

Which interface is included in the payload resulting from the script?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D.