Exam Details

  • Exam Code
    :300-410
  • Exam Name
    :Implementing Cisco Enterprise Advanced Routing and Services (ENARSI) (Include 2023 Newest Simulation Labs)
  • Certification
    :CCNP
  • Vendor
    :Cisco
  • Total Questions
    :901 Q&As
  • Last Updated
    :May 11, 2024

Cisco CCNP 300-410 Questions & Answers

  • Question 31:

    Your network has an OSPF area that connects to an EIGRP area at two points, Router A and Router B. You directed your assistant to set up these two routers in order to have traffic load-balanced between the two entry points. However, you discover that all traffic is going through Router A. When you view the results of the show run command for each device, you get the partial output shown below:

    What action should be performed to make traffic use both routes to the EIGRP area?

    A. change the metric for EIGRP to 50 on Router A

    B. change the metric for EIGRP to 45 on Router B

    C. change the metric type to Type 1 on Router A

    D. change the metric type to Type 1 on Router B

  • Question 32:

    For a non-ISP autonomous system (AS), which combination of two conditions will require redistribution from BGP into Interior Gateway Protocol (IGP)? (Choose two.)

    A. All routers run BGP.

    B. Not all routers run BGP.

    C. No knowledge of external routes is required inside the AS.

    D. Routers inside the AS require knowledge of external routes.

  • Question 33:

    You need to configure eBGP on the rtrA and rtrB routers, as shown in the following image:

    You have configured eBGP on rtrA through the following commands:

    rtrA(config)# router bgp 501 rtrA(config)# neighbor 201.60.3.2 remote-as 505

    While configuring eBGP on rtrB, you need to ensure that updates about the 192.168.58.0/24 and the 192.168.127.0/24 subnets are sent to rtrA with a metric of 300. In addition, rtrB should send updates about the 172.161.94.0/24 subnet are sent with a metric of 500.

    Which of the following set of commands would NOT be part of the set used to correctly configure eBGP on rtrB?

    A. access-list 1 permit 192.168.0.0 0.0.255.255 access-list 2 permit 172.161.94.0 0.0.0.255 router bgp 505 neighbor 201.60.3.1 remote-as 501 neighbor 201.60.3.1 route-map change_parameters in

    B. access-list 1 permit 192.168.0.0 0.0.255.255 access-list 2 permit 172.161.94.0 0.0.0.255 router bgp 505 neighbor 201.60.3.1 remote-as 501 neighbor 201.60.3.1 route-map change_parameters out

    C. route-map change_parameters permit 10 match ip-address 2 set metric 500

    D. route-map change_parameters permit 20 match ip-address 1 set metric 300

  • Question 34:

    Routers R1 and R2 are being added to the network shown in the exhibit.

    The addresses of their respective interfaces have already been configured as follows:

    R1: E0 192.168.4.5/30

    R2: E0 192.168.4.6/30

    R2: E1 192.168.72.6/30

    You have been assigned to complete the following as a part of implementing OSPF area 5:

    The E0 interface on R1 should be in area 5.

    The E0 interface on R2 should be in area 5.

    The mask used with the OSPF configuration should only include the addresses for R1 and R2. Area 5 should not allow any external or inter-area routes (except for the default route).

    Which commands are required to accomplish this set of requirements? (Choose all that apply.)

    A. R1# configure terminal R1(config)# router OSPF 1 R1(config-router)# network 192.168.4.4 0.0.0.3 area 5 R1(config-router)# area 5 stub R1(config-router)# end R1# copy running-config startup-config

    B. R1# configure terminal R1(config)# router OSPF 1 R1(config-router)# network 192.168.4.4 0.0.0.3 area 5 R1(config-router)# area 5 stub no-summary R1(config-router)# end R1#copy running-config startup-config

    C. R1# configure terminal R1(config)# router OSPF 1 R1(config-router)# network 192.168.4.4 0.0.0.4 area 5 R1(config-router)# area 5 stub R1(config-router)# end R1# copy running-config startup-config

    D. R2# configure terminal R2(config)# router OSPF 1 R2(config-router)# network 192.168.4.4 0.0.0.3 area 5 R2(config-router)# area 5 stub no-summary R2(config-router)# end R2# copy running-config startup-config

    E. R2# configure terminal R2(config)# router OSPF 1 R2(config-router)# network 192.168.4.4 0.0.0.3 area 0 R2(config-router)# area 0 stub no-summary R2(config-router)# end R2# copy running-config startup-config

    F. R2# configure terminal R2(config)# router OSPF 1 R2(config-router)# network 192.168.4.4 0.0.0.3 area 5 R2(config-router)# area 5 stub R2(config-router)# end R2# copy running-config startup-config

  • Question 35:

    If the following protocols are redistributed into OSPF, which protocol will receive a metric of 1 if none is specified, rather than the default metric of 20?

    A. EIGRP

    B. RIP

    C. IGRP

    D. BGP

  • Question 36:

    Which command can you use to display the area border routers (ABRs) and the routes to them?

    A. show ip ospf dr

    B. show ip opsf bdr

    C. show ip ospf database

    D. show ip ospf border-routers

  • Question 37:

    Consider the following commands:

    RouterA(config)# router ospf 10 RouterA(config-router)# redistribute eigrp 20 metric 30 What does the value of 30 represent?

    A. It identifies the seed metric associated with OSPF routes that are redistributed into EIGRP.

    B. It identifies the seed metric associated with EIGRP routes that are redistributed into OSPF.

    C. It identifies the amount that the existing EIGRP metric will increment as it is redistributed into OSPF.

    D. It specifies that routes that contain metrics of less than 30 will be redistributed from OSPF into EIGRP.

  • Question 38:

    Examine the sample output of the show ip eigrp topology command.

    The network 65.0.0.0 is one of the advertised networks in the routing table. What does the value 128256 represent?

    A. The advertised distance

    B. The feasible distance

    C. The administrative distance

    D. The hop count

  • Question 39:

    Which parameter does EIGRP use to compute the bandwidth part of the metric?

    A. The maximum bandwidth link in the path, in kilobits per second

    B. The minimum bandwidth link in the path, in kilobits per second

    C. The average bandwidth of all the links in the path, in kilobits per second

    D. The average bandwidth of all the links in the path, in kilobytes per second

  • Question 40:

    Which of the following statements is NOT true about BGP peers?

    A. eBGP peers use TCP to communicate

    B. eBGP peers use port 179 by default

    C. eBGP peers do not update the AS_Path attribute before sending updates to another eBGP peer

    D. iBGP peers do not update the AS_Path attribute before sending updates to an iBGP peer

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 300-410 exam preparations and Cisco certification application, do not hesitate to visit our Vcedump.com to find your solutions here.