Practice Free 350-601 Exam Online Questions
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
Which two components are used by the Cisco Nexus switches telemetry process? (Choose two.)
- A . telemetry agent
- B . data collection
- C . data manipulation
- D . telemetry compression
- E . data encoding
Refer to the exhibit.

A network engineer must configure an authentication solution for Cisco UCS with these conditions:
• Two-factor authentication must be enabled for all UCS user authentication.
• All AAA packets must be encrypted and use TCP port 49 to establish communication.
Which set of actions needs these requirements?
- A . Create the LDAP provider.
Change the LDAP group rule in an LDAP provider. - B . Create the RADIUS group mapping.
Change the RADIUS group rule in a RADIUS provider. - C . Remove the LDAP provider.
Create a TACACS+ provider in user management. - D . Delete the LDAP group mapping.
Create a RADIUS provider in user management.
A Cisco Unified Computing System environment must be configured for a server that requites access to VLAN 30 for data and VLAN 40 for management. The server must have failover capabilities. The upstream connectivity will be provided by using a Cisco Nexus 9000 Series Switch.
Which action must be taken to meet these requirements?
- A . Use a single virtual network interface card for both VLANs and assign the vNlC lo a dynamic LAN pin group.
- B . Create a virtual network interface card for each VLAN and configure the host to use load balancing.
- C . Create a virtual network interface cards for each VLAN and enable vNIC fabric failover
- D . Use a single virtual network interface card for both VLANs and apply a network control policy for prioritization.
Refer to the exhibit.

An engineer must enable interlace Eth1/2 when the interface Ethi/1 is shut down using EEM on a Cisco Nexus 9000 Series Switch.
Which command set accomplishes this goal?
- A . event syslog pattern Down_lnterface
event manager applet "Interface Ethernetl/2. changed state to administratively down" - B . event syslog pattern Down_lnteriace
event manager applet "Interface Ethemetl/1, changed state to administratively down" - C . event manager applet Down_lnterface
event syslog pattern "Interface Ethernet 1 ‘1. changed state to administratively down" - D . event manager applet Down interface
event syslog pattern "Interface Ethernet 1/2, changed state to administratively down"
C
Explanation:
The goal is to automatically enable interface Eth1/2 whenever interface Eth1/1 is shut down. An EEM applet consists of an event (the trigger) and an action (the response).
The Applet Name:
The command event manager applet [name] initializes the applet.
Options A and B incorrectly put the event syslog pattern before the applet definition. In NX-OS and IOS, you must first enter the applet configuration context before defining its parameters.
The Event Trigger:
The requirement is to trigger the script when Eth1/1 is shut down.
Option C specifies event syslog pattern "Interface Ethernet 1/1, changed state to administratively down". This matches the standard syslog message generated when an interface is manually disabled.
Option D is incorrect because it monitors Eth1/2 instead of Eth1/1, meaning the script would only trigger if the interface it’s trying to open was the one being shut.
The Action Sequence (from the exhibit):
The provided exhibit shows the actions that will be executed once the event occurs:
action 1.0 cli command "enable" (Enter privileged mode).
action 1.5 cli command "config t" (Enter configuration mode).
action 2.0 cli command "interface Eth1/2" (Select the target interface).
action 2.5 cli command "no shutdown" (Enable the target interface).
Refer to the exhibit.


A network engineer must implement V XLAN between two core switches called CORE_2 and CORE_3. The core switches must have multicast disabled. In addition, the VLAN 100 called APP and VLAN 200 called DB must be extended between the core switches. The initial VXLAN configuration has been completed on CORE_2.
Which Network Virtual Interface configuration completes VXLAN configure?
A)

B)

C)

D)

- A . Option A
- B . Option B
- C . Option C
- D . Option D
