300-635試験無料問題集「Cisco Automating Cisco Data Center Solutions (DCAUTO) 認定」
In an ACI Multi-Site deployment managed by Nexus Dashboard Orchestrator, a stretched Bridge Domain has "L2 Stretch" enabled but BUM (Broadcast, Unknown-unicast, Multicast) traffic flooding across sites is undesired for optimization purposes. Which setting should be adjusted?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A network automation team wants to validate, before deployment, that a set of Jinja2-rendered NX-OS configuration templates produce syntactically valid CLI for multiple device roles (leaf, spine, border-leaf) using different variable files. Which approach best supports this validation at scale in a CI pipeline?
正解:C
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
The following Python snippet attempts to bulk-create multiple EPGs via the ACI APIC REST API, submitting one EPG object per POST request. After running, only some EPGs were actually created, with no obvious errors surfaced. What is the most likely cause of this "silent partial failure"?
python
for epg in epg_list:
payload = build_epg_payload(epg)
resp = requests.post(url, json=payload, cookies=cookies, verify=False)
# status code and response body are never checked
python
for epg in epg_list:
payload = build_epg_payload(epg)
resp = requests.post(url, json=payload, cookies=cookies, verify=False)
# status code and response body are never checked
正解:B
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
While reviewing an APIC REST API response for a failed POST request, an engineer sees an HTTP 400 response with a JSON body containing `"totalCount":"1"` and an `imdata` array with an object of class `error`, whose `text` attribute reads something about an invalid property value.
What does this response structure indicate about how APIC reports errors?
What does this response structure indicate about how APIC reports errors?
正解:C
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
A team wants their Ansible automation to work seamlessly whether the target device is running NX-OS in standalone mode or is part of an ACI fabric in NX-OS mode (not APIC-managed), abstracting away CLI differences where possible. Which Ansible concept helps achieve this device-agnostic automation design?
正解:C
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Drag and Drop Question
After a Cisco Nexus switch interface is enabled and in the up state, an engineer must automate the configuration of the interface descriptions using the EEM Python Module.
Drag and drop the steps the engineer must take from the left into the correct order on the right.

After a Cisco Nexus switch interface is enabled and in the up state, an engineer must automate the configuration of the interface descriptions using the EEM Python Module.
Drag and drop the steps the engineer must take from the left into the correct order on the right.

正解:

Explanation:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/datamodels/configuration/xe-16/data-models-xe-16-book/python-scripting-for-eem.html