Is multiple CLI sessions are supported in ConfD basic version? If so, Could you please help with the configuration setting required to enable the same?
Tried below settings in the confd.conf
<sessionLimits>
<maxSessions>unbounded</maxSessions>
<sessionLimit>
<context>cli</context>
<maxSessions>unbounded</maxSessions>
</sessionLimit>
</sessionLimits>
Regards,
Ramishet
cohult
February 22, 2017, 10:38pm
2
Hi,
Max sessions for the ConfD Basic CLI is hardcoded to 1.
ConfD Basic had the following differences from ConfD Premium:
NETCONF northbound interface only -- Can be used for development or production
No SNMP, Web/JSON, or REST northbound interfaces
Limited CLI -- Cisco XR style only -- Limited to 1 active session -- CLI may only be used during development -- CLI may not be deployed in a production system
C and Erlang APIs only -- ConfD Premium also has Java and Python APIs
ConfD Basic users are supported by the ConfD User Community Forum. …
Thank you very much Conny.