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-interval parameter and all Call Home related parameters are ignored if the
--with-callhome parameter is set to 'false'.
--callhome-retry-interval=uint16
Specifies the number of seconds to wait after a connect attempt
to the callhome server has failed before attempting another connect
attempt to that server. The default is 60.
The callhome-retry-interval parameter can be invoked via the command line:
user@system> netconfd-pro --callhome-retry-interval=30
or can be configured in the /etc/yumapro/netconfd-pro.conf file:
#### leaf callhome-retry-interval # Specifies the number of seconds to wait after a connect # attempt to the callhome server has failed before attempting # another connect attempt to that server. # # callhome-retry-interval 60 # callhome-retry-interval 30
Related Parameters:
- with-callhome
- callhome-retry-max
- 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.