home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols ospf overflow database soft limit

Sets a maximum number of LSAs that are allowed in the OSPF database and sends a warning if the limit is exceeded.

set protocols ospf [ process pid ] overflow database soft limit number-of-lsas
delete protocols ospf [ process pid ] overflow database soft limit [ number-of-lsas ]
show protocols ospf [ process pid ] overflow database soft limit
process pid
Specifies the PID of an IPv4 OSPF process.
number-of-lsas
The maximum number of LSAs that are allowed in the database. The number ranges from 0 through 4294967294.

Configuration mode

protocols {
      ospf {
              process pid {
                      overflow {
                              database {
                                      soft {
                                              limit number-of-lsas 
                                      }
                              }
                      }
              }
      }
}

Use the set form of this command to set the maximum number of LSAs that are allowed in the OSPF database and send a warning if the limit is exceeded.

Use the delete form of this command to remove the maximum number of LSAs that are supported in the OSPF database.

Use the show form of this command to display the current maximum number of LSAs that are allowed in the OSPF database.