1-9
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring RIP
Customizing RIP
Enabling RIP Authentication
Note The ASA supports RIP message authentication for RIP Version 2 messages.
RIP route authentication provides MD5 authentication of routing updates from the RIP routing protocol.
The MD5 keyed digest in each RIP packet prevents the introduction of unauthorized or false routing
messages from unapproved sources.
RIP route authentication is configured on a per-interface basis. All RIP neighbors on interfaces
configured for RIP message authentication must be configured with the same authentication mode and
key for adjacencies to be established.
Command Purpose
redistribute connected [metric
metric-value | transparent] [route-map
route-map-name]
Example:
hostname(config-router): # redistribute
connected [metric metric-value |
transparent] [route-map route-map-name]
Redistributes connected routes into the RIP routing process.
You must specify the RIP metric values in the redistribute command if you
do not have a default-metric command in the RIP router configuration.
redistribute static [metric {metric_value
| transparent}] [route-map map_name]
Example:
hostname(config-router):# redistribute
static [metric {metric_value |
transparent}] [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 {metric_value | transparent}]
[route-map map_name]
Example:
hostname(config-router):# redistribute
ospf pid [match {internal | external [1 |
2] | nssa-external [1 | 2]}] [metric
{metric_value | transparent}] [route-map
map_name]
Redistributes routes from an OSPF routing process into the RIP routing
process.
redistribute eigrp as-num [metric
{metric_value | transparent}] [route-map
map_name]
Example:
hostname(config-router):# redistribute
eigrp as-num [metric {metric_value |
transparent}] [route-map map_name]
Redistributes routes from an EIGRP routing process into the RIP routing
process.