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

Enables logging for RIPng.

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

None

all
Enables all RIPng logs.
events
Enables RIPng events logs.
nsm
Enables RIPng NSM logs.
packet
Enables RIPng packet logs.
rib
Enables RIPng RIB logs.

Configuration mode


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

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

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

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