Chapter 16

     

"Do I Know This Already?" Quiz

A1:

d

A2:

a

A3:

d

A4:

a

A5:

d

A6:

b

A7:

c

A8:

a, c, d

A9:

b

A10:

b, c, d

A11:

a

A12:

b

A13:

a, c, d

A14:

a, b, c

A15:

b

A16:

b

A17:

b, c, d

A18:

d


Q&A

1:

If a route reflector hears an update from a nonclient, what action will be taken?

A1:

If a route reflector hears an update from a nonclient, it will reflect the update to clients only.

2:

In version 11.0 of the Cisco IOS software, what method would be used to restrict routing information from being received or propagated?

A2:

Distribute lists would be used to restrict BGP routing updates in version 11.0 of the Cisco IOS software. Prefix lists became available to ISPs in 11.2 of the IOS and in 12.0 to the general public.

3:

Explain the purpose and use of the command show ip prefix-list name [ seq seq-number ].

A3:

This command displays the entry prefix list with a given sequence number.

4:

Why would you redistribute static routes into BGP?

A4:

The static routes are forwarded to the nonexistent interface null 0 to aggregate the routes to create a supernet. This is then redistributed to the BGP process instead of the hundreds of routes that exist. Because any route redistributed into BGP must be in the IP routing table, this is a way of creating a supernet and having it redistributed.

A static route to null 0 is not needed if the network command is used and no address aggregation is performed, although it can be used to prevent routing loops .

5:

Why is it advisable to have the route reflectors fully meshed?

A5:

Although clients are not fully meshed within a cluster, it is important that the route reflectors they serve are fully meshed. This is to ensure that the routers pass routing information to each other. Remember that iBGP does not propagate routing information; it generates information only based on the network command. The route reflectors need to pass information to each other to ensure the entire network has a full knowledge of the network. It is possible to create a hierarchical design with route reflectors, but this should be done with great caution, as it can cause routing loops.

6:

Why is filtering often required when redistributing BGP into an IGP?

A6:

Filtering is often required when redistributing BGP into an IGP because the routing tables can become overwhelmed by the number of routes that are imported.

7:

What are the advantages of multihoming?

A7:

Multihoming allows for redundancy, which is important when the link is into the Internet and can carry crucial business information for the company. Multihoming also increases performance by allowing the selection of the better paths.

8:

Why do iBGP peers need to be fully meshed?

A8:

iBGP needs to be fully meshed because it has a fundamental rule stating that iBGP will not propagate back into iBGP a route that it has learned from iBGP. The reason is that this is the only way to prevent routing loops. If each router is connected to every other router (fully meshed), the updates come directly from the source, which removes the need for a router to propagate any updates that it has received.

9:

How is a fully meshed network avoided in iBGP?

A9:

A fully meshed network can cause some problems to the routers because they have a great deal of information to handle from every directly connected router. The configuration of route reflectors does not use as much bandwidth, CPU, or memory. Route reflectors allow the router to pass routes on to its peers, and a hub-and-spoke topology is thus possible.

10:

What is the equation to determine the number of sessions needed in a fully meshed BGP network?

A10:

The equation for determining the number of sessions required is n ( n 1) / 2, where n is the number of routers. Thus, 10 routers would mean 10 (10 1) / 2 = 10 * 9 / 2 = 45 sessions.

11:

Why does a fully meshed network in iBGP cause problems?

A11:

A fully meshed network in iBGP causes problems because the network has to accommodate a large number of TCP connections, and this can eat up memory, CPU, and eventually bandwidth.

12:

State two benefits to using route reflectors.

A12:

Route reflectors have many benefits:

- The use of a router reflector means that fewer TCP peer connections are needed. This streamlines the network traffic and solves the excessive use of network resources sometimes incurred with a fully meshed network.

- The design and configuration are very straightforward, which means that it is easy to implement and thus to migrate an existing network, particularly because path attributes are not affected by them.

- Despite the fact that the route reflectors are straightforward, the flexibility in the design means that it is possible to become very sophisticated using redundant route reflectors and even multiple levels of route reflectors. Complex solutions are possible using route reflectors.

13:

If a route reflector sees multiple paths to a destination, what action is taken?

A13:

The route reflector chooses the best path to the destination.

14:

Explain the difference between a cluster-ID and an originator-ID.

A14:

The cluster-ID is an optional, nontransitive BGP attribute (type code 10). A cluster is the route reflector and its clients. If a cluster has more than one route reflector, it needs to be identified by a cluster-ID. The cluster-ID is used to identify the route reflector advertising the prefix. This is listed in the update; if a router receives an update with its own cluster-ID, it will be ignored, thus preventing routing loops.

An originator-ID is the ID given to the source route-reflector client. It serves the same purpose as the cluster-ID in that it prevents routing loops. A router that receives an update that contains its own originator-ID will ignore the update.

15:

State two advantages in using prefix lists over access lists.

A15:

The advantages of using prefix lists instead of access lists include the following:

- They have a better performance than access lists.

- They allow editing of the lists so that additional lines of code can be inserted anywhere in the list.

- The user interface is easier to use.

- They are more flexible.

16:

If the ISP has provided a default route, how will the router within the autonomous system select the exit path in a multihomed environment?

A16:

The IGP within the autonomous system will use the metric associated with that routing protocol. The router running EIGRP, for example, will select the nearest router based on the composite metric of bandwidth and delay (by default).

17:

What is a disadvantage of an autonomous system receiving full routing updates from all ISPs?

A17:

The disadvantage is that a great deal of network resources, such as memory, bandwidth, and CPU, is required.

18:

What is the danger of redistributing BGP into the IGP?

A18:

The danger is that the autonomous system routers receiving the BGP updates will be overwhelmed by the amount of routing information that they receive. This could result in an unstable network or even a network exhausted to death.

19:

What are the advantages of a fully meshed iBGP network?

A19:

The advantage of a fully meshed network is that the network will receive full routing information from the directly connected peers. This means that the IGP does not need to carry routing information to the BGP peers, and no redistribution is necessary. This does not run the risk of overloading the IGP. It also means that the network will converge more quickly and that synchronization can be turned off, which will improve performance.

20:

In configuring a route reflector, how is the client configured?

A20:

The client of a route reflector is configured at the same time as the route reflector. The command issued on the router that is to become the route reflector identifies the router that is to become the client. The following command is the syntax issued at the router reflector:

  neighbor   ip-address   route-reflector-client  
21:

What commands are used to display the BGP router ID that identifies the router that is sending the updates and peering with its neighbor?

A21:

The commands that display the BGP router ID are show ip bgp neighbor or show ip bgp .




CCNP BSCI Exam Certification Guide
CCNP BSCI Exam Certification Guide (CCNP Self-Study, 642-801) (3rd Edition)
ISBN: 1587200856
EAN: 2147483647
Year: 2002
Pages: 194
Authors: Clare Gough

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net