This repository was archived by the owner on Jul 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
<default-operation>none</default-operation> problem #281
Copy link
Copy link
Open
Description
send rpc with this
<default-operation>none</default-operation>reply message is error; without it, reply message is ok
<edit-config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<target>
<running/>
</target>
<default-operation>none</default-operation> //without this, reply message is ok
<config>
<telemetry-system xmlns="http://openconfig.net/yang/telemetry">
<destination-groups>
<destination-group xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
nc:operation="replace">
<group-id>1</group-id>
<config>
<group-id>1</group-id>
</config>
<destinations>
<destination>
<destination-address>13.251.1.23</destination-address>
<destination-port>0</destination-port>
<config>
<destination-address>13.251.1.23</destination-address>
<destination-port>0</destination-port>
</config>
</config>
</destination>
</destinations>
</destination-group>
</destination-groups>
</telemetry-system>
</config>
</edit-config><rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="19">
<rpc-error>
<error-type>application</error-type>
<error-tag>data-missing</error-tag>
<error-severity>error</error-severity>
<error-message>Request could not be completed because the relevant data model content does not exist.</error-message>
</rpc-error>
</rpc-reply>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels