ExamGecko
Question list
Search
Search

Question 364 - 200-901 discussion

Report
Export

Refer to the exhibit.

Refer to the exhibit. An engineer runs a network that consists of Cisco Nexus devices. The network is distributed between data centers in different locations. The switches are configured using standalone connections and a single point of failure. Which process is being automated by the Ansible playbook?

A.

enabling HSRP on the nxos_rtr inventory host

Answers
A.

enabling HSRP on the nxos_rtr inventory host

B.

enabling HSRP on the rtr-1a inventory host

Answers
B.

enabling HSRP on the rtr-1a inventory host

C.

executing HSRP configuration from the Ansible controller node

Answers
C.

executing HSRP configuration from the Ansible controller node

D.

executing HSRP configuration from the srv-1a inventory host

Answers
D.

executing HSRP configuration from the srv-1a inventory host

Suggested answer: A

Explanation:

The Ansible playbook in the exhibit is designed to automate the configuration of HSRP (HotStandby Router Protocol) on a Cisco Nexus switch listed in the nxos_rtr inventory group. Here'swhat the playbook does:Hosts: The playbook is targeting nxos_rtr hosts.Task: The task uses the nxos_hsrp module to configure HSRP.Parameters: Various parameters such as group, VIP, priority, interface, authentication, andversion are set for HSRP configuration.Delegation: The configuration is delegated to the srv-1a inventory host, but it is still targetingthe nxos_rtr for the actual HSRP configuration.Therefore, the playbook is enabling HSRP on the nxos_rtr inventory host

asked 07/10/2024
Aur ROULIC
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first