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

Enables logging for RIP packets.

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

None

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

Configuration mode

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

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

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

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