The --with-config-id parameter controls whether the server will enable or disable the :config-id capability URI in NETCONF <hello> messages.
- If set to 'true', then the YumaWorks :config-id capability will be enabled. This is used to help cache device configurations. It is an enterprise capability URI, not a standard YANG module URI.
- If set to 'false', then the YumaWorks :config-id capability will be disabled.
The with-config-id parameter can be set via the command line when booting netconfd-pro:
user@system> netconfd-pro --with-config-id=false
or configured in netconfd-pro's configuration file, which is located by default at /etc/yumapro/netconfd-pro.conf:
#### leaf with-config-id # # If set to 'true', then the YumaWorks :config-id # capability will be enabled. This is used to help # cache device configurations. It is an enterprise # capability URI, not a standard YANG module URI. # If set to 'false', then the YumaWorks :config-id # capability will be disabled. # # with-config-id true # with-config false