Win IT Exam with Last Dumps 2025


Cisco 350-401 Exam

Page 44/64
Viewing Questions 431 440 out of 638 Questions
68.75%

Question 431
Refer to the exhibit. The trunk does not work over the back-to-back link between Switch1 interface Gig1/0/20 and Switch2 interface Gig1/0/20
Which configuration fixes the problem?
Image 350-401_431Q.png related to the Cisco 350-401 Exam
A. Switch 1(config)#interface gig1/0/20 Switch1(config-if)#switchport mode dynamic auto
B. Switch2(config)#interface gig1/0/20 Switch2(config-if)#switchport mode dynamic desirable
C. Switch2(config)#interface gig1/0/20 Switch2(config-if)#switchport mode dynamic auto
D. Switch1(config)#interface gig1/0/20 Switch1(config-if)#switchport trunk native vlan 1 Switch2(config)#interface gig1/0/20 Switch2(config-if)#switchport trunk native vlan 1

Question 432
Refer to the exhibit. An engineer must configure an ERSPAN session with the remote end of the session 10.10.0.1. Which commands must be added to complete the configuration?
Image 350-401_432Q.png related to the Cisco 350-401 Exam
A. Device(config)#monitor session 1 type erspan-source Device(config-mon-erspan-src)#destination Device(config-mon-erspan-src-dst)#no origin ip address 10.10.0.1 Device(config-mon-erspan-src-dst)#ip address 10.10.0.1
B. Device(config)#monitor session 1 type erspan-source Device(config-mon-erspan-src)#destination Device(config-mon-erspan-src-dst)#no vrf 1
C. Device(config)#monitor session 1 type erspan-source Device(config-mon-erspan-src)#destination Device(config-mon-erspan-src-dst)#no origin ip address 10.10.0.1 Device(config-mon-erspan-src-dst)#ip destination address 10.10.0.1
D. Device(config)#monitor session 1 type erspan-destination Device(config-mon-erspan-src)#source Device(config-mon-erspan-src-dst)#origin ip address 10.1.0.1

Question 433
An engineer must configure a router to leak routes between two VRFs
Which configuration must the engineer apply?
A.
Image 350-401_433QA.png related to the Cisco 350-401 Exam
B.
Image 350-401_433QB.png related to the Cisco 350-401 Exam
C.
Image 350-401_433QC.png related to the Cisco 350-401 Exam
D.
Image 350-401_433QD.png related to the Cisco 350-401 Exam

Question 434
Which Python code snippet must be added to the script to save the returned configuration as a JSON-formatted file?
Image 350-401_434Q.jpg related to the Cisco 350-401 Exam
A.
Image 350-401_434QA.png related to the Cisco 350-401 Exam
B.
Image 350-401_434QB.png related to the Cisco 350-401 Exam
C.
Image 350-401_434QC.png related to the Cisco 350-401 Exam
D.
Image 350-401_434QD.png related to the Cisco 350-401 Exam

Question 435
Refer to the exhibit. What does the output confirm about the switch's spanning tree configuration?
Image 350-401_435Q.png related to the Cisco 350-401 Exam
A. The spanning-tree operation mode for this switch is PVST.
B. The spanning-tree operation mode for this switch is PVST+.
C. The spanning-tree mode stp ieee command was entered on this switch.
D. The spanning-tree operation mode for this switch is IEEE.


Question 436
DRAG DROP -Drag and drop the snippets onto the blanks within the code to construct a script that advertises the network prefix 192.168.5.0/24 into a BGP session. Not all options are used.
Select and Place:
Image 350-401_436Q.png related to the Cisco 350-401 Exam
Image 350-401_436R.png related to the Cisco 350-401 Exam

Question 437
Based on the router's API output in JSON format below, which Python code will display the value of the `hostname` key?
Image 350-401_437Q.png related to the Cisco 350-401 Exam
A. json_data = response,json() print(json_data['response'][0]['hostname'])
B. json_data = json.loads(response.text) print(json_data['response']['family']['hostname'])
C. json_data = json.loads(response.text) print(json_data[response][0][hostname])
D. json_data = response.json() print(json_data['response'][family][hostname'])

Question 438
Which function is performed by vSmart in the Cisco SD-WAN architecture'?
A. distribution of IPsec keys
B. execution of localized policies
C. redistribution between OMP and other routing protocols
D. facilitation of NAT detection and traversal

Question 439
Refer to the exhibit. The administrator troubleshoots an EtherChannel that keeps moving to err-disabled
Which two actions must be taken to resolve the issue?(Choose two.)
Image 350-401_439Q.png related to the Cisco 350-401 Exam
A. Ensure that the corresponding port channel interface on the neighbor switch is named Port-channel1.
B. Ensure that the switchport parameters of Port-channel1 match the parameters of the port channel on the neighbor switch.
C. Ensure that interfaces Gi1/0/2 and Gi1/0/3 connect to the same neighboring switch.
D. Reload the switch to force EtherChannel renegotiation.
E. Ensure that the neighbor interfaces of Gi1/0/2 and Gi1/0/3 are configured as members of the same EtherChannel.

Question 440
Refer to the exhibit. A network engineer must configure NETCONF. After creating the configuration, the engineer gets output from the command show line, but not from show running-config
Which command completes the configuration?
Image 350-401_440Q.png related to the Cisco 350-401 Exam
A. Device(config)# netconf max-sessions 100
B. Device(config)# no netconf ssh acl 1
C. Device(config)# netconf lock-time 500
D. Device(config)# netconf max-message 1000