1-8
Cisco ASA Series CLI Configuration Guide
Chapter 1 Configuring RIP
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
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 Chapter 1, “Defining a
Route Map,” for more information about creating a route map.
To redistribute a route into the RIP routing process, enter one of the following commands:
Command Purpose
Step 1
router rip
Example:
hostname(config)# router rip
Enables the RIP routing process and places you in router
configuration mode.
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]
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.