Getting Started with JET
Configure JET Interaction with Linux OS
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.
Remote access to JET service is secured using SSH. For more information on enabling SSH using port forwarding, see Establishing an SSH Connection for a NETCONF Session and cRPD.
The maximum number of JET connections supported is 512.
Maximum Number of JET Connections
To setup maximum number of JET connections:
Compile IDL Files
To download and compile the IDL files:
For details on how to generate code from an IDL file in the language of your choice, see https://www.grpc.io/docs.