Users Guide

Table Of Contents
RIP 1361
Configuring Route Redistribution Settings
Use the following commands to configure an OSPF area range and to
configure route redistribution settings.
Command Purpose
configure Enter global configuration mode.
router rip Enter RIP configuration mode.
distribute-list
accesslistname out {bgp |
ospf | static | connected}
Specify the access list to filter routes received from the
source protocol. The ACL must already exist on the
switch. For information about the commands used for
configuring ACLs, see "Configuring ACLs (CLI)" on
page 739.
accesslistname — The name used to identify an existing
ACL.
bgp — Apply the specified access list when BGP is the
source protocol. Distribution into RIP from BGP is not
recommended.
ospf — Apply the specified access list when OSPF is the
source protocol.
static — Apply the specified access list when packets
come through the static route.
connected — Apply the specified access list when
packets come from a directly connected route.
redistribute {bgp | ospf |
static | connected}
[metric integer]
Configure RIP to allow redistribution of routes from the
specified source protocol/routers.
bgp — Specifies BGP as the source protocol.
ospf — Specifies OSPF as the source protocol.
static — Specifies that the source is a static route.
connected — Specifies that the source is a directly
connected route.
metric — Specifies the metric to use when
redistributing the route. Range: 1-15.