[Contents] [Prev] [Next] [Index] [Report an Error]

<kill-session>

Usage

<rpc> 
<kill-session>
        <session-id>PID</session-id>
</kill-session>
</rpc>
]]>]]>

Description

Request that the NETCONF server terminate another NETCONF session. The usual reason to emit this tag is that the user or application for the other session holds a lock on the candidate configuration, preventing the client application from locking the configuration itself.

The client application must have the JUNOS maintenance permission.

<session-id>—The PID of the entity conducting the session to terminate. The PID is reported in the <rpc-error> tag element that the NETCONF server generates when it cannot lock a configuration as requested.

Usage Guidelines

See Terminating Another NETCONF Session.

Related Topics

]]>]]>, <lock>, <rpc>


[Contents] [Prev] [Next] [Index] [Report an Error]