Back to Cisco SPCOR / CCNP Service Provider Core 350-501 questions

Scenario-based practice

Refer to the Exhibit Practice Questions

Practise Cisco SPCOR / CCNP Service Provider Core 350-501 practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

15
scenario questions
350-501
exam code
Cisco
vendor

Scenario guide

How to approach refer to the exhibit practice questions

Practise exhibit-style questions that ask you to read a topology, table, command output or diagram before choosing the best answer.

Quick answer

Exhibit-style questions test whether you can read a topology, command output, diagram or table before choosing the best answer.

How to extract the relevant detail from an exhibit.

How topology, command output or routing information affects the answer.

How to avoid answering from memory before reading the evidence.

How to map the exhibit back to the exam objective.

Related practice questions

Related 350-501 topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1hardmultiple choice
Read the full MPLS explanation →

Refer to the exhibit. An engineer is troubleshooting an MPLS LDP session between two routers. The output shows that the LDP session is operational. However, MPLS labels are not being exchanged. What is the most likely cause?

Exhibit

Router# show mpls ldp neighbor
    Peer LDP Ident: 10.1.1.2:0; Local LDP Ident: 10.1.1.1:0
        TCP connection: 10.1.1.2.646 - 10.1.1.1.52300
        State: Oper; Msgs sent/rcvd: 100/101; Downstream on demand
        Up time: 01:23:45
        LDP discovery sources:
            GigabitEthernet0/0/0; xc: 10.1.1.2:0
        Addresses bound to peer LDP Ident:
            10.2.2.2        10.3.3.3
Question 2hardmultiple choice
Open the full BGP breakdown →

Refer to the exhibit. A service provider is receiving BGP prefixes from a customer (AS 64512). The provider wants to tag all routes from that customer that match prefix 10.1.0.0/16 or more specific with community 65000:100, while not modifying other routes. After applying the configuration, which statement is true?

Exhibit

router bgp 65000
 neighbor 192.168.1.1 remote-as 64512
 address-family ipv4 unicast
  neighbor 192.168.1.1 route-map SET_COMMUNITY in
 !
route-map SET_COMMUNITY permit 10
 match ip address prefix-list MATCH_CUST_A
 set community 65000:100 additive
!
route-map SET_COMMUNITY deny 20
!
ip prefix-list MATCH_CUST_A seq 5 permit 10.1.0.0/16 le 24
Question 3hardmultiple choice
Study the full QoS explanation →

Refer to the exhibit. A service provider is applying this QoS policy on a PE-CE interface. The business customer complains that voice traffic (marked with DSCP EF) experiences drops during congestion. What is the likely cause?

Exhibit

interface GigabitEthernet0/0/0/0
 ipv4 address 10.1.1.1 255.255.255.252
 service-policy output QOS_POLICY
!
class-map match-any REALTIME
 match precedence 5
 match dscp ef
!
policy-map QOS_POLICY
 class REALTIME
  priority level 1
  police rate percent 10
 class class-default
  bandwidth remaining ratio 1
Question 4mediummultiple choice
Study the full QoS explanation →

Based on the exhibit, which statement is true about the QoS policy?

Exhibit

Refer to the exhibit.

class-map match-any VIDEO
 match ip dscp af41 af42 af43
!
class-map match-all VOICE
 match ip dscp ef
!
policy-map QOS-POLICY
 class VOICE
  priority percent 10
 class VIDEO
  bandwidth remaining percent 30
 class class-default
  fair-queue
!
interface GigabitEthernet0/0
 service-policy output QOS-POLICY
Question 5hardmultiple choice
Open the full BGP breakdown →

Refer to the exhibit. An engineer is configuring Segment Routing for BGP (BGP-SR) on a PE router to assign labels to prefixes learned from a CE. The route-policy SET-LABEL is applied to the neighbor under the address-family ipv4 unicast. However, the CE prefix 10.1.1.0/24 is not receiving the label. What is the most likely reason?

Exhibit

Refer to the exhibit.

router bgp 65000
 neighbor 10.0.0.1 remote-as 65001
 neighbor 10.0.0.1 update-source Loopback0
 !
 address-family vpnv4
  neighbor 10.0.0.1 activate
  neighbor 10.0.0.1 send-community extended
 exit-address-family
!
route-policy SET-LABEL
  if destination in (10.1.1.0/24) then
    set label-index 100
  endif
 end-policy
Question 6mediummultiple choice
Read the full VPN explanation →

Refer to the exhibit. CE1 is not receiving the VPNv4 route for the 192.168.1.0/24 subnet. What is the most likely cause?

Exhibit

Refer to the exhibit.

PE1 configuration snippet:
 router bgp 65000
  neighbor 10.0.0.2 remote-as 65000
  neighbor 10.0.0.2 update-source Loopback0
  !
  address-family vpnv4
   neighbor 10.0.0.2 activate
   neighbor 10.0.0.2 send-community extended
  !
  address-family ipv4 vrf CUSTOMER_A
   redistribute connected
  !

CE1 configuration snippet:
 interface GigabitEthernet0/0
  ip address 192.168.1.1 255.255.255.0
  no shutdown
 !
 router bgp 65001
  network 192.168.1.0 mask 255.255.255.0
  neighbor 10.1.1.1 remote-as 65000
Question 7mediummulti select
Study the full QoS explanation →

Which TWO statements accurately describe the behavior of the QoS policy shown in the exhibit?

Exhibit

Refer to the exhibit.

class-map match-any VOICE
 match ip dscp ef
class-map match-any VIDEO
 match ip dscp af41 af42
class-map match-any DATA
 match ip dscp default
!
policy-map QOS_POLICY
 class VOICE
  priority level 1
  set mpls experimental topmost 5
 class VIDEO
  bandwidth remaining percent 30
  set mpls experimental topmost 4
 class DATA
  bandwidth remaining percent 70
  set mpls experimental topmost 0
!
interface GigabitEthernet0/0/0
 service-policy output QOS_POLICY
Question 8hardmultiple choice
Study the full QoS explanation →

Refer to the exhibit. A network automation engineer uses NETCONF to retrieve the QoS policy 'POLICE-CUSTOMER'. Based on the response, what is the effect of this policy?

Exhibit

Refer to the exhibit.

<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
 <get>
  <filter type="subtree">
   <policy-maps xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-qos-ma-cfg">
    <policy-map>
     <type>qos</type>
     <name>POLICE-CUSTOMER</name>
    </policy-map>
   </policy-maps>
  </filter>
 </get>
</rpc>

Response:
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
 <policy-maps xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-qos-ma-cfg">
  <policy-map>
   <type>qos</type>
   <name>POLICE-CUSTOMER</name>
   <class>
    <name>class-default</name>
    <police>
     <cir>256000</cir>
     <conform-action>transmit</conform-action>
     <exceed-action>drop</exceed-action>
    </police>
   </class>
  </policy-map>
 </policy-maps>
</data>
Question 9easymultiple choice
Full question →

Refer to the exhibit. An engineer monitors the queue depths on a core interface. Which class is experiencing the most congestion?

Exhibit

Refer to the exhibit.

RP/0/0/CPU0:router# show qos interface gigabitEthernet 0/0/0/0

Interface: GigabitEthernet0/0/0/0
Bandwidth configured: 1000000 kbps
Policy: QOS_BUSINESS
Class: VOICE
Queue ID: 1
Taildrop thresholds: 50 packets
Average queue depth: 12 packets
Maximum queue depth: 48 packets
Class: BEST_EFFORT
Queue ID: 2
Taildrop thresholds: 600 packets
Average queue depth: 580 packets
Maximum queue depth: 650 packets
Question 10hardmultiple choice
Read the full MPLS explanation →

A service provider is deploying a new MPLS core with Segment Routing and requires fast convergence upon link failure. They plan to use TI-LFA (Topology Independent Loop-Free Alternate). What is a prerequisite for TI-LFA to provide protection against any single link failure?

Question 11mediummultiple choice
Review the full routing breakdown →

Refer to the exhibit. An engineer configured Segment Routing on a router. However, the router does not advertise a Prefix-SID for the loopback0 interface. What is the most likely reason?

Exhibit

Refer to the exhibit.

interface GigabitEthernet0/0
 ip address 10.1.1.1 255.255.255.252
 mpls ip
 segment-routing mpls
!
router ospf 1
 segment-routing mpls
 prefix-sid index 100
 network 10.0.0.0 0.255.255.255 area 0
!
interface Loopback0
 ip address 192.168.1.1 255.255.255.255
 ip ospf 1 area 0
!
Question 12mediummultiple choice
Full question →

Refer to the exhibit. A network engineer notices that the local label 19 for prefix 10.4.4.0/24 shows 'Untagged' in the outgoing label column. What is the most likely cause?

Exhibit

Refer to the exhibit.

PE1# show mpls forwarding-table
Local  Outgoing    Prefix           Bytes Label   Outgoing   Next Hop
Label  Label       or Tunnel Id     Switched      interface
16     Pop Label   10.1.1.0/24      0             Gi0/0/0    192.168.1.1
17     18          10.2.2.0/24      0             Gi0/0/1    192.168.2.2
18     19          10.3.3.0/24      0             Gi0/0/1    192.168.2.2
19     Untagged    10.4.4.0/24      0             Gi0/0/2    192.168.3.3
Question 13mediummultiple choice
Read the full MPLS explanation →

Refer to the exhibit. A network engineer is troubleshooting MPLS forwarding for prefix 10.10.10.0/24. The router shows two entries. What does the 'Pop tag' in the outgoing tag indicate?

Exhibit

Router# show mpls forwarding-table 10.10.10.0/24
Local tag  Outgoing tag  Prefix         Outgoing interface  Bytes tag switched
16           Pop tag       10.10.10.0/24   GigabitEthernet0/0/0/0  345678
17           Untagged     10.10.10.0/24   GigabitEthernet0/0/0/1  123456
Question 14mediummultiple choice
Review the full OSPF breakdown →

Refer to the exhibit. The router cannot form a full OSPF adjacency with 10.0.0.2. Which is the most likely cause?

Exhibit

show ip ospf neighbor
Neighbor ID     Pri   State           Dead Time   Address         Interface
10.0.0.2        1    EXSTART/DR     00:00:35    10.0.1.2        GigabitEthernet0/0
Question 15mediummultiple choice
Full question →

Based on the exhibit, which prefix is missing a label binding and likely causing traffic to be dropped?

Exhibit

Refer to the exhibit. The output below is from a Cisco router.

R1# show mpls forwarding-table
Local      Outgoing   Prefix           Bytes Label   Outgoing   Next Hop    
Label      Label     or Tunnel Id     Switched      interface              
16         27        10.1.1.0/24      0             Gi0/0      172.16.1.2
17         31        10.2.2.0/24      0             Gi0/0      172.16.1.2
18         Pop Label 10.3.3.0/24      0             Gi0/1      172.16.2.2
19         No Label  10.4.4.0/24      no vif        Gi0/2      172.16.3.2
20         35        10.5.5.0/24      0             Gi0/0      172.16.1.2

These 350-501 practice questions are part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style 350-501 questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.