This section provides the NETCONF configuration command reference. Topics in this section include:
This command disables the NETCONF server. The shutdown command is blocked if there are any active NETCONF sessions. Use the admin disconnect command to disconnect all NETCONF sessions before shutting down the NETCONF service.
This command enables or disables support of the candidate datastore in the SR OS NETCONF server. If the candidate is disabled then requests that reference the candidate datastore return an error, and when a NETCONF client establishes a new session the candidate capability is not advertised in the SR OS <hello>. This command also controls support of the <commit> and <discard-changes> operations.
candidate
This command enables or disables support of the writable-running capability in the SR OS NETCONF server. If writable-running is disabled then requests that reference the running datastore as a target return an error, and when a NETCONF client establishes a new session the writable-running capability is not advertised in the SR OS <hello>.
writable-running
This command enables or disables support of the Base-R13 YANG modules in the SR OS NETCONF server. If the base-r13-modules are disabled then requests that reference the Base-R13 modules return an error, and when a NETCONF client establishes a new session the Base-R13 modules are not advertised in the SR OS <hello>.
base-r13-modules
This command enables or disables support of the Nokia YANG modules in the SR OS NETCONF server. If the nokia-modules are disabled then requests that reference the Nokia modules return an error, and when a NETCONF client establishes a new session the Nokia modules are not advertised in the SR OS <hello>.
nokia-modules
This command authorizes netconf capability for the user.
This command enables the context where permission to use various NETCONF operations is controlled.
This operation authorizes a user associated with the profile to send a kill session NETCONF operation. This kill session operation allows a NETCONF client to kill another NETCONF session, but not the session in which the operation is requested.
no kill-session
This operation authorizes a user associated with the profile to send a lock NETCONF operation. This lock operation allows a NETCONF client to lock the running datastore or the candidate datastore.
no lock