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

Enables OSPFv3 protocol logs.

set protocols ospfv3 log { all | bfd | events | ifsm | lsa | nfsm | nsm | packet | retransmission | rib | route }
delete protocols ospfv3 log { all | bfd | events | ifsm | lsa | nfsm | nsm | packet | retransmission | rib | route }
show protocols ospfv3 log { all | bfd | events | ifsm | lsa | nfsm | nsm | packet | retransmission | rib | route }

None

all
Enables all OSPFv3 logs.
bfd
Enables only OSPFv3 BFD logs
events
Enables only OSPFv3 event logs.
ifsm
Enables only OSPFv3 IFSM logs.
lsa
Enables only OSPFv3 LSA logs.
nfsm
Enables only OSPFv3 NFSM logs.
nsm
Enables only OSPFv3 NSM logs.
packet
Enables only OSPFv3 packet logs.
retransmission
Enables only OSPFv3 retransmission logs.
rib
Enables only OSPFv3 RIB logs.
route
Enables only OSPFv3 route logs.

Configuration mode


protocols {
    ospfv3 {
        log {
             all
             bfd
             events
             ifsm
             lsa
             nfsm
             nsm
             packet
             retransmission
             rib
             route
        }
    }
}

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

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

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

.