On Junos devices, which transport protocol does NETCONF use?
NETCONF sessions on Junos devices are established over SSH, using an SSH subsystem (commonly on TCP port 830 as defined by RFC 4742/6242) to provide the secure, authenticated, connection-oriented channel that NETCONF requires. This is the standard transport Juniper documents for NETCONF configuration and management sessions on Junos OS devices.
Community Discussion