Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

JET APIs

JET is a framework that enables developers to create applications.

cRPD supports JET, which provides gRPC-based routing APIs that are accessed locally from within the container or remotely over a TCP session. JET APIs supports Programmable RPD. The maximum number of JET connections supported is 512.

In cRPD, JET service is enabled on TCP port 40051 and binds to loopback address 127.0.0.1 or ::1. To access JET service remotely, set up the SSH tunneling into the cRPD container using either username and password or SSH keys.

cRPD supports the following JET Service APIs:

  • BFD Service APIs

  • BGP Route Service API

  • PRPD Common API

  • PRPD Service API

  • RIB Service API

  • Routing Interface Service API

Remote access to JET service is secured using SSH. For more information on enabling SSH using port forwarding, see Establish an SSH Connection for a NETCONF Session and cRPD.