350-501 Exam Details

  • Exam Code
    :350-501
  • Exam Name
    :Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR)
  • Certification
    :CCIE Service Provider
  • Vendor
    :Cisco
  • Total Questions
    :568 Q&As
  • Last Updated
    :May 31, 2026

Cisco 350-501 Online Questions & Answers

  • Question 491:

    What is the primary role of a BR router in a 6rd environment?

    A. It provides connectivity between end devices and the IPv4 network
    B. It provides IPv4-in-IPv6 encapsulation
    C. It connects the CE routers with the IPv6 network
    D. It embeds the IPv4 address in the 2002::/16 prefix

  • Question 492:

    DRAG DROP

    Drag and drop the functions from the left onto the correct Path Computation Element Protocol roles on the right.

    Select and Place:

  • Question 493:

    What occurs when a high bandwidth multicast stream is sent over an MVPN using Cisco hardware?

    A. The traffic uses the default MDT to transmit the data only if it is a (S, G) multicast route entry.
    B. A data MDT is created to if it is a (*, G) multicast route entries.
    C. A data and default MDT are created to flood the multicast stream out of all PIM-SM neighbors.
    D. A data MDT is created to allow for the best transmission through the core for (S, G) multicast route entries.

  • Question 494:

    Which action occurs during the traceback phase of the six-phase approach to service provider security?

    A. Trace the attack that flows from the attacked sections of the network toward the network edges
    B. Detect unusual activity or behavior and activate appropriate measures after an alert is raised
    C. Review the whole attack-handling process
    D. Mitigate the attack that flows using various mechanisms

  • Question 495:

    Refer to the exhibit.

    Which show command shows statistics for the control plane policy and is used to troubleshoot?

    A. show control-plane CoPP
    B. show policy control-plane
    C. show control-plane
    D. show policy-map control-plane

  • Question 496:

    Refer to the exhibit. R1 has two upstream Tier 1 service providers. BGP is in use as the exterior routing protocol, and ISP_A and ISP_B are sending the full BGP table. A network engineer must assign local-preference 70 to all routes with multiple exit discriminator 30. Which configuration must the network engineer apply?

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

  • Question 497:

    Refer to the exhibit.

    A network operator working for a telecommunication company with an employee ID: 4350:47:853 must implement an IGP solution based on these requirements:

    1. Subnet 10.50.10.0 traffic must exit through the R1 router to connect with the Syslog server.

    2. Subnet 10.50.20.0 traffic must exit through the R2 router to connect with the NTP server.

    3. In case of link failure between R2 and R4, traffic must be routed via R1 and R3.

    Which two configurations must be implemented on R5 to meet these requirements? (Choose two.)

    A. Apply a route policy to redistribute 10.50.0.0 prefixes in OSPF to ISIS and ISIS to OSPF.
    B. Apply a route policy to redistribute 10.50.20.0 from ISIS-L2 to OSPF Area 0 at a higher cost.
    C. Enable a route policy to advertise 10.50.20.0 in ISIS-L2 at a higher cost.
    D. Apply a route policy to redistribute 10.50.10.0 from OSPF Area 0 to ISIS-L2 at a lower cost.
    E. Enable a route policy to advertise 10.50.10.0 In OSPF Area 0 at a low cost.

  • Question 498:

    Refer to the exhibit.

    PE-A

    vrf definition Customer-A rd 65000:1111

    router-target export 65000:1111

    router-target import 65000:1111 !

    address-family ipv4 mdt default 233.15.38.120 mdt data 233.15.38.121 0.0.0.0 threshold 100 mdt mtu 5000 !

    interface GigabitEthernet0/0 vrf forwarding Customer-A ip address 10.10.10.1 255.255.255.252 !

    ip multicast-routing vrf Customer-A

    An engineer is implementing Auto-RP and reviewing the configuration of the PE-A.

    Which configuration permits Auto-RP messages to be forwarded over this interface?

    A. PE-A(config-if)#ip pim sparse-mode
    B. PE-A(config-if)#no ip pim bsr-border
    C. PE-A(config-if)#ip igmp version 3
    D. PE-A(config-if)#ip pim sparse-dense-mode

  • Question 499:

    Refer to the exhibit.

    R1

    interface gigabitethernet1/0/0 ipv6 enable ipv6 ospf 1 area 1

    interface gigabitethernet2/0/0 ipv6 enable ipv6 ospf 1 area 2 An engineer implemented OSPF neighbor relationship on an IOS device. Which configuration must be applied to get the OR/BOR election removed from interfaces running OSPF?

    A. ip ospf network broadcast on interfaces running OSPF
    B. ip ospf network point-to-point on interfaces running OSPF
    C. ip ospf network multipoint-point on interfaces running OSPF
    D. ip ospf network non-broadcast on n:erfaces running OSPF

  • Question 500:

    Refer to the exhibit.

    An ISP provides shared VoIP Extranet services to a customer in VRF-100 with these settings:

    1. The VoIP services are hosted in the 198.19.1000/24 space.

    2. The customer has been assigned the 198.18.10/29 IP address bloc*.

    3. VRF-100 is assigned Import and export route target 85010:100.

    Which configuration must the engineer Apply to PE-1 to provision VRF-100 and provide access to the shared services?

    A. vrf definition VRF-100rd 172.17.255.1:100!address-family ipv4export map VRF-100-EXPORTimport map VRF-100-IMPORTexit-address-family!route-map VRF-100-EXPORT permit 10match ip address prefix-list VRF-100-ALLOWED-EXPORTset extcommunity rt 65010:100 65010:2999route-map VRF-100-EXPORT permit 20set extcommunity rt 65010:100!route-map VRF-100-IMPORT permit 10match extcommunity VRF-100-RT SHARED-SERVICES!ip extcommunity-list standard SHARED-SERVICES permit rt 65010:1999ip extcommunity-list standard VRF-100-RT permit rt 65010:100ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29
    B. vrf definition VRF-100rd 172.17.255.1:100!address-family ipv4export map VRF-100-EXPORTroute-target import 65010:100route-target import 65010:2999exit-address-family!route-map VRF-100-EXPORT permit 10match ip address prefix-list VRF-100-ALLOWED-EXPORTset extcommunity rt 65010:100 65010:1999route-map VRF-100-EXPORT permit 20set extcommunity rt 65010:100!ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29
    C. vrf definition VRF-100rd 172.17.255.1:100!address-family ipv4export map VRF-100-EXPORTroute-target import 65010:100route-target import 65010:1999exit address-family!route-map VRF-100-EXPORT permit 10match ip address prefix-list VRF-100-ALLOWED-EXPORTset extcommunity rt 65010:100 65010:2999route-map VRF-100-EXPORT permit 20set extcommunity r 65010:100!ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29
    D. vrf definition VRF-100rd 172.17.255.1:100!address-family ipv4route-target export 65010:100route-target export 65010:1999route-target import 65010:100route-target import 65010:2999exit-address-family

Tips on How to Prepare for the Exams

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.