[Apr 07, 2026] 350-501 certification guide Q&A from Training Expert Pass4suresVCE
350-501 Certification Overview Latest 350-501 PDF Dumps
NEW QUESTION # 218
Refer to the exhibit:
What does the REST API command do?
- A. It retrieves the information requested by Descriptions xml
- B. It removes the information identified by Descriptions xml
- C. It executes the commands specified in Descriptions xml
- D. It displays the information identified by Descriptions xml
Answer: C
NEW QUESTION # 219
Which feature describes the weight parameter for BGP path selection?
- A. Its value is local to the router
- B. Its value is global to the router.
- C. Its value is set either locally or globally.
- D. Its default value is 0.
Answer: A
Explanation:
The weight parameter in BGP (Border Gateway Protocol) is a Cisco-specific attribute that is local to the router on which it is configured. It is used to prefer one path over another when multiple paths to the same destination are available. The weight is not advertised to other routers, making it a local parameter.
NEW QUESTION # 220
Refer to the exhibit:
What is significant about the number 2 in the configuration?
- A. It dictates the number of sessions that can be open with the SNMP manager
- B. It indicates two SNMP managers can read and write with the agent using community string cisco test
- C. It represents the version of SNMP running
- D. It is the numeric name of the ACL that contains the list of SNMP managers with access to the agent
Answer: D
NEW QUESTION # 221
Refer to the exhibit.
What does this REST API script configure?
- A. application profile
- B. VRF
- C. interface with IP address 192.168.0.1
- D. public community string for SNMP
Answer: C
NEW QUESTION # 222
Refer to the exhibit. A network engineer with an employee ID: 5086:72:817 is configuring a connection to manage CE1 from the OAM server on VLAN 100. PE1 must push S-VLAN tag 10 toward PE2 while forwarding traffic from CE1 to the OAM server. PE1 must push S-VLAN tag 20 toward PE2 while forwarding traffic from CE2 to the data traffic gateway. Which configuration must the engineer implement on PE2?
- A. Interface Ge0/1
encapsulation dot1q 100
rewrite ingress tag translate 1-to-1 dot1q 20 - B. Interface Ge0/1
encapsulation dot1q 10
rewrite ingress tag push dot1q 10 symmetric
Interface Ge0/0
encapsulation dot1q 20
rewrite ingress tag push dot1q 20 symmetric - C. Interface Ge0/0
encapsulation dot1q 100
rewrite ingress tag push dot1q 10 symmetric
Interface Ge0/1
encapsulation dot1q 200
rewrite ingress tag push dot1q 20 symmetric - D. Interface Ge0/1
encapsulation dot1q 100
rewrite ingress tag pop 10
rewrite ingress tag push 20
Answer: A
Explanation:
On PE2 you must map the incoming S-VLAN tags directly into the CE-VLAN. The one-to-one translate command does exactly that - any packet arriving with S-VLAN-20 is rewritten into C-VLAN-100 on the CE-facing subinterface.
PE2(config)# interface GigabitEthernet0/1
PE2(config-if)# encapsulation dot1q 100
PE2(config-if)# rewrite ingress tag translate 1-to-1 dot1q 20
This ensures that traffic PE1 has S-tagged with 20 (from CE2) is presented to the CE3/OAM server on VLAN-100.
NEW QUESTION # 223
An network engineer is deploying VRF on ASBR router R1. The interface must have connectivity over an MPLS VPN inter-AS Option AB network. Which configuration must the engineer apply on the router to accomplish this task?
A)
B)
C)
D)
- A. Option A
- B. Option B
- C. Option C
- D. Option D
Answer: D
NEW QUESTION # 224 
Refer to the exhibit. An engineer is configuring IS-IS on ISP network. Which IS-IS configuration must an engineer implement on router AGG1 so that it establishes connectivity to router AGG6 via the BB3 core router?
- A. router isis 100
metric-style wide
interface GigabitEthernet 3
isis metric 1500 level-2 - B. router isis 100
metric-style narrow
interface GigabitEthernet 3
isis metric 10 level-1 - C. router isis 100
metric-style narrow
interface GigabitEthernet 3
isis metric 10 level-2 - D. router isis 100
metric-style wide
interface GigabitEthernet 3
isis metric 1500 level-1
Answer: B
NEW QUESTION # 225
Refer to the exhibit. The application server in the data center hosts voice, video, and data applications over the internet. The data applications run more slowly than the voice and video applications. To ensure that all applications run smoothly, the service provider decided to implement a QoS policy on router PER 2 to apply traffic shaping. Which two actions must an engineer take to implement the task? (Choose two.)
- A. Configure a queue to buffer excess traffic.
- B. Configure the scheduling function to handle delayed packets.
- C. Set the token value for secondary traffic.
- D. Set a threshold to discard excess traffic.
- E. Enable packet remarking for priority traffic.
Answer: A,B
NEW QUESTION # 226
Drag and drop the OSPF and IS-IS Cisco MPLS TE extensions from the left to their functional descriptions on the right.
Answer:
Explanation:
NEW QUESTION # 227
Refer to the exhibit. An ISP provides shared VoIP Extranet services to a customer in VRF-100 with these settings:
- The VoIP services are hosted in the 198.19.100.0/24 space.
- The customer has been assigned the 198.18.1.0/29 IP address block.
- VRF-100 is assigned import and export route target 65010: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-100
rd 172.17.255.1:100
!
address-family ipv4
route-target export 65010:100
route-target export 65010:1999
route-target import 65010:100
route-target import 65010:2999
exit-address-family - B. vrf definition VRF-100
rd 172.17.255.1:100
!
address-family ipv4
export map VRF-100-EXPORT
import map VRF-100-IMPORT
exit-address-family
!
route-map VRF-100-EXPORT permit 10
match ip address prefix-list VRF-100-ALLOWED-EXPORT
set extcommunity rt 65010:100 65010:2999
route-map VRF-100-EXPORT permit 20
set extcommunity rt 65010:100
!
route-map VRF-100-IMPORT permit 10
match extcommunity VRF-100-RT SHARED-SERVICES
!
ip extcommunity-list standard SHARED-SERVICES permit rt 65010:1999
ip extcommunity-list standard VRF-100-RT permit rt 65010:100
ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29 - C. vrf definition VRF-100
rd 172.17.255.1:100
!
address-family ipv4
export map VRF-100-EXPORT
route-target import 65010:100
route-target import 65010:2999
exit-address-family
!
route-map VRF-100-EXPORT permit 10
match ip address prefix-list VRF-100-ALLOWED-EXPORT
set extcommunity rt 65010:100 65010:1999
route-map VRF-100-EXPORT permit 20
set extcommunity rt 65010:100
!
ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29 - D. vrf definition VRF-100
rd 172.17.255.1:100
!
address-family ipv4
export map VRF-100-EXPORT
route-target import 65010:100
route-target import 65010:1999
exit address-family
!
route-map VRF-100-EXPORT permit 10
match ip address prefix-list VRF-100-ALLOWED-EXPORT
set extcommunity rt 65010:100 65010:2999
route-map VRF-100-EXPORT permit 20
set extcommunity r 65010:100
!
ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29
Answer: A
NEW QUESTION # 228
Drag and drop the technologies from the left onto the correct definitions on the right.
Answer:
Explanation:

NEW QUESTION # 229
Refer to the exhibit.
Refer to the exhibit. An ISP provides shared VoIP Extranet services to a customer in VRF-100 with these settings:
The VoIP services are hosted in the 198.19.100.0/24 space.
The customer has been assigned the 198.18.1.0/29 IP address block.
VRF-100 is assigned import and export route target 65010: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-100
rd 172.17.255.1:100
!
address-family ipv4
route-target export 65010:100
route-target export 65010:1999
route-target import 65010:100
route-target import 65010:2999
exit-address-family - B. vrf definition VRF-100
rd 172.17.255.1:100
!
address-family ipv4
export map VRF-100-EXPORT
import map VRF-100-IMPORT
exit-address-family
!
route-map VRF-100-EXPORT permit 10
match ip address prefix-list VRF-100-ALLOWED-EXPORT
set extcommunity rt 65010:100 65010:2999
route-map VRF-100-EXPORT permit 20
set extcommunity rt 65010:100
!
route-map VRF-100-IMPORT permit 10
match extcommunity VRF-100-RT SHARED-SERVICES
!
ip extcommunity-list standard SHARED-SERVICES permit rt 65010:1999
ip extcommunity-list standard VRF-100-RT permit rt 65010:100
ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29 - C. vrf definition VRF-100
rd 172.17.255.1:100
!
address-family ipv4
export map VRF-100-EXPORT
route-target import 65010:100
route-target import 65010:2999
exit-address-family
!
route-map VRF-100-EXPORT permit 10
match ip address prefix-list VRF-100-ALLOWED-EXPORT
set extcommunity rt 65010:100 65010:1999
route-map VRF-100-EXPORT permit 20
set extcommunity rt 65010:100
!
ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29 - D. vrf definition VRF-100
rd 172.17.255.1:100
!
address-family ipv4
export map VRF-100-EXPORT
route-target import 65010:100
route-target import 65010:1999
exit address-family
!
route-map VRF-100-EXPORT permit 10
match ip address prefix-list VRF-100-ALLOWED-EXPORT
set extcommunity rt 65010:100 65010:2999
route-map VRF-100-EXPORT permit 20
set extcommunity r 65010:100
!
ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29
Answer: A
NEW QUESTION # 230
Drag and drop the multicast concepts from the left onto the correct descnpt.ons on the right.
Answer:
Explanation:

NEW QUESTION # 231
Which two uses of the YANG data modeling language are true? (Choose two)
- A. It can be used to access a device by HTTP
- B. It can be used to shape slats data of network elements
- C. It can be used to replace RESTCONF as a mechanism to install and manipulate configuration
- D. It can be used to replace the OSI model for troubleshooting
- E. It can be used to model the configuration used by NETCONF operations
Answer: B,E
Explanation:
YANG is primarily used to model the configuration and state data used by NETCONF operations.
NEW QUESTION # 232
Which statement about segment routing prefix segments is true?
- A. It is linked to an adjacency SID that is globally unique within the router
- B. It requires using EIGRP to operate
- C. It is linked to a prefix SID that is globally unique within segment routing domain
- D. It is the longest path to a node
Answer: C
Explanation:
https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/segment- routing/configuration/guide/b-seg-routing-cg-asr9k/b-seg-routing-cg-asr9k_chapter_010.pdf
NEW QUESTION # 233
Why do Cisco MPLS TE tunnels require a link-state routing protocol'?
- A. The tunnel endpoints can use the link-state database to evaluate the entire topology and determine the best path
- B. The link-state database provides a data repository from which the tunnel endpoints can dynamically select a source ID
- C. The link state database provides segmentation by area, which improves the path-selection process
- D. Link-state routing protocols use SPF calculations that the tunnel endpoints leverage to implement the tunnel
Answer: A
NEW QUESTION # 234
An engineer must implement QoS to prioritize traffic that requires better service throughout the network. The engineer started by configuring a class map to identify the high-priority traffic. Which additional tasks must the engineer perform to implement the new QoS policy?
- A. Attach the class map to a policy map that sets the minimum bandwidth allocated to the classified traffic and designates the action to be taken on the traffic.
- B. Attach the class map to a policy map that designates the action to be taken on the classified traffic and then attach the policy map to an interface using a service policy.
- C. Attach the class map to a policy map within a VRF to segregate the high-priority traffic and then attach the policy map to an interface in another VRF.
- D. Create a route map to manipulate the routes that are entered into the routing table and then attach the route map to an interface using a service policy.
Answer: B
NEW QUESTION # 235
Refer to the exhibit:
It the NetFlow configuration is updated to version 9, which additional piece of information can be reported"?
- A. BGP AS information
- B. IPv4 flow information
- C. IPv6 flow information
- D. flow sequence numbers
Answer: C
NEW QUESTION # 236
Refer to the exhibit. An ISP provides shared VoIP Extranet services to a customer in VRF-100 with these settings:
- The VoIP services are hosted in the 198.19.100.0/24 space.
- The customer has been assigned the 198.18.1.0/29 IP address block.
- VRF-100 is assigned import and export route target 65010: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-100
rd 172.17.255.1:100
!
address-family ipv4
route-target export 65010:100
route-target export 65010:1999
route-target import 65010:100
route-target import 65010:2999
exit-address-family - B. vrf definition VRF-100
rd 172.17.255.1:100
!
address-family ipv4
export map VRF-100-EXPORT
import map VRF-100-IMPORT
exit-address-family
!
route-map VRF-100-EXPORT permit 10
match ip address prefix-list VRF-100-ALLOWED-EXPORT
set extcommunity rt 65010:100 65010:2999
route-map VRF-100-EXPORT permit 20
set extcommunity rt 65010:100
!
route-map VRF-100-IMPORT permit 10
match extcommunity VRF-100-RT SHARED-SERVICES
!
ip extcommunity-list standard SHARED-SERVICES permit rt 65010:1999
ip extcommunity-list standard VRF-100-RT permit rt 65010:100
ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29 - C. vrf definition VRF-100
rd 172.17.255.1:100
!
address-family ipv4
export map VRF-100-EXPORT
route-target import 65010:100
route-target import 65010:2999
exit-address-family
!
route-map VRF-100-EXPORT permit 10
match ip address prefix-list VRF-100-ALLOWED-EXPORT
set extcommunity rt 65010:100 65010:1999
route-map VRF-100-EXPORT permit 20
set extcommunity rt 65010:100
!
ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29 - D. vrf definition VRF-100
rd 172.17.255.1:100
!
address-family ipv4
export map VRF-100-EXPORT
route-target import 65010:100
route-target import 65010:1999
exit address-family
!
route-map VRF-100-EXPORT permit 10
match ip address prefix-list VRF-100-ALLOWED-EXPORT
set extcommunity rt 65010:100 65010:2999
route-map VRF-100-EXPORT permit 20
set extcommunity r 65010:100
!
ip prefix-list VRF-100-ALLOWED-EXPORT seq 5 permit 198.18.1.0/29
Answer: A
NEW QUESTION # 237
Refer to the exhibit.
A network engineer must configure an LDP neighborship between two newly installed routers that are located in two different offices. Router 1 is the core router in the network and it has already established OSPF adjacency with router 2. On router 1 and router 2. interface fa0/0 is configured for BFD. Which additional configuration must the engineer apply to the two devices to meet the requirement?
- A. Router1(config)#int fa0/0 -
Router1(config-if)#mpls ip -
Router2(config)#router ospf 1 -
Router2(config-router)#mpls ldp autoconfig - B. Route1(config)#int fa0/0 -
Router1(config-if)#mpls ldp autoconfig
Router1(config-if)#mpls ldp discovery interface
Router2(config)#router ospf 1 -
Router2(config-router)#mpls ldp autoconfig
Router2(config-if)#mpls ldp discovery interface - C. Router1(config)#int fa0/0 -
Router1(config-if)#mpls ldp autoconfig
Router2(config)#router ospf 1 -
Router2(config-router)#mpls ip - D. Router1(config)#int fa0/0 -
Router1(config-if)#mpls ip -
Router1(config-if)#mpls ldp discovery transport-address interface
Router2(config)#int fa0/0 -
Router2(config-if)#mpls ip -
Router2(config-if)#mpls ldp discovery transport-address interface
Answer: A
NEW QUESTION # 238 
Refer to the exhibit. A junior engineer must update a group of scripts to use on a newly deployed subnet.
However, one of the scripts is not documented or commented. What are the two effects of this script? (Choose two.)
- A. The script configures a loopback interface.
- B. The script calls a Telnet process to connect to a network device.
- C. The script stores output with leading or trailing spaces.
- D. The script stores output in the cli.txt file.
Answer: A,D
NEW QUESTION # 239
Which type of attack is an application attack?
- A. ICMP (ping) flood
- B. HTTP flood
- C. ping of death
- D. SYN flood
Answer: B
NEW QUESTION # 240
In an EVPN operation, how does the PE determine and advertise Ethernet segment reachability?
- A. The PE discovers remote ESIs and determines their redundancy mode.
- B. The PE discovers other PEs in the same Ethernet segment and elects a DF.
- C. The PE discovers and shared routing information for the B-MAC addresses associated with local Ethernet segments.
- D. The PE discovers the remote PEs in the EVI and builds a flood list linked with the EVI.
Answer: A
Explanation:
In an EVPN operation, the PE (Provider Edge) router determines and advertises Ethernet segment reachability by discovering remote ESIs (Ethernet Segment Identifiers) and determining their redundancy mode (all-active or single-active). This is crucial in multihoming scenarios where the PE needs to auto-discover remote PEs and the corresponding redundancy mode. In case of segment failures, PEs withdraw the routes used at this stage to trigger fast convergence by signaling a MAC mass withdrawal on remote PEs3.
Reference:
Cisco, "EVPN Configuration Guide for Cisco 8000 Series Routers, IOS XR Release 7.11.x" Huawei, "Overview of EVPN - New IP Technologies"
NEW QUESTION # 241
Refer to the exhibit. An engineer is configuring two routers to support MPLS LDP sessions between them. The R1 configuration is complete, and work has started on R2 as shown.
Which additional configuration must the engineer apply to R2 to complete the task?
- A.

- B.

- C.

- D.

Answer: A
NEW QUESTION # 242
......
The Best Cisco 350-501 Study Guides and Dumps of 2026: https://realpdf.pass4suresvce.com/350-501-pass4sure-vce-dumps.html