Chapter 6

CLI – Layer 3

 

 

ip ospf router-id Command

Use the ip ospf router-idcommand 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>

router id

IP address

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>

protocol

[static ospf]

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>

spf-holdtime

The time in seconds of the delay between runs of

 

OSPF’s SPF calculation.

Example:

Router-N(configure router:ospf)# timers spf 5

P332G-ML User’s Guide

167

Page 185
Image 185
Avaya P332G-ML manual No ip ospf router-id router id, Router-N# ip ospf router-id, No timers spf spf-holdtime