Specifications

Send document comments to nexus3k-docfeedback@cisco.com.
3-38
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, Release 5.0(3)U2(2)
OL-25782-02
Chapter 3 Configuring OSPFv2
Configuring Advanced OSPFv2
Step 4
timers lsa-group-pacing seconds
Example:
switch(config-router)# timers
lsa-group-pacing 1800
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 6000 6000
Sets the rate limit in milliseconds for generating LSAs
with the following timers:
start-time—The range is from 50 to 5000 milliseconds.
The default value is 50 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 no delay time and 5000 millisecond hold
time.
Step 7
interface type slot/port
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Enters interface configuration mode.
Step 8
no switchport
Example:
switch(config-if)# no switchport
Configures the interface as a Layer 3 routed interface.
Step 9
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 10
ip ospf dead-interval seconds
Example:
switch(config-if)# ip ospf dead-interval
30
Sets the dead interval for this interface. The range is
from 1 to 65535.
Step 11
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 12
ip ospf transmit-delay seconds
Example:
switch(config-if)# ip ospf
transmit-delay 450
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.
Command Purpose