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
    :Jul 11, 2026

Cisco 350-501 Online Questions & Answers

  • Question 11:

    What is the function of Cisco NFV infrastructure platform?

    A. It does not have a security audit feature.
    B. It does not offer high availability.
    C. It offers consistent performance.
    D. It offers decentralized logging.

  • Question 12:

    A router is advertising multiple networks to its BGP neighbor in AS 5200 with peer IP address 1.1.1.1. Which configuration must be applied so that the router permits updates only for networks with a prefix mask length less than or equal to 21?

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

  • Question 13:

    What is one of the differences between Ansible and Chef?

    A. Ansible uses YAML and Chef uses Ruby.
    B. Chef requires the use of Windows in the environment and Ansible requires Linux.
    C. Chef is highly scalable and Ansible is highly secure.
    D. Ansible uses Ruby and Chef uses Python.

  • Question 14:

    Refer to the exhibit:

    A network engineer is implementing an OSPF configuration Based on the output, which statement is true?

    A. In the ospfv3 1 area 1 ipv4 command, area 0 must be configured instead of area 1.
    B. OSPFv3 does not run for IPv4 on FastEthemet0/0 until IPv6 routing is enabled on the router and IPv6 is enabled on interface Fastfc.thernet0/0
    C. OSPFv3 cannot be configured for IPv4; OSPFv3 works only for IPv6.
    D. IPv6 routing not enabled" is just an informational message and OSPFv3 runs for IPv4 on interface FastEthernet0/0 anyway

  • Question 15:

    Refer to the exhibit.

    A network engineer is implementing multicast services on CPE-1 and CPE-2. CPE-1 must be configured as the preferred IGMP querier for the LAN segment. PIM-SM must be implemented on the LAN interfaces with an IGMP version that supports (*, G) joins only. Which configurations must the engineer implement on CPE-1 and CPE-2?

    A. On CPE-1:interface GigabitEthernet0/1ip address 10.0.12.129 255.255.255.128ip pim sparse-modeip igmp version 2On CPE-2:interface GigabitEthernet0/1ip address 10.0.12.130 255.255.255.128ip pim sparse-modeip igmp version 2
    B. On CPE-1:interface GigabitEthernet0/1ip address 10.0.12.130 255.255.255.128ip pim sparse-modeip igmp version 3On CPE-2:interface GigabitEthernet0/1ip address 10.0.12.129 255.255.255. 128ip pim sparse-modeip igmp version 3
    C. On CPE-1:interface GigabitEthernet0/1ip address 10.0.12.130 255.255.255.128ip pim sparse-modeip igmp version 2On CPE-2:interface GigabitEthernet0/1ip address 10.0.12.129 255.255.255.128ip pim sparse-modeip igmp version 2
    D. On CPE-1:interface GigabitEthernet0/1ip address 10.0.12.129 255.255.255.128ip pim sparse-modeip igmp version 3On CPE-2:interface GigabitEthernet0/1ip address 10.0.12.130 255.255.255.128ip pim sparse-modeip igmp version 3

  • Question 16:

    Refer to the exhibit.

    An engineer is implementing BGP selective prefix suppression. The router must advertise only 10.16.4.0/24,10.16.5.0/24. and summarized route 10.16.0.0/21. and suppress 10.16.6.0/24. Which configuration must the engineer apply to the router?

    A. Router (config)# router bgp 300Router(config-router)# aggregate-address 10.16.6.0 255.255.252.0 as-set suppress-map SuppressMap
    B. Router (config)# router bgp 300Router(config-router)# aggregate-address 10.16.0.0 255.255.255.0 as-set suppress-map unSuppressMap
    C. Router (config)# router bgp 300Router(config-router)# aggregate-address 10.16.0.0 255.255.248.0 as-set suppress-map SuppressMap
    D. Router (config)# router bgp 300Router(config-router)# aggregate-address 10.16.6.0 255.255.255.0 as-set suppress-map SuppressMap

  • Question 17:

    Refer to the exhibit.

    If RC is a stub router, which entry must be injected so that it will send traffic outside the OSPF domain?

    A. more specific route
    B. virtual link between RB and RC
    C. sham link
    D. default route

  • Question 18:

    Which configuration mode do you use to apply the mpls ldp graceful-restart command in IOS XE Software?

    A. MPLS LDP neighbor
    B. interface
    C. MPLS
    D. global

  • Question 19:

    Refer to the exhibit.

    An engineer must configure router R2 as the new P router in the network.

    Which configuration must be applied to R2 to enable LDP-IGP Sync on its L2 IS-IS adjacencies?

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

  • Question 20:

    Refer to the exhibit.

    A network engineer at ISP-B must advertise 198.19.100.0/24 ?198.19.105.0/24 prefixes to ISP-A with these requirements:

    1. Prefixes 198.19.100.0/24 ?198.19.102.0/24 must have the community set to 64602:10.

    2. Prefixes 198.19.103.0/24 ?198.19.105.0/24 must have the community set to 64602:11.

    3. The AS_PATH for the 198.19.103.0/24 ?198.19.105.0/24 prefixes must appear as "64602 64602" in ASN 64601.

    Which configuration must the engineer implement on the ISP-B router to meet the requirements?

    A. configure terminalaccess-list 30 deny 198.19.100.0 0.0.0.255access-list 30 deny 198.19.101.0 0.0.0.255access-list 30 deny 198.19.102.0 0.0.0.255!route-map ASN-64601-OUT permit 10match ip address 30set as-path prepend 64602 64602set community 64602:11route-map ASN-64601-OUT permit 20set community 64602:10end
    B. configure terminalaccess-list 30 deny 198.19.103.0 0.0.0.255access-list 30 deny 198.19.104.0 0.0.0.255access-list 30 deny 198.19.105.0 0.0.0.255!route-map ASN-64601-OUT deny 10match ip address 30set as-path prepend 64602set community 64602:11route-map ASN-64601-OUT permit 20set community 64602:10end
    C. configure terminalaccess-list 30 deny 198.19.100.0 0.0.0.255access-list 30 deny 198.19.101.0 0.0.0.255access-list 30 deny 198.19.102.0 0.0.0.255access-list 30 permit any!route-map ASN-64601-OUT permit 10match ip address 30set as-path prepend 64602set community 64602:11route-map ASN-64601-OUT permit 20set community 64602:10end
    D. configure terminalaccess-list 30 deny 198.19.100.0 0.0.0.255access-list 30 deny 198.19.101.0 0.0.0.255access-list 30 deny 198.19.102.0 0.0.0.255access-list 30 permit any!route-map ASN-64601-OUT permit 10set community 64602:10!route-map ASN-64601-OUT permit 20match ip address 30set as-path prepend 64602 64602set community 64602:11end

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.