![Cisco Nexus 3548 series Command Reference Manual Download Page 224](http://html.mh-extra.com/html/cisco/nexus-3548-series/nexus-3548-series_command-reference-manual_2609162224.webp)
204
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
ip rip route-filter
ip rip route-filter
To filter the Routing Information Protocol (RIP) routes coming in or out of an interface, use the
ip rip
route-filter
command. To remove filtering from an interface, use the
no
form of this command.
ip rip route-filter
{
prefix-list
list-name
|
route-map
map-name
} {
in
|
out
}
no ip rip route-filter
{
prefix-list
list-name
|
route-map
map-name
} {
in
|
out
}
Syntax Description
Command Default
Route filtering is disabled.
Command Modes
Interface configuration mode
Command History
Usage Guidelines
This command does not require a license but if you want to enable Layer 3 interfaces, you must install
the LAN Base Services license.
Examples
This example shows how to use a route map to filter routes for a RIP interface:
switch#
configure terminal
switch(config)#
interface ethernet 1/2
switch(config-if)#
no switchport
switch(config-if)#
ip rip route-filter route-map InRipFilter in
switch(config-if)#
Related Commands
prefix-list
list-name
Associates a prefix list to filter RIP packets.
route-map
map-name
Associates a route map to set the redistribution policy for RIP.
in
Filters incoming routes.
out
Filters outgoing routes.
Release
Modification
5.0(3)A1(1)
This command was introduced.
Command
Description
route-map
Creates a route map.
prefix-list
Creates a prefix list.