Cisco ASA Series Cli Configuration Manual page 692

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Customizing EIGRP
Defining an EIGRP Neighbor
EIGRP hello packets are sent as multicast packets. If an EIGRP neighbor is located across a non
broadcast network, such as a tunnel, you must manually define that neighbor. When you manually define
an EIGRP neighbor, hello packets are sent to that neighbor as unicast messages.
To manually define an EIGRP neighbor, perform the following steps:
Detailed Steps
Command
Step 1
router eigrp as-num
Example:
hostname(config)# router eigrp 2
Step 2
neighbor ip-addr interface if_name
Example:
hostname(config)# router eigrp 2
hostname(config-router)# neighbor 10.0.0.0
interface interface1
Redistributing Routes Into EIGRP
You can redistribute routes discovered by RIP and OSPF into the EIGRP routing process. You can also
redistribute static and connected routes into the EIGRP routing process. You do not need to redistribute
connected routes if they fall within the range of a network statement in the EIGRP configuration.
Note
For RIP only: Before you begin this procedure, you must create a route map to further define which
routes from the specified routing protocol are redistributed in to the RIP routing process. See
"Defining Route Maps,"
To redistribute routes into the EIGRP routing process, perform the following steps:
Cisco ASA Series CLI Configuration Guide
1-12
Purpose
Creates an EIGRP routing process and enters router configuration
mode for this EIGRP process.
The as-num argument is the autonomous system number of the
EIGRP routing process.
Defines the static neighbor.
The ip-addr argument is the IP address of the neighbor.
The if-name argument is the name of the interface, as specified by
the nameif command, through which that neighbor is available.
You can define multiple neighbors for an EIGRP routing process.
for more information about creating a route map.
Chapter 1
Configuring EIGRP
Chapter 1,

Advertisement

Table of Contents
loading

Table of Contents