Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

programmable-rpd

date_range 16-Jul-24

Syntax (Junos OS)

content_copy zoom_out_map
programmable-rpd {
 client name {
  interface-notification name;
 }
 purge-timeout (never | timeout);
 rib-service {
  dynamic-next-hop-interface (disable | enable);
 }
 statistics {
  flex-routes; 
   <destination ip-destination-address>; 
   table;
 }
 traceoptions {
  file filename <files files> <size size> <(world-readable | no-world-readable)>;
  flag name;
 }
}

Syntax (Junos OS Evolved)

content_copy zoom_out_map
programmable-rpd {
 client name {
  interface-notification name;
 }
 purge-timeout (never |  timeout);
 rib-service {
  dynamic-next-hop-interface (disable);
 }
 stats-aggregation-interval seconds;
 stats-sampling-interval seconds;
 traceoptions {
  file filename <files files> <size size> <(world-readable | no-world-readable)>;
  flag name;
 }
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems name routing-options],
[edit routing-options]

Description

Configure the programmable routing protocol process (prpd). The prpd provides public APIs to program routing systems, making it possible for users to directly access the APIs to customize, create, and modify behavior of their network.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 16.2.

stats-aggregation-interval and stats-sampling-interval statements introduced in Junos OS Evolved Release 22.2R1.

footer-navigation