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 rib

Enables OSPF RIB logs.

set protocols ospf log rib [ process pid ] log rib { all | interface | redistribute }
delete protocols ospf log rib [ process pid ] log rib { all | interface | redistribute }
show protocols ospf log rib [ process pid ] log rib { all | interface | redistribute }

None

process pid
Specifies the PID of an IPv4 OSPF process.
all
Enables all OSPF RIB logs.
interface
Enables only OSPF RIB interface logs.
redistribute
Enables only OSPF RIB redistribute logs.

Configuration mode

protocols {
       ospf {
               process pid {
                       log {
                               rib {
                                       all
                                       interface
                                       redistribute
                               }
                       }
               }
       }
}

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

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

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