Differences between revisions 1 and 2
Revision 1 as of 2015-10-09 19:10:23
Size: 319
Editor: AndrewStone
Comment:
Revision 2 as of 2015-10-09 19:10:50
Size: 329
Editor: AndrewStone
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
==Troubleshooting== == Troubleshooting ==
Line 6: Line 6:
{{{
Line 9: Line 9:
}}}

Troubleshooting

  • NETCONF clients connect and then disconnect instantly

You have either not enabled NETCONF in sshd_config, or the binding program does not exist. Add this to /etc/ssh/sshd_config and restart:

Port 830
Subsystem   netconf <replace with your path to SAFplus>/bin/netconf-subsystem

SAFplus: SAFplus Management User's Guide (last edited 2016-03-15 02:42:02 by HoangLe)