extension-service (System Services gRPC)
Junos OS Syntax
extension-service { request-response { grpc { max-connections max-connections; routing-instance routing-instance; ssl { address ip-address; hot-reloading; local-certificate 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; } } } notification { allow-clients { address ip-address; } broker-socket-send-buffer-size broker-socket-send-buffer-size; max-connections max-connections; port port; } traceoptions { file <filename> <files number> <match regex> <size size> <world-readable | no-world-readable>; flag flag; level <error>; no-remote-trace; } }
Junos OS Evolved Syntax
extension-service { request-response { grpc { max-connections max-connections; routing-instance routing-instance; ssl { address ip-address; hot-reloading; local-certificate 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; } } } traceoptions { file <filename> <files number> <match regex> <size size> <world-readable | no-world-readable>; flag flag; no-remote-trace; } }
Hierarchy Level
[edit system services]
Description
Enable Junos OS extension services.
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.1.
grpc
option introduced in Junos OS Release 16.2.