Which option describes a benefit of IPv6 VPN Provider Edge?
A. Uses separate signaling plane, which provides more security than IPv4Which two actions describe ISP delegation to PCE servers? (Choose two)
A. adding a new PCE server with lower precedence than the primary PCERefer to the exhibit.

A network operator must configure CSR1 interlaces GigabitEihernet2 and GigabitEthemet to rewrite VLAN tags 12 and 21 for traffic between R1 and R2 respectively.
Which configurator accomplishes this task?


Refer to the exhibit.
import requests import json
device_ip = '10.0.0.1' username = 'cisco' password = 'cisco'
api_endpoint = f'https://{device_ip}/restconf/data/native/interface'
api_data = { "Cisco-IOS-XE-native:Loopback": [
{ "name": "1", "ip": { "address": { "primary": { "address": "10.1.1.1", "mask": "255.255.255.0"
}
}
}
} ]
}
api_headers = { 'Accept': 'application/yang-data+json', 'Content-Type': 'application/yang-data+json'
}
response = requests.patch(api_endpoint, headers=api_headers, auth=(username, password), data=json.dumps(api_data), verify=False)
if response.status_code == 204:
print('Loopback interface was configured successfully.') else:
print(f'Request failed with code {response.status_code}.') print(response.text)
An operations team recently located an archive of scripts for deploying routine network changes with an error-free approach. A junior network engineer, who is working to modify the scripts to support RESTCONF, has been asked to document the purpose of each updated script.
Which two actions does the given script take? (Choose two.)
A. Send a patch request to the API endpoint.Refer to the exhibit.

An engineer is scripting ACLs to handle traffic on the given network. The engineer must block users on the network between R1 and R2 from leaving the network through R5, but these users must still be able to access all resources within the administrative domain. How must the engineer implement the ACL configuration?
A. Configure a permit any ACL on the R1 interface to R2 in the egress direction, and a deny any ACL on the interface in the ingress directionRefer to the exhibit.

What is the URL used for with REST API?
A. It is used to initiate an FTP session to save a running configuration of a device.Which protocol does a Cisco MPLS TE tunnel use to maintain paths within the core?
A. RSVPRefer to the exhibit.

A network engineer is implementing an LDP-based MPLS solution to enable packet flow between the two bank sites. The engineer was given two requirements:
1. LDP peering must stay up when there is a link failure between R3 and R6 2. LDP peering must not flap when there is a link failure between R5 and R6
Which action meets these requirement?
A. Reset the LDP session between R4 and R6.Which protocol functions as the transfer protocol between the Cisco Open SDN Controller and forwarding devices?
A. OSPF or IS-ISRefer to the exhibit.

The ISP is implementing a new hosting-as-a-service solution for its business customers. Service accessibility must be unique and separate for each customer. The network architect must ensure that multiple paths toward the hosting-as-a- service solution are always available. Basic protection against traffic black-holing on the MPLS network is required in case of link failure.
Which two actions must the engineering team perform to meet the requirements? (Choose two.)
A. Configure the fast-hello command under the IS-IS routing protocol with the BGP multipath 2 option enabled.Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Cisco exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 350-501 exam preparations and Cisco certification application, do not hesitate to visit our Vcedump.com to find your solutions here.