3.2.12. netconf-server

Configuration data for NETCONF server.

vsr running config# vrf <vrf> netconf-server

enabled (pushed)

Enable or disable NETCONF server. If no addresses are specified, NETCONF will listen on all IPv4 and IPv6 addresses on port 830.

vsr running config# vrf <vrf> netconf-server
vsr running netconf-server# enabled true|false
Default value
true

idle-timeout

Specifies the maximum number of seconds that a NETCONF session may remain idle. A NETCONF session will be dropped if it is idle for an interval longer than this number of seconds. If set to zero, then the server will never drop a session because it is idle. Sessions that have a notification subscription active are never dropped.

vsr running config# vrf <vrf> netconf-server
vsr running netconf-server# idle-timeout <uint16>
Default value
3600

address

List of addresses on which to listen to NETCONF clients.

vsr running config# vrf <vrf> netconf-server
vsr running netconf-server# address <address> port PORT description <string>

<address>

An IPv4 or IPv6 address.

port

The port number to listen on (default: 830).

port PORT

PORT

A 16-bit port number used by a transport protocol such as TCP or UDP.

Default value
830

description

NETCONF listen endpoint description.

description <string>