Send document comments to nexus7k-docfeedback@cisco.com.
6-39
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 6 Configuring OSPFv2
Configuring Advanced OSPFv2
Step 4
timers lsa-group-pacing
seconds
Example:
switch(config-router)# timers
lsa-group-pacing 2000
Sets the interval in seconds for grouping LSAs. The
range is from 1 to 1800. The default is 240 seconds.
Step 5
timers throttle lsa
start-time
hold-interval max-time
Example:
switch(config-router)# timers throttle
lsa 3000
Sets the rate limit in milliseconds for generating LSAs
with the following timers:
start-time—The range is from 0 to 5000 milliseconds.
The default value is 0 milliseconds.
hold-interval—The range is from 50 to 30,000
milliseconds. The default value is 5000 milliseconds.
max-time—The range is from 50 to 30,000
milliseconds. The default value is 5000 milliseconds.
Step 6
timers throttle spf
delay-time
hold-time
max-wait
Example:
switch(config-router)# timers throttle
spf 3000 2000 4000
Sets the SPF best path schedule initial delay time and
the minimum hold time in seconds between SPF best
path calculations. The range is from 1 to 600000. The
default is 200 millisecond delay time.
Step 7
interface
type
slot/port
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Enters interface configuration mode.
Step 8
ip ospf hello-interval
seconds
Example:
switch(config-if)# ip ospf
retransmit-interval 30
Sets the hello interval this interface. The range is from
1 to 65535. The default is 10.
Step 9
ip ospf dead-interval
seconds
Example:
switch(config-if)# ip ospf
retransmit-interval 30
Sets the dead interval for this interface. The range is
from 1 to 65535.
Step 10
ip ospf retransmit-interval
seconds
Example:
switch(config-if)# ip ospf
retransmit-interval 30
Sets the estimated time in seconds between LSAs
transmitted from this interface. The range is from 1 to
65535. The default is 5.
Step 11
ip ospf transmit-delay
seconds
Example:
switch(config-if)# ip ospf
transmit-delay 600
switch(config-if)#
Sets the estimated time in seconds to transmit an LSA
to a neighbor. The range is from 1 to 450. The default
is 1.
Step 12
show ip ospf
Example:
switch(config-if)# show ip ospf
(Optional) Displays information about OSPF.
Step 13
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
(Optional) Saves this configuration change.
Command Purpose