Global-Inbound
The global-inbound attach point for RIP allows you to filter or update inbound RIP routes that match a route
policy.
The following example shows how to filter the inbound RIP routes that match the route policy named rip-in:
router rip
route-policy rip-in in
Global-Outbound
The global-outbound attach point for RIP allows you to filter or update outbound RIP routes that match a
route-policy.
The following example shows how to filter the outbound RIP routes that match the route policy named rip-out:
router rip
route-policy rip-out out
Interface-Inbound
The interface-inbound attach point allows you to filter or update inbound RIP routes that match a route policy
for a specific interface.
The following example shows how to filter inbound RIP routes that match the route policy for interface
0/1/0/1:
router rip
interface GigabitEthernet0/1/0/1
route-policy rip-in in
Interface-Outbound
The interface-outbound attach point allows you to filter or update outbound RIP routes that match a route
policy for a specific interface.
The following example shows how to filter outbound RIP routes that match the route policy for interface
0/2/0/1:
router rip
interface GigabitEthernet0/2/0/1
route-policy rip-out out
RIP Attributes and Operators
This table summarizes the RIP attributes and operators per attach points.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
605
Implementing Routing Policy
Attach Points