Trim Mode
To use this mode, the client must send the with-defaults tag with the value “trim”:
<get-config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<source>
<running/>
</source>
<with-defaults xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults">trim</with-defaults>
</get-config>
 
In this mode, the server reports only the data nodes that are not set to its default values, even if explicitly set.
Last modified date: 06/08/2023