Command Reference OSPFv2 Commands
Ruijie(config)# routerospf 20
Ruijie(config-router)# network172.16.16.0
0.0.15.255 area172.16.16.0
Ruijie(config-router)# network192.168.12.0
0.0.0.255 area 1
Ruijie(config-router)# network0.0.0.0 255.255.255.255 area0
Creates the OSPF routing process.
Use this command to configure the maximum number of LSAs supported by the current OSPF
instance. Use the no form of this command to restore the default setting.
overflow database number [ hard | soft ]
Maximum number of LSAs. The range is from 1 to 4294967294.
hard: shuts down the OSPF instance when the number of LSAs
exceeds that number.
soft: issues an alarm when the number of LSAs exceeds that number.
The maximum number of LSAs supported by the current OSPF instance is not restricted by default.
Routing process configuration mode
To shut down the OSPF instance when the number of LSAs exceeds that number, use the hard
parameter; otherwise, use the soft parameter.
The following example configures that OSPF instance 10 will be shut down when there are more than
10 LSAs.
Ruijie(config)# router ospf 10
Ruijie(config-router)# overflow database 10 hard