nerdexam
Cisco

300-435 · Question #8

Drag and drop the commands to the Ansible playbook that applies configuration to an interface on a Cisco IOS XE device. All options are used.

``yaml name: configure interface settings ios_config: lines: - ip address 172.31.1.1 255.255.255.0 - no shutdown parents: interface GigabitEthernet1/0 ``

Device-Level Network Automation

Question

Drag and drop the commands to the Ansible playbook that applies configuration to an interface on a Cisco IOS XE device. All options are used.

Explanation

- name: configure interface settings
  ios_config:
    lines:
      - ip address 172.31.1.1 255.255.255.0
      - no shutdown
    parents: interface GigabitEthernet1/0

Topics

#Ansible#IOS XE#Network Configuration#Interface Configuration

Community Discussion

No community discussion yet for this question.

Full 300-435 Practice