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?
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
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?
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.
B.
C.
D.
Question 434
Which Python code snippet must be added to the script to save the returned configuration as a JSON-formatted file?
A.
B.
C.
D.
Question 435
Refer to the exhibit. What does the output confirm about the switch's spanning tree configuration?
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:
Question 437
Based on the router's API output in JSON format below, which Python code will display the value of the `hostname` key?
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.)
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?