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

Enables logging for RIP.

set protocols rip log{ all | events| nsm | packet| rib}
delete protocols rip log{ all | events| nsm| packet | rib}
show protocols rip log{ all | events| nsm | packet| rib}

None

all
Enables all RIP logs.
events
Enables only RIP events logs.
nsm
Enables only RIP NSM logs.
packet
Enables only RIP packet logs.
rib
Enables only RIP RIB logs.

Configuration mode

protocols {
       rip {
               log {
                       all
                       events
                       nsm
                       packet
                       rib
               }
       }
}

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

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

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