Chapter 6 CLI – Layer 3
P332G-ML User’s Guide 167
ip ospf router-id Command
Use the ip ospf router-id command to configure router identity. The no
form of this command returns the router identity to its default (lowest IP interface
that exists).
The syntax for this command is:
[no] ip ospf router-id <router id>
Example:
Router-N# ip ospf router-id 192.168.49.1
redistribute Command
Use the redistribute command to redistribute routing information from other
protocols into OSPF. The no form of this command disables redistribution by
OSPF.
The syntax for this command is:
[no] redistribute <protocol>
Example:
Router-N(configure router:ospf)# redistribute static
timers spf Command
Use the timers spf command to configure the delay between runs of OSPF’s
SPF calculation. Use the no form of this command to restore the default (3 seconds).
The syntax for this command is:
[no] timers spf <spf-holdtime>
Example:
Router-N(configure router:ospf)# timers spf 5
router id IP address
protocol [sta tic | ospf]
spf-holdtime The time in seconds of the delay between runs of
OSPF’s SPF calculation.