This capability indicates that the device supports writes to the <running/> configuration database. In other words, the device supports <edit-config> and <copy-config> operations on the <running/> configuration database.
RPC request:
<?xml version="1.0" encoding="utf-8"?> <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <edit-config> <target> <running/> </target> <config> <ifm xmlns="urn:huawei:yang:huawei-ifm"> <interfaces> <interface> <name>GigabitEthernet1/0/0</name> <mtu>1500</mtu> </interface> </interfaces> </ifm> </config> </edit-config> </rpc>
RPC reply:
<?xml version="1.0" encoding="utf-8"?> <rpc-reply xmlns:nc-ext="urn:huawei:yang:huawei-ietf-netconf-ext" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101" nc-ext:flow-id="27"> <ok/> </rpc-reply>