JunosE 11.3.x IP, IPv6, and IGP Configuration Guide
router rip
send-more-specific-routes-disable
table-map
216
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.
Example
host1(config)#router rip
Use the no version to delete the RIP process and removes the configuration from your
router.
See router rip
Use to configure RIP to send a less-specific route in preference to a more-specific route
if the less-specific route has a metric.
Example
host1(config-router)#send-more-specific-routes-disable
Use the no version to restore the default condition, wherein RIP always sends a
more-specific route in preference to a less-specific route, even if the less-specific route
has a metric.
See send-more-specific-routes-disable
Use to apply a policy to modify distance, metric, or tag values of RIP 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
host1(config)#route-map dist1 permit 5
host1(config-route-map)#match community boston42
host1(config-route-map)#set distance 33
host1(config-route-map)#exit
host1(config)#router rip 100
host1(config-router)#table-map dist1
host1(config-router)#exit
host1(config)#exit
host1#clear ip routes *
Copyright © 2010, Juniper Networks, Inc.
Need help?
Do you have a question about the JUNOSE SOFTWARE FOR E SERIES 11.3.X - IP-IPV6-IGP CONFIGURATION GUIDE 2010-10-31 and is the answer not in the manual?
Questions and answers