
OSPF Commands
©2008 Allied Telesis Inc. All rights reserved.
30.40
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
max-concurrent-dd
Use this command to set the limit for the number of Database Descriptors (DD) that can be
processed concurrently.
Syntax
max-concurrent-dd <1-65535>
Mode
Router mode
Usage
This command is useful when a router's performance is affected from simultaneously bringing
up several OSPF adjacencies. This command limits the maximum number of DD exchanges
that can occur concurrently per OSPF instance, thus allowing for all of the adjacencies to come
up.
Examples
The following example sets the max-concurrent-dd value to 4, so that only 4 DD exchanges
will be processed at a time.
awplus#configure terminal
awplus(config)#router ospf 100
awplus(config-router)# max-concurrent-dd 4
neighbor
Use this command to inform the router of other neighboring routers that are connected to the
same NBMA network.
Use the
no
parameter with this command to remove a configuration.
Syntax
neighbor <ip_address> [<cost>]{<priority>|<poll-interval>}
no neighbor <ip_address> [<cost>]{<priority>|<poll-interval>}
Mode
Router mode
Usage
To configure a neighbor on an NBMA network manually, use the
neighbor
command and
include one neighbor entry for each known nonbroadcast network neighbor. The IP address
used in this command is the neighbor’s primary IP address on the interface where that neighbor
connects to the NBMA network.
Parameter
Description
<1-65535>
Specify the number of DD processes.
Parameter
Description
<ip_address>
Specifies the interface IP address of the neighbor.
<priority>
priority <0-255>
Specifies the router priority value of the non-
broadcast neighbor associated with the specified IP address. The default
value is 0. This keyword does not apply to point-to-multipoint
interfaces.
<poll-interval>
poll-interval <1-65535>
Dead neighbor polling interval in
seconds. It is recommended to set this value much higher than the hello
interval. The default value is 120 seconds.
<cost>
cost <1-65535>
Specifies the link-state metric to this neighbor.