You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to Netconf and Netopeer.
I installed Netopeer successfully. Client is able to connect to the server
get and get-config works.
But edit-config is creating the following error.
Select target datastore (running|startup|candidate|url:): startup
NETCONF error: access-denied (application) - creating "nacm" data node is not permitted.
netconf>
netconf>
netconf> edit-config --config /home/test/of-config/netconf-tests/nacm.xml
Select target datastore (running|startup|candidate|url:): running
NETCONF error: access-denied (application) - creating "nacm" data node is not permitted.
netconf> edit-config --config /home/test/of-config/netconf-tests/nacm.xml**
Select target datastore (running|startup|candidate|url:): candidate
NETCONF error: access-denied (application) - creating "nacm" data node is not permitted.
I connect to the server as test user. netopeer-server[5516]: Adding new event (5)
netopeer-server[5516]: Created session 1 for user 'test' (UID 1000)
netopeer-server[5516]: New server session for 'test' with ID 1
I saw a discussion regarding this issue. But i couldn't understand how it solved the issue.
I tried to solve this issue by using configurator but i don't know how to use it.
Could somebody help ?
The text was updated successfully, but these errors were encountered:
Hi,
obviously, the important tab is NACM. When you select it, the easiest way of solving your problem is changing Access control to OFF. To leave NACM on and solve your problem you should add your username (test) to be a user with unlimited access. Do not forget to save the performed changes.
However, I would advise against using netopeer in general since we have a second-generation netopeer2 and this old one is not maintained for quite some time now.
Hi,
I am new to Netconf and Netopeer.
I installed Netopeer successfully. Client is able to connect to the server
get and get-config works.
But edit-config is creating the following error.
**netconf> edit-config --config /home/test/of-config/netconf-tests/nacm.xml
Select target datastore (running|startup|candidate|url:): startup
NETCONF error: access-denied (application) - creating "nacm" data node is not permitted.
netconf>
netconf>
netconf> edit-config --config /home/test/of-config/netconf-tests/nacm.xml
Select target datastore (running|startup|candidate|url:): running
NETCONF error: access-denied (application) - creating "nacm" data node is not permitted.
netconf> edit-config --config /home/test/of-config/netconf-tests/nacm.xml**
Select target datastore (running|startup|candidate|url:): candidate
NETCONF error: access-denied (application) - creating "nacm" data node is not permitted.
I connect to the server as test user.
netopeer-server[5516]: Adding new event (5)
netopeer-server[5516]: Created session 1 for user 'test' (UID 1000)
netopeer-server[5516]: New server session for 'test' with ID 1
I saw a discussion regarding this issue. But i couldn't understand how it solved the issue.
I tried to solve this issue by using configurator but i don't know how to use it.
Could somebody help ?
The text was updated successfully, but these errors were encountered: