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

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

Question

- name: Create VRFs as defined by local vrfs
ios _vrf:
Vrfs: “{{ local_vrfs }}”

state:

register: addvrf

Refer to the exhibit.

An engineer creates an Ansible playbook to configure VRF information using a local_vrfs variable.

The code must be completed so that it can be tested.

Which string completes the code?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.

https://docs.ansible.com/ansible/latest/modules/ios_vrf_module.html