Cisco ASA Series Cli Configuration Manual page 694

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

Advertisement

Customizing EIGRP
Command
redistribute ospf pid [match {internal |
external [1 | 2] | nssa-external [1 | 2]}]
[metric bandwidth delay reliability
loading mtu] [route-map map_name]
Example:
hostname(config-router): redistribute ospf
pid [match {internal | external [1 | 2] |
nssa-external [1 | 2]}] [metric bandwidth
delay reliability loading mtu] [route-map
map_name]
redistribute rip
reliability load mtu] [route-map map_name]
Example:
(config-router): redistribute rip [metric
bandwidth delay reliability load mtu]
[route-map map_name]
Filtering Networks in EIGRP
Note
Before you begin this process, you must create a standard access list that defines the routes that you want
to advertise. That is, create a standard access list that defines the routes that you want to filter from
sending or receiving updates.
To filter networks in EIGRP, perform the following steps:
Detailed Steps
Command
Step 1
router eigrp as-num
Example:
hostname(config)# router eigrp 2
Step 2
hostname(config-router)# network ip-addr
[mask]
Example:
hostname(config)# router eigrp 2
hostname(config-router)# network 10.0.0.0
255.0.0.0
Cisco ASA Series CLI Configuration Guide
1-14
[
metric bandwidth delay
Purpose
Redistributes routes from an OSPF routing process into the
EIGRP routing process.
Redistributes routes from a RIP routing process into the EIGRP
routing process.
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.
Configures the interfaces and networks that participate in EIGRP
routing. You can configure one or more network statements with
this command.
Directly connected and static networks that fall within the defined
network are advertised by the ASA. Additionally, only interfaces
with an IP address that fall within the defined network participate
in the EIGRP routing process.
If you have an interface that you do not want to have participate
in EIGRP routing, but that is attached to a network that you want
advertised, see the
"Configuring Interfaces for EIGRP" section on
page
1-7.
Chapter 1
Configuring EIGRP

Advertisement

Table of Contents
loading

Table of Contents