send-more-specific-routes-disable
table-map
timers
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 *
Use the no version to halt application of the route map.
See table-map
Use to configure RIP timers.
The router supports the following RIP timers:
Chapter 4: Configuring RIP
221
Configuration Tasks
Need help?
Do you have a question about the IGP - CONFIGURATION GUIDE V11.1.X and is the answer not in the manual?