NETCONF can be used on an SR OS router to perform router management operations including:
changing the configuration of the router (using the <edit-config> operation)
reading the configuration of the router (using the <get-config> operation, equivalent to the info command while in the configure branch of the SR OS CLI)
reading operational status and data using the <get> operation (equivalent to the show commands in the SR OS CLI, or executing the info command while in the state branch of MD-CLI)
notifications on an SR OS router (equivalent to the SR OS log events)
operations equivalent to MD-CLI commands, such as admin, file, clear, oam, and ping, using md-cli-raw-command (see NETCONF operations using the md-cli-raw-command request)
some operations (for example, admin reboot, ping) are individually modeled as YANG actions and can be called from NETCONF (see Individually YANG-modeled operations)
The SR OS NETCONF server supports both the base:1.1 capability and the base:1.0 capability.