376
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
timers basic
Note You can view the current and default timer values by using the show ip protocols command.
This command does not require a license.
Examples This example shows how to set updates to broadcast every 5 seconds. If Cisco NX-OS does not hear from
a router in 15 seconds (the invalid time), it declares the route as unusable. Cisco NX-OS suppresses
further information for an additional 15 seconds (the holddown time). At the end of the suppression
period, Cisco NX-OS flushes the route from the routing table.
switch# configure terminal
switch(config)# router rip Enterprise
switch(config-router)# address-family ipv4 unicast
switch(config-router-af)# timers basic 5 15 15 30
switch(config-router-af)#
Related Commands Command Description
address-family Enters address-family configuration mode.
copy running-config
startup-config
Saves the configuration to the startup configuration file.
show ip rip Displays a summary of RIP information for all RIP instances.