Question 61 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question 61 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question

node ‘default’ {
cisco yang _netconf { ‘my-config’:
target => \<vrfs xmlns=/http://cisco.com/ns/yang/Cisco-I0S-xR-infra-rsi-cfg’”/>’,
source => ‘<vrfs xmlns="http://cisco.com/ns/yang/Cisco-I0S-xR-infra-rsi-cfg”>

<vrf>
<vrf-name>VOIP</vrf-name>
<create/>
<description>Voice over IP</description>
<vpn-id>

<vpn-oui>875</vpn-oui>
<vpn-index>3</vpn-index>
</vpn-id>
</vre>
<vrf>
<vr£-name>INTERNET</vrf-name>
<create/>
<description>Generic external traffic</description>
<vpn-id>
<vpn-oui>875</vpn-oui>
<vpn-index>22</vpn-index>
</vpn-id>
</vre>
</vrfs>’,

node >],
force =>[_ id,

Refer to the exhibit.

This script uses ciscoyang to configure two VRF instances on a Cisco IOS-XR device using the Yang NETCONF type.

Which two words are required to complete the script? (Choose two.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

CD.