Halloween Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A network engineer needs to configure system logging on the Cisco MDS Series Switch. The messages must be displayed with the severity level of "warning" and above. For security reasons, the users must be logged out of the console after 5 minutes of inactivity. Which configuration must be applied to meet these requirements?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Refer to the exhibit. A network engineer uses Ansible to automate the provisioning of different ACI tasks. The current design requires that each application profile has a single applications. All application EPGs must belong to the same configured bridge domain Which set of actions must be taken to accomplish this goal?

A.

Delete line ap: App{{item}} under create ap task.

Delete line with_sequence: start=1 end=100 under create epg task.

B.

Add line ap: App{{item}} under create epg task.

Add line with_sequence: start=1 end=100 under create ap task

C.

Delete line ap: App{{item}} under create ap task.

Add line with_sequence: start=1 end=100 under create ap task.

D.

Add line ap: App{{item}} under create epg task.

Delete line with_sequence: start=1 end=100 under create epg task

What is the impact of upgrading the firmware version of the Cisco MDS 9200i Series Switch?

A.

The data plane traffic is not disrupted during the upgrade.

B.

The traffic traversing FCIP tunnel ISL is impacted.

C.

The supervisor performs a switchover to the standby supervisor.

D.

The control plane will have slow multicast convergence.

Refer to the exhibit An engineer creates a Python script to run in the native Python environment of a Cisco Nexus 9000 Series Switch The standard output of the script displays a list of the names of active interfaces on the switch Which code snippet parses the content of the interface_output variable to create the specified list?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Refer to the exhibit. VLAN 10 Is experiencing delays and packet drops when the traffic is forwarded through the switch. The destination flow analyzer accepts traffic captures of not more than 30 seconds. Which configuration implements the traffic capture that meets the requirements?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Refer to the exhibit. An engineer uses Python in Cisco NX-OS guest shell to retrieve the configuration of the EIGRP ASN on interface eth1/1. The engineer has written this script:

Which command set must be used to retrieve the value of the “asn” key?

A.

>>> output = json.loads(cli('show ip eigrp neighbors'))

>>> output['TABLE_asn']['ROW_asn']['asn']

B.

>>> output = json.loads(cli('show ip eigrp neighbors'))

>>> output['asn']

C.

>>> output = json.dumps(cli('show ip eigrp neighbors'))

>>> output['asn']

D.

>>> output = json.dumps(cli('show ip eigrp neighbors'))

>>> output['TABLE_asn']['ROW_asn']['asn']

An engineer must configure Protocol Independent Multicast on two Cisco Nexus 9000 Series Switches. The engineer must ensure that the chosen rendezvous point (RP) uses a mapping agent and only supports one RP per multicast group. Which type of RP must be used on both switches to meet these requirements?

A.

bootstrap router

B.

static

C.

Auto-RP

D.

Anycast-RP

A Cisco UCS C-Series server needs to be installed in a data center. The server must be managed by using Cisco UCS Manager with a single cable for management and data traffic. Which set of commands must be run on the server after a physical connection is established?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

What is the effect of enabling Skip Validation in the Cisco UCS Auto Install process?

A.

The firmware image of Cisco UCS is not installed.

B.

The upgrade process of Cisco UCS fails to complete.

C.

Cisco UCS Manager does not report issues with the upgrade.

D.

Users that are logged in to Cisco UCS Manager are logged out.

An engineer installed a new Nexus switch with the mgm0interface in vrf management. Connectivity to the rest of the network needs to be tested from the guest shell of the NX-OS. Which command tests connectivity from the shell of the NX-OS?

A.

[guestshell@guestshell -]$ ping 173.37.145.84 vrf management

B.

[guestshell@guestshell -]$ chvrf management ping 173.37.145.84

C.

[guestshell@guestshell -]$ iping vrf management Ip 173.37.145.84

D.

[guestshell@guestshell -]$ dohost "ping vrf management 173.37.145.84"