DRAG DROP
Drag and drop the requirements from the left that are needed to leverage POAP in an Open Cisco NX- OS environment onto the right. Not all options are used.
Select and Place:

A set of automation scripts work with no issue from a local machine, but an experiment needs to take place with a new package found online. How is this new package isolated from the main code base?
A. Add the new package to your requirements.txt file.
B. Create a new virtual machine and perform a pip install of the new package.
C. Perform a pip install of the new package when logged into your local machine as root.
D. Create a new virtual environment and perform a pip install of the new package.
Which two statements about gRPC are true? (Choose two.)
A. It is an IETF draft.
B. It is an IETF standard.
C. It runs over SSH.
D. It is an open source initiative.
E. It runs over HTTPS.
Which action allows Docker daemon persistence during switchover on the Cisco Nexus 9500 Series Switches running Cisco NX-OS?
A. Change the Docker configuration to include the live restore option.
B. Copy the dockerpart file manually to the standby supervisor after performing the switchover.
C. Copy the dockerpart file manually to the standby supervisor before performing the switchover.
D. The system takes automatic action.
Refer to the exhibit.

Which two Cisco UCS PowerTool commands provide this output? (Choose two.)
A. Get-UcsServer | Select-Object Dn
B. Get-UcsRack Systems | Select-Object Dn
C. Get-UcsBlade | Select-Object Dn
D. Get-UcsRackUnit | Select-Object Dn
E. Get-UcsSystems | Select-Object Dn
Refer to the exhibit.

Which change allows the code to configure VLAN 10 in the Cisco UCS?
A. Lines 8 and 9 should have a line continuation \ at the end.
B. Line 13 should include "handle.commit()".
C. Line 4 should include transport 443 option.
D. Line 3 should add an import for query_dn.
A server profile with the string "WEST15" in its name must have the string "WEST15" changed to "LXT14". For example, server profile "VMHOST-WEST15-01" would need to be changed to "VMHOST-LXT14-01".
Using the Cisco Intersight REST API in a Python script, which two GET API requests are used to retrieve just the server profile with the string "WEST15" in the name and the correct body for the API request to update the name? Assume the variable "sp_name" contains the name of the retrieved server profile. (Choose two.)
A. GET https://intersight.com/api/v1/server/Profiles?$select=Nameand$filter=contains(Name, 'WEST15')
B. GET https://intersight.com/api/v1/server/Profiles?$select=Nameand$filter=Name in('WEST15')
C. BODY = { "Name": sp_name.format('WEST15', 'LXT14') }
D. GET https://intersight.com/api/v1/server/Profiles?$select=Nameand$filter=startswith(Name, 'WEST15')
E. BODY = { "Name": sp_name.replace('WEST15','LXT14') }
Refer to the exhibit.

When Cisco UCS is configured, which filter must be added to the str_filter string to retrieve all discovered compute blades with two CPUs?
A. (num_of_cpus eq 2) and (discovery eq complete)
B. (num_of_cpus. 'x2\ type-sum") and (discovery, 'complete1, type='sum')
C. (num_of_cpus eq <2) and (discovery eq more)
D. (num_of_cpus. '2', type-eq') and (discovery, 'complete', type-'eq')
An engineer is implementing a Cisco Nexus 9000 Series Switch. To automate the configuration, which command enables Bash on a Cisco NX-OS?
A. run bash-shell
B. enable bash
C. run bash
D. feature bash-shell
What must be configured to allow SNMP traffic on ACl switches?
A. an out-of-band contract
B. an out-of-band management interface
C. SNMP relay Policy
D. an out-of-band bridge domain