Cisco ASA Series Cli Configuration Manual page 709

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

Advertisement

Chapter 1
Configuring RIP
Command
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]
redistribute static [metric {metric_value
| transparent}] [route-map map_name]
Example:
hostname(config-router):# redistribute
static [metric {metric_value |
transparent}] [route-map map_name]
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]
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]
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.
Purpose
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.
Redistributes static routes into the EIGRP routing process.
Redistributes routes from an OSPF routing process into the RIP routing
process.
Redistributes routes from an EIGRP routing process into the RIP routing
process.
Cisco ASA Series CLI Configuration Guide
Customizing RIP
1-9

Advertisement

Table of Contents
loading

Table of Contents