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

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

Question

https: //ios-xe:9443/restconf/data/ietf-interfaces:interfaces/

<interfaces xmlns="urn: iet£:params: xml :ns: yang: ietf-interfaces">
<interface>
<name>GigabitEthernet1</name>
<description>DO NOT TOUCH ME</description>
<type smlns:ianaift="urn: iet£:params: xml :ns: yang: iana-if-type”>ianaift:ethernetCsmacd</type>
<enabled>true</enabled>
<ipv4 smlns="urn: iet£:params:xml:ns: yang: ietf-ip”>
<addrese>
<ip>10.10.10.10</ip>
<netmask>255.255.255.0</netmask>
</address>
</ipy4>
<ipv6 smlns="urn: ietf:params:xml:ns: yang: ietf-ip”/>
</interface>
<interface>
<name>Gigabitithernet2</name>
<description>WAN Interface</description>
<type smlns:ianaift="urn: ietf:params:xml:ns: yang: iana-if-type”>ianaift:ethernetCsmacd</type>
<enabled>true</enabled>
<ipv4 smlns="urn: ietf:params:xml:ns:yang:ietf-ip”>
<address>
<ip>172.16.12.1</ip>
<netmask>255.255.255.0</netmask>
</address>
</ipv4>
<ipv6 smlns="urn: iet£:params:xml:ns: yang: ietf-ip"/>
</interface>
</interfaces>

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 are the two YANG data nodes and modules referenced in the response? (Choose two.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

AB.