Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run netopeer-configurator to solve NACM issue #161

Open
KarthikaElamathy opened this issue Dec 10, 2017 · 1 comment
Open

How to run netopeer-configurator to solve NACM issue #161

KarthikaElamathy opened this issue Dec 10, 2017 · 1 comment

Comments

@KarthikaElamathy
Copy link

KarthikaElamathy commented Dec 10, 2017

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 ?

@michalvasko
Copy link
Member

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.

Regards,
Michal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants