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 route

Enables OSPF route logs.

set protocols ospf [ process pid ] log route { all | ase | ia | install | spf }
delete protocols ospf [ process pid ] log route { all | ase | ia | install | spf }
show protocols ospf [ process pid ] log route { all | ase | ia | install | spf }

None

process pid
Specifies the PID of an IPv4 OSPF process.
all
Enables all OSPF route all logs.
ase
Enables only OSPF route ASE logs.
ia
Enables only OSPF route IA logs.
install
Enables only OSPF route install logs.
SPF
Enables only OSPF route SPF logs.

Configuration mode

protocols {
       ospf {
               process pid {
                       log {
                               route {
                                       all
                                       ase
                                       ia
                                       install
                                       spf
                               }
                       }
               }
       }
}

Use the set form of this command to enable OSPF route logs.

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

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