Free Sharing CertBus Updated Cisco 642-902 VCE and PDF Exam Practice Materials

There is no need to worry when you are suffering the difficult time in the CCNP 642-902 exam preparation, CertBus will assist you to pass the CCNP 642-902 exam with latest update CCNP 642-902 Implementing cisco ip routing PDF and VCE dumps. CertBus has the most comprehensive Cisco exam preparation materials, covering each and every aspect of CCNP 642-902 Implementing cisco ip routing exam curriculum. We ensure you 100% success in CCNP 642-902 exam.

We CertBus has our own expert team. They selected and published the latest 642-902 preparation materials from Cisco Official Exam-Center: http://www.certgod.com/642-902.html

QUESTION NO:12

What are three kinds of OSPF areas? (Choose three.)

A. stub

B. active

C. remote

D. backbone

E. ordinary or standard

Correct Answer: ADE Explanation

Explanation/Reference:


QUESTION NO:24

Refer to the exhibit. What is required to complete the IPv6 routing configurations shown? Select the best response.

Router1#

interface S1/1

ipv6 address 2001:410:FFFF:1::1/64

ipv6 ospf 100 area 0

!

interface S2/0

ipv6 address 3FFF:B00:FFFF:1::2/64

ipv6 ospf 100 area 1

!

ipv6 router ospf

router-id 10.1.1.3

Router2#

interface S3/0

ipv6 address 3FFE:B00:FFFF:1::1/64

ipv6 ospf 100 area 1

ipv6 router ospf 100

router-id 10.1.1.4

A. Interface authentication must be configured.

B. The routing processes must be configured with an area ID.

C. IPv6 unicast-routing must be enabled.

D. IPv4 addresses must be applied to the interfaces.

Correct Answer: C Explanation

Explanation/Reference:


QUESTION NO:4

Which two reductions are the correct reductions of the IPv6 address 2001:0d02:0000:0000:0014:0000:0000:0095? (Choose two.)

A. 2001:d02::14::95

B. 2001:0d02:::0014:::0095

C. 2001:0d02:::0014:0:0:0095

D. 2001:d02::14:0:0:95

E. 2001:d02:0:0:14::95

F. FF::0014:0:0:0095

Correct Answer: DE Explanation

Explanation/Reference:

A is not correct because we can


QUESTION NO:14

A network administrator is troubleshooting an EIGRP configuration across a discontiguous network. What must the administrator do to ensure the routers have the correct routing information?

A. Nothing, EIGRP supports discontiguous networks by default.

B. The administrator must disable automatic summarization with the command no auto-summary.

C. The administrator must enable manual summarization with the command ip summary-address.

D. The administrator must enable classless routing with the command ip classless.

E. The administrator must specify a default network with the command ip default-network.

Correct Answer: B Explanation Explanation/Reference:


QUESTION NO:30

Refer to the exhibit. Routing updates for the 192.168.1.0 network are being received from all three neighbors. Which statement is correct regarding the result of the configuration shown?

!

router bgp 65001

neighbor 172.16.1.1 remote-as 65001

neighbor 172.26.1.1 remote-as 65555

neighbor 172.26.1.1 route-map local_pref in

neighbor 172.30.1.1 remote-as 65510

!

route-map local_pref permit 10

match ip address 20

set local-preference 200

!

access-list 20 permit 192.168.1.0 0.0.0.255

!

A. The router will prefer the next hop of 172.16.1.1 for packets destined for the 192.168.1.0 network.

B. The router will prefer the next hop of 172.26.1.1 for packets destined for the 192.168.1.0 network.

C. The router will advertise the 192.168.1.0 network only to 172.30.1.1.

D. The router will advertise the 192.168.1.0 network only to 172.26.1.1.

E. The router will prefer the next hop of 172.26.1.1 for packets except those destined for the

192.168.1.0 network.

Correct Answer: B Explanation

Explanation/Reference:

The local-preference of the next hop 172.26.1.1 is set to 200, which is higher than the default value (100) so this path is preferred for packets destined to the 192.168.1.0 network.


QUESTION NO:21

Refer to the partial configurations in the exhibit. What address is utilized for DR and BDR identification on Router1?

A. the serial 1/1 address

B. the serial 2/0 address

C. a randomly generated internal address

D. the configured router-id address

Correct Answer: D Explanation

Explanation/Reference:

In OSPFv3 and OSPF version 2, the router uses the 32-bit IPv4 address to select the router ID for an OSPF process. The router ID selection process for OSPFv3 is described below (same as OSPF version 2):

1.

The router ID is used if explicitly configured with the router-id command.

2.

Otherwise, the highest IPv4 loopback address is used.

3.

Otherwise, the highest active IPv4 address.

4.

Otherwise, the router ID must be explicitly configured.

In this case the router ID 10.1.1.3 is explicitly configured


QUESTION NO:2

Refer to the exhibit. The DHCP configuration that is shown is configured on a Cisco router. Which statement is true?

ip dhcp pool 1

network 172.16.1.0/24

domain-name cisco.com

dns-server 172.16.1.102

netbios-name-server 172.16.1.103

default-router 172.16.1.100 172.16.1.101

lease 30

!

ip dhcp pool 1

network 172.16.2.0/24

domain-name cisco.com

dns-server 172.16.2.102

netbios-name-server 172.16.2.103

default-router 172.16.2.100 172.16.2.101

lease 30

A. The router will distribute IP addresses from pool 1 until its addresses are exhausted. Then the router will begin distributing addresses from pool 2.

B. The router will choose which pool to use based upon the interface the DHCP request was received on.

C. The configuration is invalid because the DHCP options are global configuration commands.

D. The configuration is incomplete until the DHCP pools are bound to the appropriate interface or interfaces.

Correct Answer: B Explanation Explanation/Reference:


QUESTION NO:17

Which command displays statistics on EIGRP hello, updates, queries, replies, and acknowledgments?

A. debug eigrp packets

B. show ip eigrp traffic

C. show ip eigrp topology

D. show ip eigrp neighbors

Correct Answer: B Explanation

Explanation/Reference:


QUESTION NO:8

Which is the correct command format to configure EIGRP summary route?

A. ip auto-summary as-number address mask

B. ip summary-address as-number address mask

C. ip auto-summary eigrp as-number address mask

D. ip summary-route eigrp as-number address mask

E. ip summary-address eigrp as-number address mask

Correct Answer: E Explanation

Explanation/Reference:


QUESTION NO:6

A network administrator is troubleshooting a redistribution of RIP routes into OSPF. Given the exhibited commands, which statement is true?

router rip

network 10.0.0.0

!

router ospf 5

network 172.10.0.0 0.0.255.255 area 0

redistribute rip

A. Redistributed routes will have an external type of 1 and a metric of 1.

B. Redistributed routes will have an external type of 2 and a metric of 20.

C. Redistributed routes will maintain their original OSPF routing metric.

D. Redistributed routes will have a default metric of 0 and will be treated as reachable and advertised.

E. Redistributed routes will have a default metric of 0 but will be treated as unreachable and not advertised.

Correct Answer: B Explanation

Explanation/Reference:

By default, all routes redistributed into OSPF will be tagged as external type 2 (E2) with a metric of 20, except for BGP routes (with a metric of 1).

Note: The cost of a type 2 route is always the external cost, irrespective of the interior cost to reach that route. A type 1 cost is the addition of the external cost and the internal cost used to reach that route.


CertBus exam braindumps are pass guaranteed. We guarantee your pass for the 642-902 exam successfully with our Cisco materials. CertBus Implementing cisco ip routing exam PDF and VCE are the latest and most accurate. We have the best Cisco in our team to make sure CertBus Implementing cisco ip routing exam questions and answers are the most valid. CertBus exam Implementing cisco ip routing exam dumps will help you to be the Cisco specialist, clear your 642-902 exam and get the final success.

642-902 Latest questions and answers on Google Drive(100% Free Download): https://drive.google.com/file/d/0B_3QX8HGRR1mZzgwS3ZuOEh6Q2s/view?usp=sharing

642-902 Cisco exam dumps (100% Pass Guaranteed) from CertBus: http://www.certgod.com/642-902.html [100% Exam Pass Guaranteed]

Why select/choose CertBus?

Millions of interested professionals can touch the destination of success in exams by certgod.com. products which would be available, affordable, updated and of really best quality to overcome the difficulties of any course outlines. Questions and Answers material is updated in highly outclass manner on regular basis and material is released periodically and is available in testing centers with whom we are maintaining our relationship to get latest material.

BrandCertbusTestkingPass4sureActualtestsOthers
Price$45.99$124.99$125.99$189$69.99-99.99
Up-to-Date Dumps
Free 365 Days Update
Real Questions
Printable PDF
Test Engine
One Time Purchase
Instant Download
Unlimited Install
100% Pass Guarantee
100% Money Back
Secure Payment
Privacy Protection