27-12
Cisco ASA 5500 Series Configuration Guide using the CLI
Chapter27 Configuring EIGRP
Customizing EIGRP
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.
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.
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.
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]
Redistributes routes from an OSPF routing process into the
EIGRP routing process.
redistribute rip [metric bandwidth delay
reliability load mtu] [route-map map_name]
Example:
(config-router): redistribute rip [metric
bandwidth delay reliability load mtu]
[route-map map_name]
Redistributes routes from a RIP routing process into the EIGRP
routing process.
Command Purpose