Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

<default-operation>none</default-operation> problem #281

@zyboy2000

Description

@zyboy2000

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions