Send document comments to nexus7k-docfeedback@cisco.com.
12-16
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 12 Configuring RIP
Configuring RIP
You can use the following optional commands in address-family configuration mode to tune RIP:
You can use the following optional commands in interface configuration mode to tune RIP:
Command Purpose
timers basic
update timeout holddown
garbage-collection
Example:
switch(config-router-af)# timers basic 40
120 120 100
Sets the RIP timers in seconds. The parameters are
as follows:
• update—The range is from 5 to any positive
integer. The default is 30.
• timeout—The time that Cisco NX-OS waits
before declaring a route as invalid. If Cisco
NX-OS does not receive route update
information for this route before the timeout
interval ends, Cisco NX-OS declares the route
as invalid. The range is from 1 to any positive
integer. The default is 180.
• holddown—The time during which Cisco
NX-OS ignores better route information for an
invalid route. The range is from 0 to any
positive integer. The default is 180.
• garbage-collection—The time from when
Cisco NX-OS marks a route as invalid until
Cisco NX-OS removes the route from the
routing table. The range is from 1 to any
positive integer. The default is 120.
Command Purpose
ip rip metric-offset
value
Example:
switch(config-if)# ip rip metric-offset 10
Adds a value to the metric for every router received
on this interface. The range is from 1 to 15. The
default is 1.
ip rip route-filter {prefix-list
list-name
| route-map
map-name
|
[in
|
out]
Example:
switch(config-if)# ip rip route-filter
route-map InputMap in
Specifies a route map to filter incoming or outgoing
RIP updates.