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

show programmable-rpd clients

date_range 15-Apr-24

Syntax

content_copy zoom_out_map
show programmable-rpd clients
<client-id>

Description

Lists 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.

The command output shows client specific details and statistics such as client ID, protocol and corresponding gateway handle, purge timer, the client up/down status, the route-summary of the number of routes installed, the per-route-table breakup of the route count and, if the client is disconnected, the time remaining before the client state is purged. If the client has not registered any protocol, the gateway handle is 0.

Options

none Display the information for all prpd clients.
client-id (Optional) Display information only about the specified prpd client.

Required Privilege Level

view

Sample Output

show programmable-rpd clients

content_copy zoom_out_map
user@host> show programmable-rpd clients
RPD global purge timeout: 120
RPD Server connected client details:
ClientIdentifier   PurgeTimer  Status   Timeout  Protocol       Gateway
3                   150         Up               BGP-Static      578
2                    75         Up               NoGwProtocol      0
1                   120         Down     117     BGP-Static       577

Release Information

Command introduced in Junos OS Release 16.2.

client-id option introduced in Junos OS Release 22.1R1.

footer-navigation