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

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
table-map
286
Configuring Additional Parameters
Use to disable the transmission of routing updates on the interface, meaning
that OSPFv2 or OSPFv3 routing information is neither sent by nor received
through the interface.
The specified interface appears as a stub network in the OSPF domain.
By default, OSPF is enabled on a configured OSPF interface.
Example
host1(config-router)#passive-interface ethernet 1/0
Use the no version to reenable the transmission of OSPF routing updates on the
specified interface.
See passive-interface
Use to redistribute information from a routing domain other than OSPF into the
OSPF domain.
You can set the OSPF metric type type 1 or type 2 and set a metric for all
redistributed routes.
If you do not specify route-map, all routes are redistributed. By default, all routes
are imported as external type 2 routes.
If you specify route-map but do not list any route map tags, no routes are
imported.
Use to redistribute routes from OSPF into other non-OSPF routing domains.
Example 1
host1(config)#router ospf 5
host1(config-router)#redistribute bgp route-map 4
Example 2
host1(config)#router bgp 100
host1(config-router)#redistribute ospf 5
Use the no version to disable redistribution.
See redistribute.
Use to apply a policy to modify distance, metric, metric type, route type, or tag
values of OSPF routes about to be added to the IP routing table.
The new route map is applied to all routes currently in and those subsequently
placed in the forwarding table. Previously redistributed routes are redistributed
with the changes caused by the route map.
To remove from the forwarding table any old routes that are now disallowed by
the specified route map, you must refresh the IP routing table with the clear ip
routes * command.
Example

Advertisement

Table of Contents
loading

Table of Contents