1-13
Cisco ASA Series CLI Configuration Guide
 
Chapter 1      Configuring EIGRP
  Customizing EIGRP
Detailed Steps
Command Purpose
Step 1
router eigrp as-num
Example:
hostname(config)# router eigrp 2
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.
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 
(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.
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]
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.
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]
Redistributes static routes into the EIGRP routing process.