350-901 · Question #18
350-901 Question #18: Real Exam Question with Answer & Explanation
Sign in or unlock 350-901 to reveal the answer and full explanation for question #18. The question stem and answer options stay visible for context.
Question
Refer to the exhibit. The Ansible playbook is using the netconf_module to configure an interface using a YANG model. As part of this workflow, which YANG models augment the interface? - name: Configure Interfaces cisco.ios.ios_interfaces: config: - host_info xml: <config> <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"> <interface> <name>{{ item.interface_id }}</name> <description>{{ item.description }}</description> <type xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type">ianaift:ethernetCsmacd</type> <enabled>true</enabled> <ipv4 xmlns="urn:ietf:params:xml:ns:yang:ietf-ip"> <address> <ip>{{ item.ip_address }}</ip> <netmask>{{ item.subnet_mask }}</netmask> </address> </ipv4> </interface> </interfaces> </config>
Options
- Aietf-interfaces and ietf-ip
- Biana-if-type and ietf-interfaces
- Cietf-ip and openconfig-interface
- Dietf-ip and iana-if-type
Unlock 350-901 to see the answer
You've previewed enough free 350-901 questions. Unlock 350-901 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.