Displaying rip filters, Applying a rip route filter to an interface – Brocade TurboIron 24X Series Configuration Guide User Manual

Page 635

Advertising
background image

Brocade TurboIron 24X Series Configuration Guide

601

53-1003053-01

Displaying RIP filters

Applying a RIP route filter to an interface

Once you define RIP route filters, you must assign them to individual interfaces. The filters do not
take effect until you apply them to interfaces. When you apply a RIP route filter, you also specify
whether the filter applies to learned routes or advertised routes:

Out filters apply to routes the Layer 3 Switch advertises to its neighbor on the interface.

In filters apply to routes the Layer 3 Switch learns from its neighbor on the interface.

To apply RIP route filters to an interface, enter commands such as the following.

TurboIron(config)#interface ethernet 2

TurboIron(config-if-2)#ip rip filter-group in 2 3 4

Syntax: [no] ip rip filter-group in | out <filter-list>

These commands apply RIP route filters 2, 3, and 4 to all routes learned from the RIP neighbor on
port 2.

Displaying RIP filters

To display the RIP filters configured on the router, enter the following command at any CLI level.

Syntax: show ip rip

This display shows the following information.

TABLE 97

CLI display of RIP filter information

This field...

Displays...

Route filters

The rows underneath “RIP Route Filter Table” list the RIP route filters. If no RIP route filters are configured on the
device, the following message is displayed instead: “No Filters are configured in RIP Route Filter Table”.

Index

The filter number. You assign this number when you configure the filter.

Action

The action the router takes if a RIP route packet matches the IP address and subnet mask of
the filter. The action can be one of the following:

deny – RIP route packets that match the address and network mask information in the
filter are dropped. If applied to an interface outbound filter group, the filter prevents the
router from advertising the route on that interface. If applied to an interface inbound
filter group, the filter prevents the router from adding the route to its IP route table.

permit – RIP route packets that match the address and network mask information are
accepted. If applied to an interface outbound filter group, the filter allows the router to
advertise the route on that interface. If applied to an interface inbound filter group, the
filter allows the router to add the route to its IP route table.

Route IP Address

The IP address of the route destination network or host.

TurboIron#show ip rip

RIP Route Filter Table

Index Action Route IP Address Subnet Mask

1 deny any any

RIP Neighbor Filter Table

Index Action Neighbor IP Address

1 permit any

Advertising