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 packet

Enables OSPFv3 packet logs.

set protocols ospfv3 log packet { all | dd | detail | hello | ls-ack | ls-request | ls-update | recv | send }
delete protocols ospfv3 log packet { all | dd | detail | hello | ls-ack | ls-request | ls-update | recv | send }
show protocols ospfv3 log packet { all | dd | detail | hello | ls-ack | ls-request | ls-update | recv | send }

NOne

all
Enables all OSPFv3 packet logs.
dd
Enables only OSPFv3 packet DD logs.
detail
Enables only OSPFv3 packet detail logs.
hello
Enables only OSPFv3 packet hello logs.
ls-ack
Enables only OSPFv3 packet ls-ack logs.
ls-request
Enables only OSPFv3 packet ls-request logs.
ls-update
Enables only OSPFv3 packet ls-update logs.
recv
Enables only OSPFv3 packet receive logs.
send
Enables only OSPFv3 packet send logs.

Configuration mode


protocols {
    ospfv3 {
        log {
            packet {
                all
                dd
                detail
                hello
                ls-ack
                ls-request
                ls-update
                recv
                send
            }
        }
    }
}

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

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

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