cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
397
Views
0
Helpful
0
Replies

Read NETCONF RPC Additional Attributes

mmollber
Cisco Employee
Cisco Employee

Hi,

 

Is it possible to add additional attributes in a NETCONF RPC request in addition to message-id?

 

See the following example:

<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1" some-attribute="0001">

 

Looking at the NETCONF RFC it appears that it should be possible to add arbitrary attributes with the <rpc> element.

       <xs:attribute name="message-id" type="messageIdType"
                     use="required"/>
       <!--
          Arbitrary attributes can be supplied with <rpc> element.
         -->

If so, how can these values be retrieved in a (Java) service?

0 Replies 0