473
Switch(Config-if-Vlan1)#ip ospf retransmit-interval 10
14.6.3.29 ip ospf transmit-delay
Command: ip ospf [<ip-address>] transmit-delay <time>
no ip ospf [<ip-address>] transmit-delay
Function:
Set the transmit delay value of LSA transmitting; the “
no ip ospf
[<ip-address>] transmit-delay
” restores the default value.
Parameter: <ip-address>
is the interface IP address show in dotted decimal notation
<time>
is the transmit delay value of link state announcements between the interface and
adjacent layer 3 switches, shown in seconds ang raning between 1
~
65535
Default:
Default transmit delay value of link state announcements is 1 second
Command Mode:
Interface Mode
Usage Guide:
The LSA ages with time in the layer 3 switches, but not in the network
transmitting process. By adding the
transit-delay
prior to sending the LSA, the LSA will
be sent before aged
Example:
Set the LSA transmit delay of interface vlan1 to 3 seconds.
Switch#config terminal
Switch(config)#interface vlan 1
Switch(Config-if-Vlan1)#ip ospf transmit-delay 3
14.6.3.30 max-concurrent-dd
Command: max-concurrent-dd <value>
no max-concurrent-dd
Function:
This command set the maximum concurrent number of dd in the OSPF
process; the “
no max-concurrent-dd
” command restores the default
Parameter: <value>
ranges between
<1-65535>
, which is the capacity of processing the
concurrent dd data packet
Default:
Not set, no concurrent dd limit
Command Mode:
OSPF protocol mode
Usage Guide:
Specify the max concurrent number of dd in the OSPF process
Example:
Set the max concurrent dd to 20
Switch#config terminal
Switch(config)#router ospf 100
Switch(config-router)#max-concurrent-dd 20
14.6.3.31 neighbor
Command: neighbor A.B.C.D [<COST>| priority <value> | poll-interval <value>]
no neighbor A.B.C.D [<COST>| priority <value> | poll-interval <value>]