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 packet

Enables OSPF packet logs.

set protocols ospf [ process pid ] log packet { all | dd | detail | hello | ls-ack | ls-request | ls-update | recv | send }
delete protocols ospf [ process pid ] log packet { all | dd | detail | hello | ls-ack | ls-request | ls-update | recv | send }
show protocols ospf [ process pid ] log packet { all | dd | detail | hello | ls-ack | ls-request | ls-update | recv | send }

None

process pid
Specifies the PID of an IPv4 OSPF process.
all
Enables all OSPF packet logs.
dd
Enables only OSPF packet DD logs.
detail
Enables only OSPF packet detail logs.
hello
Enables only OSPF packet hello logs.
ls-ack
Enables only OSPF packet ls-ack logs.
ls-request
Enables only OSPF packet ls-request logs.
ls-update
Enables only OSPF packet ls-update logs.
recv
Enables only OSPF packet receive logs.
send
Enables only OSPF packet send logs.

Configuration mode

protocols {
       ospf {
               process pid {
                       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) packet logs.

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

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