(config)#netconf callhome | Enter call home mode |
(netconf-callhome)#feature netconf callhome enable | Enable the call home feature |
(netconf-callhome)#reconnect enable | Enable the reconnect feature |
(netconf-callhome)#retry-max-attempts 10 | Set the number of connect retries |
(netconf-callhome)#retry-interval 20 | Set the retry interval |
(netconf-callhome)#callhome server test-ch-server 192.168.56.1 | Configure the call home server |
(netconf-callhome)#management-port enp0s3 | Set the call home management port |
(netconf-callhome)#commit | Commit the candidate configuration to the running configuration |
(netconf-callhome)#exit | Exit call home mode |