Chapter 17

     

"Do I Know This Already?" Quiz

A1:

a, c

A2:

a, c

A3:

b

A4:

a

A5:

a, c

A6:

c

A7:

a, b

A8:

c, d

A9:

b

A10:

c

A11:

b

A12:

a, b, c

A13:

c

A14:

a, b, c


Q&A

1:

State two of the methods that Cisco recommends for controlling routing protocol traffic.

A1:

The methods that Cisco discusses as useful methods of controlling routing updates are as follows :

- Passive interfaces : Prevent routing protocol communication and thus an adjacency from being formed with neighboring routers.

- Changing the administrative distance on the route : Changes the natural order as laid down by Cisco on which routing protocol is more plausible than the others. A scale of weighting is applied to the protocols.

- Default routes : Instruct the router on where to send the destination traffic if the routing table has no entry for that destination.

- Static routes : Offers the ability to configure manually the path to a destination network.

- Route update filtering : Offers the use of access lists to control the exchange of routing information.

2:

What is the default administrative distance for RIP?

A2:

The administrative distance for RIP is 120; it has the highest distance of interior routing protocols and is therefore the least likely to be selected.

3:

State two instances when you do not want routing information propagated.

A3:

The two occasions that you do not want routing information to be propagated are as follows:

- If there is a WAN link where the cost of the link is based on network traffic. This might also have the added disincentive of being a WAN link that is a dial-on-demand link, which is raised and maintained by the presence of traffic attempting to flow across the interface.

- When you are trying to prevent routing loops . If the routing domain has redundant paths that will be learned by different routing protocol, it is advisable to filter the propagation of one of the paths.

4:

In what instances will EIGRP automatically redistribute?

A4:

EIGRP will automatically redistribute between itself and IGRP as long as both processes are running the same autonomous system number.

EIGRP for IPX automatically redistributes ; IPX RIP/SAP and Enhanced IGRP for AppleTalk similarly redistribute automatically into RTMP.

5:

Which command is used to view the administrative distance of a route in the routing table?

A5:

The command show ip route displays the administrative distance for each route; two numbers are shown in brackets: the route metric, followed by the administrative distance.

6:

When is redistribution required?

A6:

Redistribution is required when there is more than one routing protocol for IP running within the organization and when every part of the network needs connectivity to all the networks.

7:

Why does Cisco recommend that you not overlap routing protocols?

A7:

The reason not to overlap routing protocols is that it will increase network traffic, router CPU processing, and memory because of the additional protocol updates. This additional traffic and CPU and memory requirements complicate the routing process. The decision is not simply between multiple paths, but also between the various routing protocols that are advertising them.

8:

Why would you want to prevent routing updates across an on-demand WAN link?

A8:

A WAN link that is a dial-on-demand link is raised and maintained by the presence of interesting traffic attempting to flow across the interface. Thus, every time a RIP update is sent, the path would be raised or, more likely, kept up all the time.

9:

What is the metric used for in a routing protocol?

A9:

The metric is used to select the best path when multiple paths are available to a remote network.

10:

Give two reasons for using multiple routing protocols.

A10:

The main reasons for multiple protocols existing within an organization are as follows:

- The organization is transitioning from one routing protocol to another because the network has grown and there is a need for a more sophisticated protocol that will scale.

- Although a vendor solution is preferred, there is a mix of different vendors within the network, so the vendor solution is used in the areas available. This is particularly true in client/server networks.

- Historically, the organization was a series of small network domains that have recently been tied together to form one large enterprise network. The company may well have plans to transition to a single routing protocol in the future.

- Often after a merger or a takeover, when several companies become one, it takes planning, strategy, and careful analysis to determine the best overall design for the network.

- Politically, there are ideological differences among the different network administrators, which until now have not been resolved.

11:

In a very large environment, the various domains might have different requirements, making a single solution inefficient. A clear example is the case of a large multinational corporation, where EIGRP is the protocol used at the access and distribution layers , but BGP is the protocol connecting the core . When implementing redistribution, state one possible problem that you might experience, and explain why it is a problem.

A11:

The problems experienced as a result of multiple routing processes and their redistribution include the following:

- The wrong, or less efficient, routing decision is made, referred to as the suboptimal path.

- A routing loop occurs, in which the data traffic is sent in a circle without ever arriving at the destination.

- The convergence time of the network increases because of the different technologies involved. If the routing protocols converge at different rates, this can also cause problems. In some cases, this might result in timeouts and the temporary loss of networks.

12:

Which has a lower administrative distance, IGRP or OSPF?

A12:

IGRP has an administrative distance of 100, whereas OSPF has an administrative distance of 110. The IGRP path will be entered into the routing table if there are paths offered to the same destination from both protocols.

13:

What command is used to configure an outbound route filter?

A13:

The command for configuring a route filter is as follows:

 Router(config-router)#   distribute-list  {  access-list-number   name  }  out    [  interface-name   routing-process   autonomous-system-number  ]  
14:

What is a passive interface?

A14:

A passive interface is an interface that will listen to routing updates but that will not propagate any updates for the protocol configured, although OSPF and EIGRP will not learn routes over a passive interface. It is used to prevent unnecessary traffic from being sent out of an interface. Usually a passive interface is configured when there are no routers to hear the updates on that network.

15:

What is the purpose of administrative distance?

A15:

When the routing table is populated with networks that are provided by multiple routing protocols, the administrative distance is used to choose the best path to the remote network.

16:

What is the concern of redistributing into a redundant network?

A16:

The concern with redistributing into a redundant network is that it is possible to select suboptimal routes. That is, if two routing protocols both have a path to the same destination, the path for the routing table will be selected based on administrative distance. This is a blanket solution that does not always render the best decision.

17:

What is a default network?

A17:

A default network is a route used when there is no entry for the remote network in the routing table. It is used to connect to the Internet and other routing domains when it is not practical to know all the available networks. It is sufficient to have an exit point from your network identified.

18:

Why is it necessary to configure a default metric when redistributing between routing protocols?

A18:

The metric is used within a routing protocol to select the best path to a remote network when there are multiple paths. When redistributing, it is not always possible to port the metric across because the metric is protocol-specific . The default metric throws the original metric away and substitutes a new metric for the new routing protocol.

19:

Which command is used to modify the administrative distance of a route?

A19:

The command to configure the administrative distance of a route is as follows:

 Router(config-router)#  distance   weight  [  address mask  ] [  access-list-number   name  ] [  ip  ] 

A different command is used for EIGRP and BGP. The EIGRP command to change the administrative distance is as follows:

 Router(config)#   distance eigrp   internal-distance external-distance   
20:

What is the difference in processing for an inbound and an outbound route filter?

A20:

If a filter is applied to an incoming interface, the routing table is not checked unless the route is permitted. However, the router has to examine every incoming packet, which is expensive in resources. The outbound filter must go through the routing decision process the first time, after which the result is cached.

Inbound filters are wider ranging because they prevent routes from entering the router instead of filtering on each outgoing interface that is affected.




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