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 nfsm

Enables OSPFv3 NFSM logs.

set protocols ospfv3 log nfsm { all | events | status | timers }
delete protocols ospfv3 log nfsm { all | events | status | timers }
show protocols ospfv3 log nfsm { all | events | status | timers }

None

all
Enables all OSPFv3 NFSM logs.
events
Enables only OSPFv3 NFSM event logs.
status
Enables only OSPFv3 NFSM status logs.
timers
Enables only OSPFv3 NFSM timers logs.

Configuration mode


protocols {
    ospfv3 {
        log {
            nfsm {
                all
                events
                status
                timers
            }
        }
    }
}

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

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

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