
109
1.6.3.31 key chain
Command: key chain <name-of-chain>
no key chain < name-of-chain >
Function:
This command is for entering a keychain manage mode and configure a keychain.
The “
no key chain < name-of-chain >
“ delete one keychain.
Parameter: <name-of-chain>
is the name string of the keychain the length of which is not
specifically limited.
Command Mode:
Global Mode
Example:
Switch#config terminal
Switch(config)#key chain mychain
Switch(config-keychain)#
1.6.3.32 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
1.6.3.33 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>]
Function:
This command configures the OSPF router connecting NBMA network. The “
no
neighbor A.B.C.D [<cost>| priority <value> | poll-interval <value>]
” command removes this
configuration.
Parameter: <cost>,
OSPF neighbor cost value ranging between 1-65535;
priority <value>
,
neighbor priority defaulted at 0 and ranges between 0-255;
poll-interval <value>
, 120s by
default, which the polling time before neighbor relationship come into shape , ranging between
1-65535.