3.2.11. netconf-server¶
Configuration data for NETCONF server.
vrouter running config# vrf <vrf> netconf-server
enabled¶
Enable or disable NETCONF server. If no addresses are specified, NETCONF will listen on all IPv4 and IPv6 addresses on port 830.
vrouter running config# vrf <vrf> netconf-server
vrouter 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.
vrouter running config# vrf <vrf> netconf-server
vrouter running netconf-server# idle-timeout <uint16>
- Default value
3600
address¶
List of addresses on which to listen to NETCONF clients.
vrouter running config# vrf <vrf> netconf-server
vrouter running netconf-server# address <address> port PORT description <string>
|
Description |
---|---|
<A.B.C.D> |
An IPv4 address. |
<X:X::X:X> |
An 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