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 ripng log packet

Enables logging for RIPng packets.

set protocols ripng log packet { all | detail| rcv | send }
delete protocols ripng log packet { all | detail| rcv | send }
show protocols ripng log packet { all | detail| rcv | send }

None

all
Enables all RIPng packet logs.
detail
Enables only RIPng packet detail logs.
rcv
Enables only RIPng packet receive logs.
send
Enables only RIPng packet send logs.

Configuration mode

protocols {
       ripng {
               log {
                       packet {
                               all
                               detail
                               rcv
                               send
                       }
               }
       }
}

Use the set form of this command to enable routing information protocol (RIP)ng packet logs.

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

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