Cisco ASA Series Cli Configuration Manual page 708

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

Advertisement

Customizing RIP
Filtering Networks in RIP
To filter the networks received in updates, perform the following steps:
Note
Before you begin, you must create a standard access list that permits the networks that you want the RIP
process to allow in the routing table and denies the networks that you want the RIP process to discard.
Detailed Steps
Command
Step 1
router rip
Example:
hostname(config)# router rip
Step 2
distribute-list acl in [interface if_name]
distribute-list acl out [connected | eigrp
| interface if_name | ospf | rip | static]
Example:
hostname(config-router)# distribute-list
acl2 in [interface interface1]
hostname(config-router)# distribute-list
acl3 out [connected]
Redistributing Routes into the RIP Routing Process
You can redistribute routes from the OSPF, EIGRP, static, and connected routing processes into the RIP
routing process.
Note
Before you begin this procedure, you must create a route map to further define which routes from the
specified routing protocol are redistributed in to the RIP routing process. See
Route Map,"
To redistribute a route into the RIP routing process, enter one of the following commands:
Cisco ASA Series CLI Configuration Guide
1-8
Purpose
Enables the RIP routing process and places you in router
configuration mode.
Filters the networks sent in updates.
You can specify an interface to apply the filter to only those
updates that are received or sent by that interface. You can enter
this command for each interface to which you want to apply a
filter. If you do not specify an interface name, the filter is applied
to all RIP updates.
for more information about creating a route map.
Chapter 1
Configuring RIP
Chapter 1, "Defining a

Advertisement

Table of Contents
loading

Table of Contents