Juniper IGP - CONFIGURATION GUIDE V11.1.X Configuration Manual page 244

Software for e series broadband services routers ip, ipv6, and igp configuration guide
Table of Contents

Advertisement

JUNOSe 11.0.x IP, IPv6, and IGP Configuration Guide
redistribute
route-map
router rip
220
Configuration Tasks
Use the no version to reenable the transmission of RIP multicast messages on
the specified interface.
See passive-interface
Use to redistribute information from a routing domain other than RIP into the
RIP domain.
Specify the source protocol from which routes are being redistributed. It can be
one of the following keywords: bgp, isis, ospf, static [ip], and connected. Use
the static keyword to redistribute IP static routes; optionally add the ip keyword
when redistributing into IS-IS. The keyword connected refers to routes that are
established automatically by virtue of having enabled IP on an interface. For
routing protocols such as OSPF and IS-IS, these routes will be redistributed as
external to the AS.
Use the route-map keyword to interrogate the route map to filter the importation
of routes from the source routing protocol to the current routing protocol. If you
do not specify the route-map option, all routes are redistributed. If you specify
the route-map option, but no route map tags are listed, no routes will be imported.
Use to redistribute routes from RIP into other non-RIP routing domains.
Example 1
host1(config)#router rip 5
host1(config-router)#redistribute bgp 100 route-map 4
Example 2
host1(config)#router bgp 100
host1(config-router)#redistribute rip 5
Use the no version to disable redistribution.
See redistribute.
Use to specify a route map for RIP.
Example
host1(config)#router rip
host1(config-router)#route-map 4
Use the no version to delete the route map. If you do not specify an interface,
it removes the global route map if it exists.
See route-map
Use to enable RIP routing protocol and specify a RIP process for IP, or to access
Router Configuration mode.
Specify only one RIP process per router.

Advertisement

Table of Contents
loading

Table of Contents