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

grpc

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
grpc {
    max-connections max-connections;
    routing-instance routing-instance;
    ssl {
        address ip-address;
        hot-reloading;
        local-certificate (System) local-certificate;
        mutual-authentication {
            certificate-authority certificate-authority-profile-name;
            client-certificate-request (no-certificate | request-certificate | request-certificate-and-verify | require-certificate | require-certificate-and-verify);
        }
        port port;
        use-pki;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit system services extension-service request-response]

Description

Configure the type of connections the gRPC service accepts for API applications.

Options

routing-instance routing-instance

Name of routing instance for grpc.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

system—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 16.2.

footer-navigation