Reference Guide

Table Of Contents
Example
OS10(config)# router ospf 100
OS10(config-router-ospf-100)# timers spf 1200 2300 3400
OS10(config-router-ospf-100)# do show ip ospf
Routing Process ospf 100 with ID 12.1.1.1
Supports only single TOS (TOS0) routes
It is Flooding according to RFC 2328
SPF schedule delay 1200 msecs, Hold time between two SPFs 2300 msecs
Convergence Level 0
Min LSA origination 0 msec, Min LSA arrival 1000 msec
Min LSA hold time 5000 msec, Max LSA wait time 5000 msec
Number of area in this router is 1, normal 1 stub 0 nssa 0
Area (0.0.0.1)
Number of interface in this area is 1
SPF algorithm executed 1 times
Supported
Releases
10.4.0E(R1) or later
timers throttle lsa all
Configures the LSA transmit intervals.
Syntax
timers lsa all [start-interval | hold-interval | max-interval]
Parameters
start-interval Sets the minimum interval between initial sending and re-sending the same
LSA in milliseconds (0 to 600,000).
hold-interval Sets the next interval to send the same LSA in milliseconds. This is the time
between sending the same LSA after the start-interval has been attempted (1 to 600,000).
max-interval Sets the maximum amount of time the system waits before sending the LSA in
milliseconds (1 to 600,000).
.
Default
start-interval 0 milliseconds
hold-interval 5000 milliseconds
max-interval 5000 milliseconds
Command Mode ROUTER-OSPF
Usage
Information
The no version of this command removes the LSA transmit timer.
Example
OS10(config)# router ospf 10
OS10(conf-router-ospf-10)# timers throttle lsa all 100 300 1000
Supported
Releases
10.2.0E or later
OSPFv3
OSPFv3 is an IPv6 link-state routing protocol that supports IPv6 unicast address families (AFs). OSPFv3 is disabled by default.
You must configure at least one interface, either physical or loopback. The OSPF process automatically starts when OSPFv3 is
enabled for one or more interfaces. Any area besides area 0 can have any number ID assigned to it.
Enable OSPFv3
1. Enable OSPFv3 globally and configure an OSPFv3 instance in CONFIGURATION mode.
router ospfv3 instance-number
Layer 3
415