01-30-2014 05:51 AM
Hi. I am trying to get familiarized with netconf and I have hit the wall with a resource-denied error.
The netconf server is set up on a C3750-24TS running c3750-ipservicesk9-mz.122-55.SE8.bin
The configuration is:
DLS1#sh run | i netconf
netconf max-sessions 16
netconf ssh
The netconf SSH session is successfully established from my ubuntu VM.
Then I send the XML request:
<?xml version="1.0" encoding="UTF-8"?>
<rpc>
<get>
<filter>
<oper-data-format-text-block>
<show>arp</show>
</oper-data-format-text-block>
</filter>
</get>
</rpc>]]>]]>
to which I get a reply:
<?xml version="1.0" encoding="UTF-8"?>
<rpc-reply xmlns="urn:ietf:params:netconf:base:1.0">
<rpc-error>
<error-type>rpc</error-type>
<error-tag>resource-denied</error-tag>
<error-severity>error</error-severity>
<error-info>
<bad-element></bad-element>
</error-info>
</rpc-error>
</rpc-reply>]]>]]>
I dont understand what does this error exactly mean.
From http://xml.coverpages.org/IETF-RFC4741.txt I can see that:
Tag: resource-denied Error-type: transport, rpc, protocol, application Severity: error Error-info: none Description: Request could not be completed because of insufficient resources.
Any help is appreciated!
11-30-2014 08:56 PM
Hi heikishv1
Did you solve this problem. I have the same problem. I think this problem occurred because the privilege of user who sent request from Netconf client. So I used user account which have privilege 15 but at Netconf Server, Netconf display priv=1 and problem still occured.
If you solved this problem, please give some tips. Thank you!
09-25-2015 12:32 AM
Sorry for the late reply.
I did not resolve it. I also haven't had time to play with it more. Maybe I will come back to it some time and try with newer Catalyst software.
04-15-2018 06:58 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide