|
This chapter describes how to configure AppleTalk enhanced IGRP on routers and interfaces configured for AppleTalk. For a complete description of the commands mentioned in this chapter, refer to the "AppleTalk Enhanced IGRP Commands" chapter of this manual. For a description of other AppleTalk configuration commands, refer to the Router Products Configuration Guide and the Router Products Command Reference publications. For historical background and a technical overview of AppleTalk, see the Internetworking Technology Overview publication.
AppleTalk enhanced IGRP provides the following features:
To configure AppleTalk enhanced IGRP, complete the tasks in the following sections. At a minimum, you must create the AppleTalk enhanced IGRP routing process. The remaining tasks are optional.
See the end of this chapter for a configuraiton example.
To create an AppleTalk enhanced IGRP routing process, perform the following tasks:
For an example of how to enable AppleTalk enhanced IGRP, see the section "AppleTalk Enhanced IGRP Configuration Example" later in this chapter.
To associate multiple networks with an AppleTalk enhanced IGRP routing process, you can repeat this task.
To configure miscellaneous AppleTalk enhanced IGRP parameters, perform one or more of the following tasks:
By default, the router redistributes AppleTalk RTMP routes into AppleTalk enhanced IGRP, and vice versa. Internal enhanced IGRP routes are always preferred over external enhanced IGRP routes. This means that if there are two enhanced IGRP paths to a destination, the path that originated within the enhanced IGRP autonomous sytem always will be preferred over the enhanced IGRP path that originated from outside of the autonomous system, regardless of the metric. Redistributed RTMP routes always are advertised in enhanced IGRP as external.
To disable route redistribution, perform the following task in global configuration mode:
Task | Command |
---|---|
Disable redistribution of RTMP routes into enhanced IGRP and enhanced IGRP routes into RTMP. | no appletalk route-redistribution |
You can adjust the interval between hello packets and the hold time.
Routers periodically send hello packets to each other to dynamically learn of other routers on their directly attached networks. The routers use this information to discover who their neighbors are and to learn when their neighbors become unreachable or inoperative. By default, hello packets are sent every 5 seconds.
You can configure the hold time, in seconds, on a specified interface for the AppleTalk enhanced IGRP routing process designated by the autonomous system number. The hold time is advertised in hello packets and indicates to neighbors the length of time they should consider the sender valid. The default hold time is three times the hello interval, or 15 seconds.
On very congested and large networks, 15 seconds may not be sufficient time for all routers to receive hello packets from their neighbors. In this case, you may want to increase the hold time.
To change the interval between hello packets and the hold time, perform the following task in interface configuration mode:
Task | Command |
---|---|
Set the interval between hello packets and the hold time. | appletalk eigrp-timers hello-interval hold-time |
Split horizon controls the sending of AppleTalk enhanced IGRP update and query packets. When split horizon is enabled on an interface, these packets are not sent to destinations for which this interface is the next hop. This reduces the possibility of routing loops.
By default, split horizon is enabled on all interfaces.
Split horizon blocks information about routes from being advertised by a router out any interface from which that information originated. This behavior usually optimizes communication among multiple routers, particularly when links are broken. However, with nonbroadcast networks, such as Frame Relay and SMDS, situations can arise for which this behavior is less than ideal. For these situations, you may wish to disable split horizon.
To disable split horizon, perform the following task in interface configuration mode:
Task | Command |
---|---|
Disable split horizon. | no appletalk eigrp-splithorizon |
To monitor AppleTalk enhanced IGRP on an AppleTalk network, perform one or more of the following tasks at the EXEC prompt:
The following example shows how to configure AppleTalk enhanced IGRP. In this example, Ethernet interface 0 is configured for both enhanced IGRP and RTMP routing, and serial interface 0 is configured for only AppleTalk enhanced IGRP routing:
appletalk routing eigrp 1
appletalk route-redistribution
!
interface ethernet 0
appletalk cable-range 10-10 10.51
appletalk zone Ethernet 0
appletalk protocol eigrp
!
interface serial 0
appletalk cable-range 111-111 111.51
appletalk zone Serial 0
appletalk protocol eigrp
no appletalk protocol rtmp
|