Ch 10 - Route Redistribution Flashcards

1
Q

Which of the following answers is the least likely reason for an engineer to choose to use route redistribution?

a. To exchange routes between merged companies
b. To give separate control over routing to different parts of one company
c. To support multiple router vendors
d. To knit together an OSPF area if the area becomes discontiguous

A

D. The three incorrect answers list typical reasons for using route redistribution. The correct answer—the least likely reason among the answers for using route redistribution—lists a problem for which an OSPF virtual link is often used. Route redistribution could be attempted to solve a problem with a discontiguous OSPF area, but the redistribution completely changes the LSAs that would have otherwise been known and could have negative impacts on route summaries and cause routing loops, and have other problems as well.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

For a router to successfully redistribute routes between OSPF and EIGRP, which of the following are true? (Choose two.)

a. The router must have one routing protocol configured, but configuration for both routing protocols is not necessary.
b. The router must have at least one working link connected to each routing domain.
c. The redistribute command must be configured under EIGRP to send the routes to OSPF.
d. The redistribute command should be configured under OSPF to take routes from EIGRP into OSPF.

A

B and D. For a router to redistribute routes between two routing protocols, the router must have both routing protocols configured, have a working link into each routing domain, and configure redistribute commands under each routing process. The redistribute command, issued in routing protocol configuration mode, pulls routes into that routing process from another routing process as referenced on the redistribute command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Process EIGRP 1 is redistributing routes from process OSPF 2. Which of the following methods can be used to set the metrics of the redistributed routes? (Choose two.)

a. Let the metrics default.
b. Set the metric components using the redistribute command’s metric keyword.
c. Set the metric components using the default-metric subcommand under router configuration mode.
d. Set the integer (composite) metric using the redistribute command’s metric keyword.

A

B and C. Because the metrics come from a different routing protocol than EIGRP, the metric must be set. The metric must be set with five components; EIGRP will then use those components as it would for an internal route. The metric components can be set as listed in the two correct answers, plus using a route map as referenced by the redistribute command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Examine the following excerpt from the show ip eigrp topology 10.2.2.0/24 command on Router R1. Which answer can be verified as definitely true based on this output?
External data:
Originating router is 10.1.1.1
AS number of route is 1
External protocol is OSPF, external metric is 64
Administrator tag is 0 (0x00000000)
a. R1 is the router that redistributed the route.
b. R1’s metric to reach subnet 10.2.2.0/24 is 64.
c. The route was redistributed on a router that has a router ospf 1 command configured.
d. R1 is redistributing a route to prefix 10.2.2.0/24 into OSPF.

A

C. This output is the external data section of a detailed view of an EIGRP topology table entry for an external route. This output confirms that this route was redistributed into EIGRP. If R1 were the redistributing router, the output would include the phrase “(this system)”; this example does not include that notation. The output means that on the router that did the redistribution, the route was redistributed from OSPF process 1, and the OSPF metric was 64. R1’s metric is not based on the OSPF metric of the route.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Router R1 has a connected route for 10.1.1.0/24 off interface Fa0/0. Interface Fa0/0 has been enabled for OSPF because of a router ospf 1 and network 10.1.1.0 0.0.0.255 area 0 command. R1 also has EIGRP configured, with the redistribute ospf 1 metric 1000 100 10 1 1500 command configured under EIGRP. Which of the following is true?

a. R1 will not redistribute 10.1.1.0/24 into EIGRP, because R1 knows it as a connected route and not as an OSPF route.
b. For any OSPF routes redistributed into EIGRP, the metric components include a value equivalent to 1 Mbps of bandwidth.
c. For any OSPF routes redistributed into EIGRP, the metric components include a value equivalent to 100 microseconds of delay.
d. No subnets of network 10.1.1.0 will be redistributed because of the omission of the subnets parameter.

A

B. The redistribute ospf command will attempt to redistribute OSPF routes and connected routes from interfaces on which OSPF is enabled. The metric components include 1000 kbps (or 1 Mbps), 100 tens-of-microseconds (or 1000 microseconds), 10 for the loading, 1 for the reliability, and 1500 for MTU. The EIGRP version of the redistribute command does not include a subnets option.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Process OSPF 1 is redistributing routes from process OSPF 2. Which of the following methods can be used to set the metrics of the redistributed routes? (Choose two.)
a. Let the metrics default.
b. Use each redistributed route’s OSPF metric using the redistribute command’s
metric transparent keywords.
c. Set the metric using the default-metric subcommand under router configuration
mode.
d. Redistribution is not allowed between two OSPF processes.

A

A and C. Because the routes come from OSPF and feed into OSPF, the metrics can be set with the usual tools or the metric can default. When taking routes from OSPF into another OSPF process, the default metric is taken from the source route’s OSPF cost. Alternatively, the metric can be set for all routes, regardless of the route source, using the default-metric OSPF subcommand. The metric transparent keywords cannot be used for an OSPF redistribute command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Examine the following excerpt from the show ip ospf database asbr-summary command on Router R1 (RID 1.1.1.1). Which answer can be verified as definitely true based on this output?
LS Type: Summary Links (AS Boundary Router)
Link State ID: 9.9.9.9 (AS Boundary Router address)
Advertising Router: 3.3.3.3
LS Seq Number: 8000000D
Checksum: 0xE43A
Length: 28
Network Mask: /0
TOS: 0 Metric: 100
a. The output describes the contents of a Type 5 LSA.
b. 3.3.3.3 identifies a router as being the router performing redistribution.
c. R1’s metric for its best route to reach the router with RID 9.9.9.9 is 100.
d. The router with RID 3.3.3.3’s metric for its best route to reach the router with RID 9.9.9.9 is 100.

A

D. This command lists the output of Type 4 Summary ASBR LSAs. The LSID identifies the redistributing ASBR (9.9.9.9). The advertising router is the ABR that created and flooded the LSA (3.3.3.3), and the metric is the ABR’s best metric route to reach the ASBR.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Router R1 sits inside OSPF area 1. Router R2 redistributes an E1 route into OSPF for prefix 2.2.2.0/24, with external metric 20. Router R22 redistributes an E2 route for the same prefix/length, external metric 10. Under what conditions will R1 choose as its best route the route through R22?

a. R1 will always choose the route through R22.
b. As long as R1’s best internal OSPF cost to reach R22 is less than 10.
c. As long as R1’s best internal OSPF cost to reach R22 is less than 20.
d. R1 will never choose the route through R22 if the E1 route through R2 is available.

A

D. Routers add internal and external costs for E1 routes and use only external costs for E2 routes, so the cost for the route through R22 will always be lower. However, for a given prefix/length, OSPF always prefers intra-area routes first, then interarea, then E1, and finally, E2, all regardless of metric.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Router R1 has been configured with the redistribute ospf 1 route-map fred command under router eigrp 1. The route map named fred needs to be configured to match routes to determine which routes are redistributed into EIGRP. Which of the following answers lists an item that cannot be matched by route map fred?

a. Subnet number
b. Next-hop router IP address of the route
c. Whether the route is an E1 or E2 route
d. The route’s tag
e. The number of router hops between the router and the subnet

A

E. Because OSPF does not use hop count as a metric, the information about the number of hops is not available in OSPF routes in the IP routing table. The other answers list items that can be matched with the route map match subcommand.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Router R1 refers to route map fred when redistributing from EIGRP into OSPF. The entire route map is listed next. Which of the following answers must be true based on the configuration as shown?
route-map fred deny 10
match ip address one
route-map fred deny 20
match ip address two
route-map fred permit 100
a. The third route map clause will allow any routes not already filtered by the first two clauses.
b. Routes permitted by ACL “two” will be redistributed.
c. Routes denied by ACL “one” will be redistributed.
d. All routes will be filtered.

A

A. The deny clauses in the route map mean that the route map will filter routes matched by that clause. The permit or deny action of the referenced ACLs just defines whether the route is matched. So, routes permitted by ACL “two” will be matched and then filtered because of the route map clause deny action. Routes denied by ACL “one” simply do not match the route map clause numbered 10;
such routes might or might not be redistributed depending on the next two clauses. Clause number 100 does not have a match command, meaning that it matches all routes not otherwise matched, with a permit action, allowing these routes to be redistributed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

On Router R1, process EIGRP 1 is redistributing routes from process OSPF 2, calling route map fred with the redistribute ospf 2 route-map fred command. R1 has learned intra-area routes for 10.1.1.0/24 and 10.1.2.0/24 in part because of the Type 2 LSAs known for each subnet. The route map filters route 10.1.1.0/24 and allows 10.1.2.0/24 through. Which of the following commands on Router R1 list subnet 10.1.1.0/24? (Choose two.)

a. show ip route
b. show ip eigrp topology
c. show ip ospf database
d. show ip eigrp topology 10.1.1.0/24

A

A and C. The problem states that R1 has learned OSPF intra-area routes for 10.1.1.0/24, so show ip route will display that subnet. As an intra-area route based on a Type 2 LSA, the show ip ospf database command lists the summary of the LSAs, including the 10.1.1.0 subnet number for that Type 2 LSA. However, because the redistribution filtering discards subnet 10.1.1.0/24, this value will not be included in the EIGRP topology table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Router R1 is redistributing between two OSPF processes. Given the configuration shown, which includes all commands in the route map named fred, which of the following answers is true regarding the redistribution into OSPF process 1?
router ospf 1
redistribute ospf 2 match external 2 route-map fred
!
route-map fred permit 10
match ip address 1
set metric-type type-1
a. No routes are redistributed because a route cannot be both E1 and E2.
b. Only OSPF E2 routes in the OSPF 2 domain will be considered for
redistribution.
c. Inside the OSPF 2 domain, any formerly E2 routes will become E1 routes.
d. Routes permitted by ACL 1 will be redistributed, regardless of whether the routes are E1 or E2 routes.

A

B. The external 2 parameters on the redistribute command act as matching logic. Only routes from the source routing protocol (in this case OSPF 2) that match this extra logic will be considered for redistribution by this redistribute command. The set metric-type type-1 route map subcommand sets the route type as it is injected into the destination routing protocol (in this case, OSPF 1); this logic is not used for matching the source routes. The routes permitted by ACL 1 will be redistributed, but only those that are also E2 routes from the (source) OSPF 2 domain. The redistribute function will not change the attributes of routes inside a single routing domain, but only in the destination routing domain (OSPF 1), so the configuration has no effect on the OSPF 2 routes that remain in OSPF 2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which of the following is not true regarding Cisco IOS default settings for administrative distance?

a. EIGRP internal: 90
b. OSPF external: 110
c. EIGRP external: 90
d. RIP: 120
e. OSPF internal: 110

A

C. EIGRP, by default, sets a different AD for internal (90) and external (170) routes. The rest of the answers are accurate regarding default settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A network includes a RIPv2 domain, an EIGRP domain, and an OSPF domain. Each pair of routing domains has multiple routers redistributing routes between the pair of domains. The design requires that the redistribution configuration avoid matching based on prefix/length because of the trouble in maintaining such configurations. Which of the following tools can be used in all three routing domains to attempt to prevent domain loops? (This book uses the term domain loop to refer to the long routes that might be chosen for routes when redistribution exists—for example, a route might forward packets from the EIGRP domain, to the OSPF domain, back to EIGRP, and then to subnet X in the RIP domain.)
a. Setting route tags
b. Setting the default administrative distance differently for internal and external
routes
c. Setting administrative distance differently per route
d. Setting metrics much higher for all external routes than for all internal routes

A

A. All the answers list reasonable options in some cases, but the only feature listed that is useful with all three routing protocols is the route tag feature. RIPv2 does not support the concept of differentiating between internal and external routes, so the two answers that suggest setting administrative distance (AD) based on the route type (internal or external) could not be used in all three routing domains, as required by the question. All three routing protocols support setting route tags and setting the AD per route. However, because RIPv2 cannot match based on the route type (internal/external), the option to set the route tags is the only option that applies to all three routing domains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A coworker is developing an implementation plan for a design that uses OSPF 2 and RIPv2 routing domains, with two routers redistributing between the two domains. The coworker asks your help in choosing how to prevent domain loops by setting administrative distance. Assuming that all other related settings use defaults, which of the following would solve the domain loop problem?

a. The distance ospf intra-area 80 inter-area 80 OSPF subcommand
b. The distance ospf external 80 OSPF subcommand
c. The distance ospf intra-area 180 inter-area 180 OSPF subcommand
d. The distance ospf external 180 OSPF subcommand

A

D. AD can be used to prevent the domain loop problem with two routing domains by making each routing protocol’s AD for internal routes be better (lower) than the other routing protocol’s AD for external routes. RIP uses AD 120 for all routes, with no distinction of internal or external. As such, OSPF’s internal default AD settings of 110 meet the requirement that OSPF’s internal AD (110) is better than RIP’s external (120). However, RIP’s default of 120 is not better than OSPF’s default for externals (110), so the distance ospf external 180 command changes that setting to meet both requirements. The three wrong answers, while syntactically valid, do not help meet the requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Router R1 sets a route tag for subnet 10.1.1.0/24 when redistributing from OSPF into EIGRP. Which of the following units is assigned to the route tag?

a. Kilobits/second
b. Tens-of-microseconds
c. Cost
d. Hop count
e. No units assigned

A

E. Route tags are unitless integers that can be given to a route and even passed between different routing protocols by routers that perform redistribution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What do these commands do:

router ospf 2
redistribute eigrp 1

A

Tells router to take EIGRP routes and put them into the OSPF topo table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What 3 things are required of at least one router for route redistribution to happen?

A
  1. have at least one working physical link in each routing domain
  2. A working routing protocol config for each domain.
  3. Have the ‘redistribute’ command configured.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the metric of routes redistributed with this command?

router eigrp 1
redistribute ospf 2

A

Redistributed routes are treated as external routes. Routes redistributed into EIGRP will have a metric of 170.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What does OSPF do when a route is redistributed into a normal area, i.e. not a stub area?

A

OSPF will create a Type 5 External LSA for each redistributed subnet. It will also assign an integer metric to the LSA.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What does OSPF do when a route is redistributed into a NSSA?

A

OSPF will create a Type 7 External LSA for each redistributed subnet. It will also assign an integer metric to the LSA.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Which of these will be redistributed?

a. routes learned from a routing protocol
b. connected routes from interfaces not enabled with routing protocol
c. connected routes from interfaces enabled with routing protocol.
d. connected routes from passive interfaces enabled with routing protocol
e. connected routes from passive interfaces not enabled with routing protocol

A

a, c, d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What do other routers use to match a tag with?

A

route-map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Which of the following routing protocols can be redistributed?

a. bgp
b. connected routes,
c. eigrp
d. isis
e. ospf
f. static routes
g. rip

A

all.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

T/F: When redistributing from OSPF the match parameter can be used to match route types like internal, external by type E1 or E2, or NSSA external.

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

T/F: EIGRP requires component metrics to be set when redistributing from OSPF.

A

True. There are 3 ways to do this.

  1. set default for all redistribute commands in EIGRP
  2. set metrics with each redistribute command
  3. set different metrics on different routes from a single source by using a route map, matching and setting the component metrics with the ‘set-metric’ command.

Note: EIGRP to EIGRP redistribution just takes the metrics from the original route. They don’t need to be set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

In the following command, what are the component metric values and for the delay, how many microseconds is the delay?

router eigrp 1
default-metric 1000 33 255 1 1500
end

A

bw, delay, reliability, load and mtu

330 microseconds is the delay, it listed in 10s of microseconds. (Thanks Cisco!)

Big Dogs Really Like Me – the order of K values in EIGRP: bandwidth, delay, reliability, load, MTU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

What does ‘via redistributed’ mean when attached to a route in the routing table?

A

It means you have traveled to a parallel dimension. ‘via redistributed’ show up in the topo table on redistributed routes!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

In the following command, what does the ‘metric-type 2’ mean?

router ospf 2
redistribute eigrp 1 metric-type 2

A

The parameter ‘metric-type’ defines external metric types for routes redistributed by this command 1=E1 routes, 2=E2 routes.

For redistributed routes, by default OSPF creates Type E2 routes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

On a Type 5 External LSA, what is used for the LSID?

A

subnet number.

31
Q

In the following command, what is the metric for the redistributed routes?

router ospf 2
redistribute bgp 65005

A
  1. This is the default metric for redistributed routes that are received from BGP.
32
Q

A router is running both EIGRP 1 and OSPF 2. EIGRP is enabled on 3 interfaces that have these ip addresses assigned to them: 10.1.3.128/26, 10.1.2.0/24, and 10.1.3.0/25 . In the following command, what is the metric for the redistributed routes?

router ospf 2
redistribute eigrp 1

A

None. Redistribute in OSPF is special in that it will only redistribute classful networks that are in the route table. Without the ‘subnet’ parameter, only routes for classful networks are redistributed. This behavior is unique to OSPF.

This command will redistribute all three subnets:
redistribute eigrp 1 subnets

The metric would be 20. This is the default metric for redistributed routes that are not BGP or OSPF.

33
Q

On a Type 5 External LSA, what is used for the Advertising Router field?

A

RID of the router injecting the route.

34
Q

What type of router injects Type 5 LSAs?

A

ASBRs inject external routes and they create a Type % LSA for every external subnet they inject.

35
Q

In the life-cycle of a Type 5 LSA, put these in order:

  1. If ABRs exist in that area, they flood them on to normal areas.
  2. ASBR creates a Type 5 LSA.
  3. ABRs will forward default routes to stubby areas.
  4. ASBR floods Type 5 LSA throughout area.
A

2, 4, 1, 3

36
Q

T/F: E2 metrics are listed in the Type 5 LSA. OSPF routes simply use this metric and do not add anything to it.

A

True. Routers ignore internal cost when calculating E2 external route metrics.

37
Q

T/F: When a router finds multiple equal cost routes for the same subnet in a Type 5 LSA, it calculates the lowest cost route to the advertising ASBRs using the intra-area LSDB topology. The lowest cost route is used as the route for the external network. The metric for this route is the same metric that was advertised in the Type 5 LSA.

A

True. The route metric is unchanged for intra-area Type 2 External routes, regardless of which path is chosen.

38
Q

T/F: When determining next hop for Type 2 External routes, inter-area, OSPF logic has two steps.

  1. Calculate the cost to reach each ABR based on local topo.
  2. Add cost from ABR to ASBR, as listed in the Type 5 LSA.
A

False. Step 1 is correct, step 2 should add the cost from the ABR to the ASBR, as listed in the Type 4 LSA sent from an ABR. Inter-area involves two (or more) ABRs that advertise Type 4 Summary LSAs between the ABRs in the different areas.

ABRs use a Type 4 Summary ASBR LSA to support the logic in step 2. In essence the Type 4 LSA says “I am ABR X and I can reach ASBR Y and my cost to reach that ASBR is Z. ABRs flood this Type 4 LSA into neighboring areas.

ASBRs advertise external routes in Type 5 External LSAs.

39
Q

What key fields are missing from the 3 most important pieces of information sent in a Type 4 Summary ASBR LSA?

  1. Lists the _______ of the ASBR.
  2. Lists the ______ of the ABR that created and flooded the Type 4 Summary ASBR LSA.
  3. Most importantly it lists the ______.
A
  1. RID of ASBR
  2. RID of ABR
  3. ABR’s cost to reach the ASBR.
40
Q

What command lists every ABR and ASBR known to the router and shows the best route to reach the ASBR?

A

sh ip ospf border-routers

41
Q

What command lists Type 4 LSAs in detail along with the ABR’s costs to reach each ASBR?

A

show ip ospf database asbr-summary

42
Q

T/F: E2 routes come from outside the OSPF domain and ignore the internal OSPF cost, except when breaking ties.

A

True. Type 2 External routes ignore internal cost and only use it to break ties. The advertised metric to the external route is unchanged, even in tie-breaker situations.

E2 routes’ external metric is the metric as perceived from outside of the OSPF domain.

43
Q

E1 route metrics = external cost defined on the redistributing ASBR + _____.

A

internal cost to reach that ASBR. The sum is the metric for Type 1 External routes.

redistribute eigrp metric-type [1 | 2] allows engineers to specify type of external route that is advertised. This changes the metrics and allows a route to be preferred.

44
Q

T/F: E1 routes consider both internal and external costs.

A

True

45
Q

T/F: E2 only consider external cost.

A

True, unless there is a tiebreaker. Routers ignore internal metrics when calculating E2 metrics.

46
Q

What happens when the E2 metrics are the same for two routes?

A

The traffic is load balanced across them.

47
Q

T/F: For any prefix/length, OSPF will prefer E2 over E1.

A

False.

48
Q

What type of stub networks allow redistribution?

A

NSSA.

49
Q

What type of stubs allow T5 LSAs?

A

none.

NSSAs use a Type 7 AS External LSA - which is basically a Type 5 LSA.

50
Q

What happens when a NSSA has a Type 7 LSA and it wants to flood it to a normal area?

A

The ABR converts it to a Type 5 LSA and floods it to the not-stubby area.

51
Q

What command will show the Type 7 AS External Link State Advertisements?

A

sh ip ospf database nssa-external

52
Q

Which of the following can a route-map do:

a. set the type of route, e.g. E1/E2
b. set the metric to different values based on info that the route-map can match.
c. change the subnet mask on a matched route
d. set a route tag, a unit-less integer value that can be matched with a route-map at another redistribution point.

A

a, b, d

53
Q

T/F: Route maps can use prefix-lists or ACLs for the matching logic.

A

true.

OSPF can also match on route type, e.g. E1/E2, nssa-external, or internal routes.

54
Q

What is the route-map match option for redistribution if you want to match the outgoing interface of routes?

A

match interface [ interface2 interface3…]

55
Q

What is the route-map match option for redistribution if you want to examine the route destination prefix/length?

A

match ip address { ACL or prefix-list}

56
Q

What is the route-map match option for redistribution if you want to examine the next-hop address?

A

match next-hop

57
Q

What is the route-map match option for redistribution if you want to match the advertising router’s ip address?

A

match ip route-source

58
Q

What is the route-map match option for redistribution if you want to match a route’s metric or range?

A

match metric

59
Q

What is the route-map match option for redistribution if you want to match the OSPF route based on whether it is a nssa-external, internal, E1 or E2 route?

A

match route-type {int | nssa-ext | type-1 | type-2}

60
Q

What is the route-map match option for redistribution if you want to match a tag set previously by another router?

A

match tag

61
Q

What is the route-map command if you want to use a route-map to redistribute a route to EIGRP and have these metrics?

MTU: 1487

bw: 1544
load: 1
reliability: 255
delay: 15

A

set metric

Big Dogs Really Like Me.

62
Q

What is the route-map command if you want to use a route-map to redistribute a route to OSPF as a type2 external route?

A

set metric-type {type1 | type2}

63
Q

What is the route-map command if you want to use a route-map to redistribute a route to RIP with a metric of 1?

A

set metric 1

64
Q

What does this clause do:

route-map option1 permit 100

!

A

This will permit all. A permit clause with no match will permit all.

65
Q

How do you verify your redistribution filtering logic is being considered?

A

sh ip access-list [number | name]

sh ip prefix-list detail [name]

Both of these list counters that increment each time a route was considered for redistribution.

66
Q

What command will show the route metrics for this route: 172.16.102.0/25?

A

sh ip eigrp top 172.16.102.0/25

67
Q

When redistributing into OSPF, what is the default route type?

A

Type 2 (E2)

68
Q

T/F: The distribute-list command can be configured to refer to the routing process from which routes are redistributed and cause the router to filter routes taken from that process.

A

True.

To do so the command must use the out direction and it must refer to the routing process from which the routes are being redistributed.

69
Q

What does this OSPF sub-command do?

distribute-list prefix fred out eigrp 1

A

This tells OSPF to apply prefix-list fred to routes redistributed from the EIGRP 1 process.

70
Q

What does this EIGRP sub-command do?

distribute-list 1 out ospf 2

A

This tells EIGRP to apply ACL 1 to routes redistributed from the OSPF 2 process.

71
Q

T/F: The distribute-list command prevents routes from being added to the topo table of the destination routing protocol.

A

True. The filtering takes place as the routes are being redistributed and they never make it to the topo table of the destination protocol.

72
Q

What is the command to set an EIGRP route to have an internal AD of 89 and and external AD of 91?

A

distance eigrp 89 91

73
Q

What is the command to set an OSPF route to have an external AD of 171?

A

distance ospf external 171

full command is:
distance ospf [external ] [intra-area ] [inter-area ]

74
Q

What does the following route-map do?

router eigrp 1
  redistribute ospf 2 metric 1000 200 255 1 1500 route-map mystery
  network 172.16.0.0
  no auto-summary
!
route-map mystery deny 10
  match tag 11
!
route-map mystery permit 20
!
A

This will redistribute routes into eigrp from ospf with the specified metrics.

The deny 10 clause will filter routes that have a tag = 11.

The permit 20 clause has no match statement so it will match all and permit them. Effectively ‘permit any’.

This is very useful for preventing loops.