DRAG DROP
Drag and drop the code to complete an Ansible playbook that creates a new tenant. Not all options are used.
Select and Place:
DRAG DROP
When a switch boots it does not find its startup-config file. Drag and drop the steps that Power-On Auto Provisioning goes through to configure the switch for remote management from the left into the correct order on the right. Not all options are used.
Select and Place:
Which Kubernetes container network interface provides intent-based networking from the same pane of glass that VMs and bare-metal servers are managed?
A. ACI CNI plug-in
B. Contiv CNI plug-in
C. Ingress CNI plug-in
D. Calico CNI plug-in
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.
What are two differences between SNMP and model-driven telemetry? (Choose two.)
A. SNMP uses a continuous stream model.
B. SNMP uses a push model.
C. SNMP uses a pull model.
D. Model-driven telemetry uses a pull model.
E. Model-driven telemetry uses a push model.
What are two capabilities of the DCNM REST API? (Choose two.)
A. uses the dcnm-token header for requests authentication after initial basic authentication
B. uses basic authentication without encoding for username and password
C. supports HTTP until release 11.0(1)
D. uses bearer key authorization
E. is separated into Classic LAN, LAN Fabric, Media Controller, and SAN Management categories
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 Ansible module is needed in line 8 to create a new VLAN 10 on the hosts defined in the "ucs" group?
A. vlan
B. ucs_vlans
C. vlans
D. nxos_vlans
Which two statements describe the authentication method used with Cisco Intersight REST API Requests? (Choose two.)
A. The REST API request contains a base64-encoded signature of the message content and headers.
B. The REST API request message body is encoded as a SHA384 hash and then signed with the API Key ID.
C. The Cisco Intersight Web service verifies the signature of incoming request with the RSA public key for the API Key ID.
D. The incoming REST API request is challenged by the Cisco Intersight Web service with a request for the RSA private key.
E. The message body is encoded as a SHA256 hash if the message body is not empty and then signed with the API Key ID.
Refer to the exhibit.
Which action fixes the code to access a child managed object?
A. Delete line 2.
B. Change dnQuery to classQuery in line 1.
C. Move line 2 to the last line.
D. Change parent to children in line 2.