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

Prerequisites for Establishing a NETCONF Server Session

The NETCONF server communicates with client applications within the context of a NETCONF session. The server and client explicitly establish a connection and session before exchanging data, and close the session and connection when they are finished. Client applications access the NETCONF server using the SSH protocol and use the standard SSH authentication mechanism.

Before you establish a NETCONF server session, ensure that:

You must enable NETCONF over SSH protocol on port 830 of the device running NETCONF server. To do this, enter the set system services netconf ssh command at the command line interface of the NETCONF server device.

[edit]
user@host# set system services netconf ssh

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