Cisco 350-601 Practice Test - Questions Answers, Page 45
List of questions
Related questions
An engineer must configure a Fibre Channel port channel on a Cisco Nexus 9000 Series Switch. The configuration must meet these requirements:
* A port-channel protocol negotiation is performed with the peer ports.
* The trunk mode must be explicitly configured for the interfaces.
* VSANs from 10 to 20 must be allowed.
Which command set configures the devices to meet the requirements?
Option A
Option B
Option C
Option D
Refer to the exhibit.
An engineer must configure fabric binding on a Cisco MDS 9000 Series Switch to match the output. Which fabric database configuration accomplishes this goal?
A)
B)
C)
D)
Option A
Option B
Option C
Option D
Refer to the exhibit.
An engineer must create a Bash script to run in the Cisco NX-OS Guest Shell. The script must loop through the available namespaces and output all registered interfaces. Which code snippet completes the script?
chvrf 'Sns';
echo '$ns';
ifconfig '$ns';
vrfinfo'Sns';
An engineer must automate the provisioning of Cisco ACI objects using the Terraform tool. The engineer must ensure that APIC counts the authentication login requests against the threshold to avoid a DOS attack. Which configuration must be used in Terraform to accomplish these goals?
resources with user ID and password
resources with signature-based authentication
provider with user ID and password
provider with signature-based authentication
Refer to the exhibit.
The Cisco NX-OS scheduler must run every day at 3:00 a.m. Which code snippet completes the script?
time start daily 3:00
time start weekly 7 3:00
time weekly 7 3:00
time daily 3:00
An engineer must create a PowerShell script that leverages the Cisco UCS Manager PowerShell module to submit automated requests to Cisco UCS Manager. The engineer must automate the removal of switches from VLANs. Environment variables must provide the VLAN name and switch identifiers. The VLAN must persist when it is removed from the switch port. Which command must the engineer include in the script to accomplish these goals?
A)
B)
C)
D)
Option A
Option B
Option C
Option D
A network automation engineer must configure a Cisco NX-OS REST API on a Cisco 9000 Series Switch with these requirements:
* NX-API REST and the DME database must be enabled.
* The NX-API REST must listen for HTTP traffic on port 83.
* The HTTPS certificate must be uploaded.
Which configuration set must be used to accomplish these goals?
feature nxapi nxapi (tcp) port 83 nxapi certificate {httpscrt}
feature nxapi nxapi (tcp) port 83 nxapi certificate {httpscrt} nxapi certificate enable
feature nxapi nxapi (http) port 83 nxapi certificate {httpscrt}
feature nxapi nxapi {http} port 83 nxapi certificate {httpscrt | httpskey} nxapi certificate enable
Refer to the exhibit.
An engineer reported suspicious behaviour in a server farm that is deployed on the 198.19.1.0/24 subnet. The traffic must be captured only from the server with the IP address of 198.19.1.19/24. The traffic analyzer is connected to the same switch as the server farm. Which configuration set captures the traffic?
switch(config)# ip access-list match_Server_pkts switch(config-acl)# permit ip 198.19.1.19 0.0.0.0 any switch(config)# monitor session 1 switch {config-m on itor)# filter access-group span.filter
switch(config)# ip access-list match_Server_pkts Switch{config-acl)# permit ip 198.19.1.19 0.0.0.0 any switch(config)# monitor session 1 switch (config-m on itor)# filter access-group 5
switch(config)# ip access-lisl match_Server_pkts switch(config-acl)# permit ip 198.19.1.19 255.255.255.255 any switch(config)# monitor session 1 switch(config-monitor)# filter access-group span.filter
switch(config)# ip access-list match_Server_pkts switch(config-acl)# permit ip 198.19.1.19 255.255.255.0 any switch(config)# monitor session 1 switch (config-m on itor)# filter access-group span_filter
Refer to the exhibit.
Two Cisco Nexus Series Switches use EIGRP between their Eth1/1 interfaces. The switches are configured to support EIGRP authentication. Which set of CLI commands must be used to establish EIGRP neighborship?
A)
B)
Option A
Option B
A QoS policy on Cisco UCS must meet these requirements:
* No-drop class must be configured.
* Jumbo frames must be enabled without fragmentation.
Which configuration must be implemented to mast these conditions?
Configure slow-drain timers and specify an MTU value of 9100 bytes.
Create a Flow Control Policy and specify an MTU value of 9000 bytes.
Create a QoS system class and specify an MTU value of 9216 bytes.
Configure Platinum system class and specify an MTU value of 9100 bytes.
Question