Get all the Information About Cisco 350-501 Exam 2024 Practice Test Questions [Q26-Q45]

Share

Get all the Information About Cisco 350-501 Exam 2024 Practice Test Questions

Check Real Cisco 350-501 Exam Question for Free (2024)


Cisco 350-501 certification exam tests the candidate's abilities to implement and operate core service provider network technologies, including building a base configuration, implementing and configuring VPN and MPLS services, and identifying and troubleshooting network-related issues. Implementing and Operating Cisco Service Provider Network Core Technologies certification exam quantifies the ability of candidates to maintain, troubleshoot, and restore service provider networks. Thus, it is a great opportunity for professionals to authenticate their expertise in service provider networking.

 

NEW QUESTION # 26
Refer to the exhibit.

What does the number 2 mean in the configuration?

  • A. It dictates the number of sessions that will be open with the SNMP manager
  • B. It indicates two SNMP managers are able to read and write with the agent using community string ciscotest.
  • C. It is the numeric name of the ACL that contains the list of SNMP managers with access to the agent.
  • D. It represents the version of SNMP running.

Answer: C


NEW QUESTION # 27
Drag and drop the functions from the left onto the correct Path Computation Element Protocol roles on the right

Answer:

Explanation:


NEW QUESTION # 28
What is the function of the FEC filed within the OTN signal structure?

  • A. It allows deep inspection of data payload fields.
  • B. It allows source nodes to discard payload errors before transmitting data on the network.
  • C. It allows receivers to correct errors upon data arrival.
  • D. It allows the sending devices to apply QoS within the OTN forwarding structure.

Answer: C


NEW QUESTION # 29
Refer to the exhibit:

Which statement describes the effect of this configuration?

  • A. It applies a service policy to all interfaces remarking HTTP traffic
  • B. It matches HTTP traffic for use in a policy map
  • C. It creates an ACL named WEB that filters HTTP traffic.
  • D. It modifies the default policy map to allow all HTTP traffic through the router

Answer: B


NEW QUESTION # 30
Drag and drop the multicast concepts from the left onto the correct descnpt.ons on the right.

Answer:

Explanation:


NEW QUESTION # 31
Drag and drop the functionalities from the left onto the correct target fields on the right.

Answer:

Explanation:


NEW QUESTION # 32
Refer to the exhibit. What does the REST API command do?

  • A. It displays the information identified by Descriptions.xml.
  • B. It retrieves the information requested by Descriptions.xml.
  • C. It executes the commands specified in Oescriptioos.xml.
  • D. It removes the information identified by Descriptions.xml.

Answer: C


NEW QUESTION # 33
Refer to the exhibit.

While troubleshooting the network, a network operator with an employee id: 3812:12:993 is trying to ping XR1. Which result should the operator expect when trying to ping to an XR1 local address?

  • A. All ICMP traffic responds successfully.
  • B. ICMP traffic works at a policed rate of 19 bytes per second every 100 ms
  • C. All ICMP traffic is dropped.
  • D. ICMP traffic works at a policed rate of 19 packets every 100 ms.

Answer: A


NEW QUESTION # 34
Guidelines -
This is a lab item in which tasks will be performed on virtual devices.
* Refer to the Tasks tab to view the tasks for this lab item.
* Refer to the Topology tab to access the device console(s) and perform the tasks.
* Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
* All necessary preconfigurations have been applied.
* Do not change the enable password or hostname for any device.
* Save your configurations to NVRAM before moving to the next item.
* Click Next at the bottom of the screen to submit this lab and move to the next question.
* When Next is clicked, the lab closes and cannot be reopened.
Topology:

Tasks -
Configure the BGP routing protocol for R1 and R2 according to the topology to achieve these goals:
1. Configure EBGP neighbor adjacency for the IPv4 and IPv6 address family between R1 and R2 using Loopback0 IPv4 and IPv6 addresses. All BGP updates must come from the Loopback0 interface as the source. Do not use IGP routing protocols to complete this task.
2. Configure MD5 Authentication for the EBGP adjacency between R1 and R2. The password is clear text C1sc0!.

Answer:

Explanation:
Here is the solution:


NEW QUESTION # 35
Refer to the exhibits:

R1 and R2 are directly connected and IS-IS routing has been enabled between R1 and R2 R1 message periodically Based on this output, which statement is true?

  • A. 1S-1S neighbor authentication is failing for Level 1 and Level 2 PDUs .
  • B. IS-IS neighbor authentication is failing for Level 1 PDUs only
  • C. IS-IS neighbor authentication is failing for Level 2 first and then for Level 1 PDUs
  • D. IS-IS neighbor authentication is failing for Level 2 PDUs only.

Answer: B


NEW QUESTION # 36
Refer to me exhibit.

A network operator recently configured BGP FlowSpec for me internal IT network What will be inferred from the configuration deployed on me network?

  • A. The policy is warned via BC FlowSpec aid has active traffic
  • B. The policy is configured locally on CSRl and drops all traffic for TCP ports 80 and 443
  • C. The policy is configured locally on CSR1 and currently has no active traffic
  • D. The policy is learned via BGP FlowSpec and drops all traffic for TCP ports 80 and 443

Answer: B


NEW QUESTION # 37
Refer to the exhibit. A network engineer configures CPE-1 for QoS with these requirements:
- IPv4 and IPv6 traffic originated by the CPE-1 WAN IP address must be
marked with DSCP CS3.
- IPv4 LAN traffic must be marked with DSCP CS1.
- IPv6 LAN traffic must be marked with DSCP default.
Which configuration must the engineer implement on CPE-1?

  • A. class-map match-any SELF_TRAFFIC
    match access-group name SELF_V4
    match access-group name SELF_V6
    class-map match-all V4_ TRAFFIC
    match protocol ip
    class-map match-all V6_TRAFFIC
    match protocol ipv6
    class-map match-all QG_4
    match qos-group 4
    class-map match-all QG_6
    match qos-group 6
    !
    policy-map LAN-INPUT
    class V4_TRAFFIC
    set qos-group 4
    class V6_TRAFFIC
    set qos-group 6
    !
    policy-map WAN-OUTPUT
    class SELF_TRAFFIC
    set ip dscp cs3
    class QG_4
    set ip dscp cs1
    class QG_6
    set ip dscp default
  • B. class-map match-any SELF_TRAFFIC
    match access-group name SELF_V4
    match access-group name SELF_V6
    class-map match-all V4_ TRAFFIC
    match protocol ip
    class-map match-all V6_TRAFFIC
    match protocol ipv6
    class-map match-all QG_4
    match qos-group 4
    class-map match-all QG_6
    match qos-group 6
    !
    policy-map LAN-INPUT
    class V4_TRAFFIC
    set qos-group 4
    class V6_TRAFFIC
    set qos-group 6
    !
    policy-map WAN-OUTPUT
    class SELF_TRAFFIC
    set dscp cs3
    class QG_4
    set ip dscp cs1
    class QG_6
    set dscp default
  • C. class-map match-all SELF_TRAFFIC
    match access-group name SELF_V4
    match access-group name SELF_V6
    class-map match-all V4_ TRAFFIC
    match protocol ip
    class-map match-all V6_TRAFFIC
    match protocol ipv6
    class-map match-all QG_4
    match qos-group 4
    class-map match-all QG_6
    match qos-group 6
    !
    policy-map LAN-INPUT
    class V4_TRAFFIC
    set qos-group 4
    class V6_TRAFFIC
    set qos-group 6
    !
    policy-map WAN-OUTPUT
    class SELF_TRAFFIC
    set dscp cs3
    class QG_4
    set ip dscp cs1
    class QG_6
    set dscp default
  • D. class-map match-all SELF_TRAFFIC
    match access-group name SELF_V4
    match access-group name SELF_V6
    class-map match-all V4_ TRAFFIC
    match protocol ip
    class-map match-all V6_TRAFFIC
    match protocol ipv6
    class-map match-all QG_4
    match qos-group 4
    class-map match-all QG_6
    match qos-group 6
    !
    policy-map LAN-INPUT
    class V4_TRAFFIC
    set qos-group 4
    class V6_TRAFFIC
    set qos-group 6
    !
    policy-map WAN-OUTPUT
    class SELF_TRAFFIC
    set ip dscp cs3
    class QG_4
    set ip dscp cs1
    class QG_6
    set ip dscp default

Answer: A


NEW QUESTION # 38
Refer to the exhibit.

Refer to the exhibit. Four midsize service providers provide access to different customers that use Layer 3 VPN services to enable communication across geographic regions. The service providers are connected as shown in the exhibit, and the PEs have established eBGP relationships. PE4 has an IBGP relationship with PE5. The routes that PE4 learns from PE5 must reach the other PE routers, but they are absent from the routing tables on the other PES. Which action should the engineers take to correct the problem?

  • A. Enable BOP IPv4 unicast on PE4 and PE5
  • B. Configure a peering between all five Pes.
  • C. Disable BGP synchronization on PE4.
  • D. Advertise the route targets for PE5 to the other PEs

Answer: B


NEW QUESTION # 39
Refer to the exihibit.

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 an ACL that permits traffic to all internal networks and denies traffic to any external address, and apply it to the R2 interface to R1 in the ingress direction.
  • B. Configure an ACL that denies traffic to any internal address and denies traffic to any external address, and apply it to the R5 interfaces to R3 and R4 in the ingress direction
  • C. 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 direction
  • D. Configure an ACL that permits traffic to any internal address, and apply it to the R5 interfaces to R3 and R4 in the egress direction

Answer: A

Explanation:
In the given scenario, the goal is to restrict users on the network between R1 and R2 from accessing the external network through R5, while still allowing them access to all resources within the administrative domain. The correct approach is to configure an Access Control List (ACL) that permits traffic to all internal networks and denies traffic to any external address. This ACL should be applied to the R2 interface that connects to R1 in the ingress direction. By doing so, traffic originating from users between R1 and R2 destined for external networks will be blocked, while internal traffic will be allowed.


NEW QUESTION # 40
Refer to the exhibit.

What reestablishes the OSPF neighbor relationship between Router 1 and Router 2?

  • A. correct wildcard mask is used on Router 2
  • B. OSPF process IDs match
  • C. hello intervals match
  • D. authentication is added to the configuration

Answer: C


NEW QUESTION # 41
Refer to the exhibit.

What is the effect of this configuration?

  • A. The two routers successfully form a neighbor relationship.
  • B. The two routers fail to form a neighbor relationship because their system IDs are different.
  • C. The two routers fail to form a neighbor relationship because the authentication configuration is missing
  • D. The two routers fail to form a neighbor relationship because they have different IS-IS area types.

Answer: A


NEW QUESTION # 42
Refer to the exhibit.

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 braodcast in interfaces running OSPF
  • B. ip ospf network multipoint-to-point on interfaces running OSPF
  • C. ip ospf network non-braodcast on interfaces running OSPF
  • D. ip ospf network point-to-point on interfaces running OSPF

Answer: D


NEW QUESTION # 43
Which statement about Network Services Orchestrator (NSO) is true?

  • A. It uses YANG modeling language to automate devices
  • B. It can be used only with XML coding
  • C. It must use SDN as an overlay for addressing
  • D. It is used only in service provider environments

Answer: A

Explanation:
Network Services Orchestrator (NSO) uses the YANG (Yet Another Next Generation) modeling language to provide a standardized way to automate network devices. YANG provides a powerful schema to model configuration and state data for network elements, which NSO leverages for service automation and orchestration.


NEW QUESTION # 44
Which action does the ingress VTEP perform on traffic between EVPN VXLAN overlays?

  • A. bridging when doing symmetric IRB
  • B. routing and bridging when doing asymmetric IRB
  • C. routing and tunneling when doing symmetric IRB
  • D. routing when doing asymmetric IRB

Answer: B

Explanation:

https://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/guide- c07-734107.html


NEW QUESTION # 45
......

Use Free 350-501 Exam Questions that Stimulates Actual EXAM : https://examsboost.actual4dumps.com/350-501-study-material.html