netconf-monitoring (NETCONF)
Syntax
netconf-monitoring {
netconf-state-schemas {
retrieve-custom-yang-modules;
retrieve-standard-yang-modules;
}
}
Hierarchy Level
[edit system services netconf]
Description
Configure NETCONF monitoring options.
Options
netconf-state-schemas |
Specify the schemas that the NETCONF server should return when a client application retrieves the list of supported schemas, which by default includes only the Junos OS native schema. The following statements are supported:
Client applications can request the list of supported schemas by using the following RPC: <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get>
<filter type="subtree">
<netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">
<schemas/>
</netconf-state>
</filter>
</get>
</rpc>
|
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.