
111
Default:
Cisco by default.
Command Mode:
OSPF protocol mode.
Usage Guide:
For Specifying the realizing type of abr. This command is good for interactive
operation among different OSPF realizing method and is especially useful in the multiple host
environment.
Example:
Configure abr as standard.
Switch#config terminal
Switch(config)#router ospf 100
Switch(config-router)#ospf abr-type standard
1.6.3.36 ospf router-id
Command: ospf router-id <address>
no ospf router-id
Function:
Specify a router ID for the OSPF process. The “
no ospf router-id
” command cancels
the ID number.
Parameter: <address>,
IPv4 address format of router-id.
Default:
No default configuration.
Command Mode:
OSPF protocol mode.
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
1.6.3.37 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