Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

show programmable-rpd clients route-summary

date_range 06-Jun-24

Syntax

content_copy zoom_out_map
show programmable-rpd clients route-summary
<client-id>
<display-vni-data>
<instance instance-name>
<table table-name> 

Description

Displays the number of programmed routes for clients connected to the programmable routing protocol process (prpd) server. 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.

You can filter the route count by client ID, routing instance, or routing table. The number of routes this command displays includes hidden routes.

Options

none

(Optional) Display the total number of programmed routes for all prpd clients.

client-id

(Optional) Display only the number of programmed routes for the specified prpd client.

display-vni-data

(Optional) Display the number of programmed routes for each virtual routing and forwarding (VRF) instance and each tunnel that has a virtual network identifier (VNI) number.

instance instance-name

(Optional) Display only the number of programmed routes for the specified routing instance.

table table-name

(Optional) Display only the number of programmed routes for the specified routing table.

Required Privilege Level

view

Sample Output

show programmable-rpd clients route-summary

content_copy zoom_out_map
user@host> show programmable-rpd clients route-summary

Total Programmed Route Count: 25
                             primary         secondary
        inet.0                 15                 0
        vpnA.inet.0             0                10

client-id: client-1
      Static                    5
        inet.0                  5                0
        vpnA.inet.0             0                5
      Bgp-Static                5
        inet.0                  5                0
        vpnA.inet.0             0                5
client-id: client-2
    Static                      5
        inet.0                  5                0

show programmable-rpd clients route-summary display-vni-data

content_copy zoom_out_map
user@host> show programmable-rpd clients route-summary display-vni-data | no-more
Total programmed route count: 20
                                            Primary     Secondary
All Clients:                                  20            0
        vrf1.inet.0                            5            0
        vrf2.inet.0                            5            0
        vrf1.inet6.0                           5            0
        vrf2.inet6.0                           5            0
client-id: clientr0
    Static                                    20
        vrf1.inet.0                            5            0
            VNI 1                              1             
            VNI 2                              1             
            VNI 3                              1             
            VNI 4                              1             
            VNI 5                              1             
        vrf2.inet.0                            5            0
            VNI 11                             1             
            VNI 12                             1             
            VNI 13                             1             
            VNI 14                             1             
            VNI 15                             1             
        vrf1.inet6.0                           5            0
            VNI 6                              1             
            VNI 7                              1             
            VNI 8                              1             
            VNI 9                              1             
            VNI 10                             1             
        vrf2.inet6.0                           5            0
            VNI 16                             1             
            VNI 17                             1             
            VNI 18                             1             
            VNI 19                             1             
            VNI 20                             1             

Release Information

Command introduced in Junos OS Release 22.1R1.

display-vni-data option introduced in Junos OS Release 24.2R1.

footer-navigation