OcNOS-SP : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv3 Commands : max-concurrent-dd
max-concurrent-dd
Use this command to limit the number of Database Descriptors (DD) that can be processed concurrently.
This command is useful when a router's performance is affected from simultaneously bringing up several OSPFv3 adjacencies. This command limits the maximum number of DD exchanges that can occur concurrently per OSPFv3 instance, thus allowing for all of the adjacencies to come up.
Use the no option with this command to remove the limit.
Command Syntax
max-concurrent-dd <1-65535>
no max-concurrent-dd
Parameters
<1-65535>
Specify the number of DD processes.
Default
By default, number of maximum concurrent DD processes is 5
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
The following example set the max-concurrent-dd value to 4.
#configure terminal
(config)#router ipv6 ospf
(config-router)#max-concurrent-dd 4
Last modified date: 10/16/2023