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 ifsm

Enables OSPFv3 IFSM logs.

set protocols ospfv3 log ifsm { all | events | staus | timers }
delete protocols ospfv3 log ifsm { all | events | staus | timers }
show protocols ospfv3 log ifsm { all | events | staus | timers }

None

all
Enables all OSPFv3 IFSM logs.
events
Enables only OSPFv3 IFSM event logs.
status
Enables only OSPFv3 IFSM status logs.
timers
Enables only OSPFv3 IFSM timer logs.

Configuration mode


protocols {
    ospfv3 {
        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 OSPFv3 IFSM logs.

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