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.
The callhome-retry-max parameter and all Call Home related parameters are ignored if the
--with-callhome parameter is set to 'false'.
--callhome-retry-max=uint16
Specifies the number of retry attempts the server should attempt
to the callhome server before giving up. The value 0 indicates
the server should never give up. The default is 10.
The callhome-retry-max parameter can be invoked via the command line:
user@system> netconfd-pro --callhome-retry-max=5
or can be configured in the /etc/yumapro/netconfd-pro.conf file:
#### leaf callhome-retry-max # Specifies the number of retry attempts the server should # attempt to the callhome server before giving up. # The value 0 indicates the server should never give up. # # callhome-retry-max 10 # callhome-retry-max 5
Related Parameters:
- with-callhome
- callhome-retry-interval
- callhome-server
- callhome-sshd-command
- callhome-sshd-config
- callhome-subsys-command
- server-id
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 the IETF Call Home section of the netconfd-pro User Manual.