Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

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

hello-message (NETCONF)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
hello-message {
    yang-module-capabilities {
        advertise-native-yang-modules;
        advertise-custom-yang-modules;
        advertise-standard-yang-modules;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit system services netconf]

Description

Configure the NETCONF server to advertise additional capabilities in the NETCONF capabilities exchange. The NETCONF server emits the <hello> element and the <capabilities> child element with the list of capabilities at the start of the NETCONF session.

Default

If you do not include the hello-message statement, the NETCONF server does not advertise any additional capabilities beyond the default capabilities in the NETCONF capabilities exchange.

Options

yang-module-capabilities Configure the YANG modules that the NETCONF server advertises in the NETCONF capabilities exchange. The following statements are supported:
  • advertise-custom-yang-modules—Advertise third-party YANG modules installed on the device.
  • advertise-native-yang-modules—Advertise Junos OS native YANG modules.
  • advertise-standard-yang-modules—Advertise standard YANG modules supported by the device, for example, OpenConfig modules.

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 21.1R1 and Junos OS Evolved Release 21.1R1.

external-footer-nav