exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 191 discussion

Actual exam question from Cisco's 350-901
Question #: 191
Topic #: 1
[All 350-901 Questions]

DRAG DROP -
Drag and drop the code from the bottom of the code snippet to the blanks in the code to construct a Puppet manifest that configures a VRF instance on a Cisco
IOS XR device. Not all options are used.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Teringzooi
7 months, 3 weeks ago
Answer is correct. 1. node 2. cisco_yang 3. source 4. vrf-name --- node 'default' { cisco_yang { 'my-config': source => '{"Cisco-IOS-XR-infra-rsi-cfg:vrfs": { "vrf-name":"VOIP", "description":"Voice over IP", "vpn-id":{ "vpn-oui":875, "vpn-index":3 https://forge.puppet.com/modules/ciscoeng/ciscoyang
upvoted 3 times
...
designated
8 months, 2 weeks ago
1. node 2. cisco_yang 3. source 4. vrf-name
upvoted 3 times
...
ferock
1 year ago
1. Node 2. cisco_yang 3. source 4. vrf-name Source: Cisco DEVCOR 350-901 Study Guide node 'default' { cisco_yang { 'my-config': ensure => present, target => '{"Cisco-IOS-XR-infra-rsi-cfg:vrfs": [null]}', source => '{"Cisco-IOS-XR-infra-rsi-cfg:vrfs": { "vrf":[ { "vrf-name":"VOIP", "description":"Voice over IP", "vpn-id":{ "vpn-oui":875, "vpn-index":3 }, "create":[ null ] } ] } }', } }
upvoted 4 times
...
K1na_kana
1 year, 3 months ago
https://developer.cisco.com/codeexchange/github/repo/cisco/cisco-yang-puppet-module/ Correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...