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> port <port_number>

Enables the Call Home feature by specifying a NETCONF client and port.

set service netconf call-home netconf-client host_ip_address port port_number
delete service netconf call-home netconf-client host_ip_address port port_number
show service netconf

Call Home is disabled by default.

host_ip_address
The IPv4 or IPv6 address for a NETCONF client to which vCPE connects for establishing Call Home.
port_number
The number of a port in the NETCONF client. The number ranges from 1 through 65,535.

Configuration mode.


netconf {
       call-home {
               netconf-client host_ip_address {
                       port port_number
               }
       }
}

Use this command to enable the Call Home feature by specifying a NETCONF client and port.

Use the set form of the command to enable the Call Home feature.

Use the delete form of the command to delete the Call Home port details.

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