
25-97
Usage Guide:
The new router-id takes effect immediately.
Example:
Configure router-id of ospf 100 to 2.3.4.5.
Switch#config terminal
Switch(config)#router ospf 100
Switch(config-router)#ospf router-id 2.3.4.5
25.48 overflow database
Command:
overflow database
<maxdbsize >
[{hard|soft}]
no overflow database
Function:
This command is for configuring the max LSA number. The “
no overflow database
” command cancels the limit.
Default:
Not configured.
Parameter:
< maxdbsize >
Max LSA numbers, ranging between 0~4294967294.
soft:
Soft limit, warns when border exceeded.
hard:
Hard limit, directly close ospf instance when border exceeded.
If there is not soft or hard configured, the configuration is taken as hard limit.
Command Mode:
OSPF
Protocol Mode.
Example:
Switch#config terminal
Switch(config)#router ospf
Switch(config-router)#overflow database 10000 soft