CCIE Certification Question of the Week - MAY1807

From: anthony.sequeira@thomson.com
Date: Sat May 19 2007 - 18:00:11 ART


LAST WEEK'S ANSWER:

Answer: d

Topic Domain: 4b

Issues:

What is the logic followed by the route map used in this BGP
configuration? What is the default MED value for routes?

Solutions:

Notice that this route map sets the MED for certain prefixes.
Specifically 10.10.10.0/24 will be set to 100 and 10.11.10.0/24 will be
set to 200. Here the prefix in question 10.10.11.0/24 will be matched by
the final "catch all" route map statement. It will have the default MED
of 0. Examine the output as these routes appear on the BGP peer.

R2#show ip bgp

BGP table version is 4, local router ID is 172.16.2.2

Status codes: s suppressed, d damped, h history, * valid, > best, i -
internal,

              r RIB-failure, S Stale

Origin codes: i - IGP, e - EGP, ? - incomplete

   Network Next Hop Metric LocPrf Weight Path

*> 10.10.10.0/24 172.16.10.9 100 0 65001 i

*> 10.10.11.0/24 172.16.10.9 0 0 65001 i

*> 10.11.10.0/24 172.16.10.9 200 0 65001 i

More Information:

TCP/IP Route Maps

http://www.informit.com/articles/article.asp?p=426637&rl=1

LAST WEEK'S QUESTION:

4-11-11. Examine the partial router configuration shown in the exhibit.
What is the MED value for the route 10.10.11.10/24 advertised to
172.16.10.10?

a. 100
b. 120
c. 200
d. 0

Exhibit 1

router bgp 65001

neighbor 172.16.10.10 remote-as 65004

neighbor 172.16.10.10 route-map MED_OUT out

network 10.10.10.0 mask 255.255.255.0

network 10.11.10.0 mask 255.255.255.0

network 10.10.11.0 mask 255.255.255.0

!

access-list 50 permit 10.10.10.0 0.0.0.255

access-list 60 permit 10.11.10.0 0.0.0.255

!

route-map MED_OUT permit 10

match ip address 50

set metric 100

!

route-map MED_OUT permit 20

match ip address 60

set metric 200

!

route-map MED_OUT permit 120

THIS WEEK'S QUESTION:

4-11-12. Which of the following statements regarding hold time in EIGRP
are correct? Choose all that apply.

a. The default hold time for low speed NBMA networks is 180
seconds

b. The default hold time for high speed networks is 30 seconds

c. Cisco recommends a hold time of three times the hello interval

d. Hello times and hold times must match for an adjacency to form

Question of the Week Compliments of:

TESTiT from NetMasterClass

http://www.netmasterclass.com/site/written.php

Copyright 2002-2007 NetMasterClass, LLC



This archive was generated by hypermail 2.1.4 : Fri Jun 01 2007 - 06:55:21 ART