3.2.14. 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¶
unit: seconds
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. If unset, the default value is 3600. If set in several vrfs, the biggest value is used.
vsr running config# vrf <vrf> netconf-server
vsr running netconf-server# idle-timeout <uint16>
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>
|
Description |
---|---|
|
An IPv4 address. |
|
An IPv6 address. |
port¶
The port number to listen on (default: 830).
port PORT
|
A 16-bit port number used by a transport protocol such as TCP or UDP. |
- Default value
830