Cisco ASA Series Cli Configuration Manual page 693

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

Advertisement

Chapter 1
Configuring EIGRP
Detailed Steps
Command
Step 1
router eigrp as-num
Example:
hostname(config)# router eigrp 2
Step 2
default-metric bandwidth delay reliability
loading mtu
Example:
hostname(config)# router eigrp 2
hostname(config-router)# default-metric
bandwidth delay reliability loading mtu
Step 3
Do one of the following to redistribute the selected route type into the EIGRP routing process:
redistribute connected [metric bandwidth
delay reliability loading mtu] [route-map
map_name]
Example:
hostname(config-router): redistribute
connected [metric bandwidth delay
reliability loading mtu] [route-map
map_name]
redistribute static [metric bandwidth
delay reliability loading mtu] [route-map
map_name]
Example:
hostname(config-router): redistribute
static [metric bandwidth delay reliability
loading mtu] [route-map map_name]
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.
(Optional) Specifies the default metrics that should be applied to
routes redistributed into the EIGRP routing process.
If you do not specify a default metric in the EIGRP router
configuration, you must specify the metric values in each
redistribute command. If you specify the EIGRP metrics in the
redistribute command and have the default-metric command in
the EIGRP router configuration, the metrics in the redistribute
command are used.
Redistributes connected routes into the EIGRP routing process.
You must specify the EIGRP metric values in the redistribute
command if you do not have a default-metric command in the
EIGRP router configuration.
Redistributes static routes into the EIGRP routing process.
Cisco ASA Series CLI Configuration Guide
Customizing EIGRP
1-13

Advertisement

Table of Contents
loading

Table of Contents