CiscoCisco
300-420 · Question #147
300-420 Question #147: Real Exam Question with Answer & Explanation
Sign in or unlock 300-420 to reveal the answer and full explanation for question #147. The question stem and answer options stay visible for context.
Automation
Question
An engineer uses Postman and YANG to configure a router with: - OSPF process ID 100 - network 10.10.10.0/28 enabled for Area 0 Which get-config replay verifies that the model set was designed correctly? A. B. C. D.
Options
- A<rpc-reply message-id="urn:uuid:1b3d05cd-8118-3e6a-6c05-012354678aaf" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <data> <native xmlns="http://cisco.com/ns/yang/ned/ios"> <router> <ospf> <id>100</id> <network> <ip>10.10.10.0</ip> <mask>0.0.0.15</mask> <area>0</area> </network> </ospf> </router> </native> </data> </rpc-reply>
- B<rpc-reply message-id="urn:uuid:1b3d05cd-8118-3e6a-6c05-012435678aaf" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <data> <native xmlns="http://cisco.com/ns/yang/ned/ios"> <router> <ospf> <id>100</id> <network> <ip>10.10.10.0</ip> <mask>255.255.255.240</mask> <area>0</area> </network> </ospf> </router> </native> </data> </rpc-reply>
- C<rpc-reply message-id="urn:uuid:1b3d05cd-8118-3e6a-6c05-021345678aaf" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <data> <native xmlns="http://cisco.com/ns/yang/ned/ios"> <router> <ospf> <id>100</id> <network> <ip>10.10.0.0</ip> <mask>0.0.0.240</mask> <area>0</area> </network> </ospf> </router> </native> </data> </rpc-reply>
- D<rpc-reply message-id="urn:uuid:1b3d05cd-8118-3e6a-6c05-394733226aaf" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"> <data> <native xmlns="http://cisco.com/ns/yang/ned/ios"> <router> <ospf> <id>100</id> <network> <ip>10.10.10.0</ip> <mask>0.0.0.15</mask> <area>0</area> </network> </ospf> </router> </native> </data> </rpc-reply>
Unlock 300-420 to see the answer
You've previewed enough free 300-420 questions. Unlock 300-420 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.
Topics
#Network Automation#YANG Data Models#NETCONF/RESTCONF#OSPF Configuration