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

notification (System Services)

date_range 25-Jun-24

Syntax

content_copy zoom_out_map
notification {
    allow-clients {
        address ip-address;
    }
    broker-socket-send-buffer-size broker-socket-send-buffer-size;
    max-connections max-connections;
    port port;
}

Hierarchy Level

content_copy zoom_out_map
[edit system services extension-service]

Description

Enable notification services for applications.

Options

allow-clients address ip-address

(Required) Specify IPv4 or IPv6 addresses (prefix length optional) or host names of clients that are allowed to request notifications from the application. You can specify a set of values using square brackets ([ ]). If this option is not configured, the client cannot subscribe to notifications.

broker-socket-send-buffer-size broker-socket-send-buffer-size

Socket send buffer size for the broker to publish the messages

max-connections max-connections

Specify the maximum number of clients that can connect to the application.

  • Range: 1 through 20

  • Default: 20

port port

Specify the number of the port to accept incoming connections.

  • Range: 1 through 65535

  • Default: 1883

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.

footer-navigation