Capabilities of Netopeer2 for Managing Call Home Retry Attempts
Does the current version of Netopeer2 support tracking the number of failed Call Home attempts? Additionally, is there a parameter available that allows users to control the frequency of Call Home retries, such as initiating a new attempt every x seconds?
You can configure all the Call Home parameters in the YANG module.
thx for ur reply but apparently there is no way to know whether the current attempt is failed, right ?
2- it is mentioned that : Max wait: Specifies the amount of time in seconds after which, if the connection is not established, an endpoint connection attempt is considered unsuccessful. well it means it the time interval between each attempt for the same endpoint right ?
can I kill the session and then use the reconnect strategy? thx in advance
thx for ur reply but apparently there is no way to know whether the current attempt is failed, right ?
No, it is managed automatically.
well it means it the time interval between each attempt for the same endpoint right ?
Yes, I believe that is correct.
can I kill the session and then use the reconnect strategy?
Yes, if the Call Home session is terminated for any reason, the configured reconnect strategy is used.
Do you think a notification from the netconf-server whenever a max attempt is reached for a specific endpoint could be considered to be added ?
It could be nice to have the apps that configured the netconf's server being notified about the failure. Unless you know some other way to check this from the outside of the netconf server ?