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

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

Question

https: //ios-xe: 9443/restconf/data/ietf-routing:routing/routing—
instance=default/

etf:params:xml:n
routing" xmlns:rt="urn:ietf:params:xml:ns:yang:ietf-routing">
<name>default</name>
<description>default-vrf [read-only]</description>
<routing-protocols>
<routing-protocol>
<type>static</type>
<name>1</name>
<static-routes>
<ipv4 xmins etf:params:xml:ns:yang:ietf-
ipv4-unicast-routing">
<route>
<destination-
prefix>0.0.0.0/0</destination-prefix>
<next-hop>
<outgoing-
interface>GigabitEthernet1</outgoing-interface>
</next-hop>
</route>
</ipv4>
</static-routes>
</routing-protocol>
</routing-protocols>
</routing-instance>

Refer to the exhibit.

A RESTCONF GET request is sent to a Cisco IOS XE device.

The base URL of the request and the response in XML format are shown in the exhibit.

What is the YANG data node that is referenced in the response?

Answers

Explanations