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 ifsm

Enables OSPF IFSM logs.

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

None

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

Configuration mode

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

Use the set form of this command to enable Open Shortest Path First (OSPF) interface finite-state machine (IFSM) logs.

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

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