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

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

Question

DRAG DROP - Drag and drop the code from the bottom onto the box where the code is missing in the Ansible playbook to apply the configuration to an interface on a Cisco IOS XE device.

Not all options are used.

Select and Place:

- name: configure interface settings

lines:

- ip address 172.31.1.1 255.255.255.0
- no shutdown

interface GigabitEthernet1/0

[_tecena] [parents |

| losconfig | interface

| dosxe | ios_config

Explanations

- name: configure interface settings

ios_config |:

lines:

- ip address 172.31.1.1 255.255.255.0
- no shutdown

interface : interface GigabitEthernet1/0

[_tecena] [parents |

| losconfig | interface

| dosxe | ios_config