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 nfsm

Enables OSPF NFSM logs.

set protocols ospf [ process pid ] log nfsm { all | events | status | timers }
delete protocols ospf [ process pid ] log nfsm { all | events | status | timers }
show protocols ospf [ process pid ] log nfsm { all | events | status | timers }

None

process pid
Specifies the PID of an IPv4 OSPF process.
all
Enables all OSPF NFSM logs.
events
Enables only OSPF NFSM event logs.
status
Enables only OSPF NFSM status logs.
timers
Enables only OSPF NFSM timers logs.

Configuration mode

protocols {
       ospf {
               process pid {
                       log {
                               nfsm {
                                       all
                                       events
                                       status
                                       timers
                               }
                       }
               }
       }
}

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

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

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