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

Enables OSPFv3 LSA logs.

set protocols ospfv3 log lsa { all | flooding | generate | install | maxage | refresh }
delete protocols ospfv3 log lsa { all | flooding | generate | install | maxage | refresh }
show protocols ospfv3 log lsa { all | flooding | generate | install | maxage | refresh }

None

all
Enables all OSPFv3 LSA logs.
flooding
Enables only OSPFv3 LSA flooding logs.
generate
Enables only OSPFv3 LSA generation logs.
install
Enables only OSPFv3 LSA installation logs.
maxage
Enables only OSPFv3 LSA maximum age logs.
refresh
Enables only OSPFv3 LSA refresh logs.

Configuration mode


protocols {
    ospfv3 {
         log {
             lsa {
                  all
                  flooding
                  generate
                  install
                  maxage
                  refresh
             }
         }
    }
}

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

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

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