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 log lsa

Enables OSPF LSA logs.

set protocols ospf [ process pid ] log lsa { all | flooding | generate | install | maxage | refresh }
delete protocols ospf [ process pid ] log lsa { all | flooding | generate | install | maxage | refresh }
show protocols ospf [ process pid ] log lsa { all | flooding | generate | install | maxage | refresh }

None

process pid
Specifies the PID of an IPv4 OSPF process.
all
Enables all OSPF LSA logs.
flooding
Enables only OSPF LSA flooding logs.
generate
Enables only OSPF LSA generation logs.
install
Enables only OSPF LSA installation logs.
maxage
Enables only OSPF LSA maximum age logs.
refresh
Enables only OSPF LSA refresh logs.

Configuration mode

protocols {
       ospf {
               process pid {
                       log {
                               lsa {
                                       all
                                       flooding
                                       generate
                                       install
                                       zmaxage
                                       refresh
                               }
                       }
               }
       }
}

Use the set form of this command to enable Open Shortest Path First (OSPF) LSA logs.

Use the delete form of this command to remove OSPF LSA logs.

Use the show form of this command to view OSPF LSA logs.