home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service netconf call-home netconf-client <host_ip_address> disable

Disables the Call Home client.

set service netconf call-home netconf-client host_ip_address disable
show service netconf

Call Home is disabled by default.

host_ip_address
The IPv4 or IPv6 address for a NETCONF client to which vCPE connnects for establishing Call Home.

Configuration mode.

netconf {
       call-home {
               netconf-client host_ip_address {
                       disable
               }
       }
}

Use this command to disable the NETCONF Call Home client.

Use the set form of the command disable the NETCONF Call Home client.

Use the show form of the command to display the details for a Call Home configuration.