YumaPro SDK 17.10 introduces support for the Call Home protocol defined in IETF RFC 8071.
By default, Call Home is not enabled but must be configured by the developer/user.
--with-callhome=boolean
This feature is only available if the server image is built with
the flags WITH_CALLHOME=1. If set to 'true', then the IETF
Callhome for SSH feature will be enabled. If set to 'false',
then this feature will be disabled and the following CLI parameters will be ignored:
The default value for with-callhome is 'false'.
The with-callhome parameter can be used to turn the Call Home parameter on via the command line
when starting up netconfd-pro:
user@system> netconfd-pro --with-callhome=true
or Call Home can be set in the configuration file for netconfd-pro, defualt location is /etc/yumapro/netconfd-pro.conf:
#### leaf with-callhome # This feature is only available if the server image # is built with the flags WITH_CALLHOME=1. # If set to 'true', then the IETF Callhome for SSH # feature will be enabled. If set to 'false', then # this feature will be disabled. # # with-callhome false # with-callhome true
For more information on using the Call Home protocol in YumaPro SDK please refer to the Solution Article "Establishing a Call Home Connection" and also to IETF Call Home of the YumaPro netconfd-pro Manual.