The following procedure is only required when the conguraon le is dierent from the running conguraon.
Example:
<edit-config>
<target>
<candidate/>
</target>
<config xmlns="http://tail-f.com/ns/config/1.0">
<fabric xmlns="urn:fujitsu:params:xml:ns:yang:fabric" operation="remove">
</fabric>
<port-connection xmlns="urn:fujitsu:params:xml:ns:yang:eqpt:fcon"
xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
nc:operation="remove">
<connection-id>PORT-ADD-1</connection-id>
</port-connection>
<port-connection xmlns="urn:fujitsu:params:xml:ns:yang:eqpt:fcon"
xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
nc:operation="remove">
<connection-id>PORT-DROP-1</connection-id>
</port-connection>
</config>
</edit-config>
..... new configuration
<?xml version='1.0' encoding='utf-8'?>
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="25" >
<commit/>
</rpc>
Port-Connecon Mode
When the conguraon le is the same as running conguraon, the user moves the line/port-connecon/mode
before the shelf line if the port-connecon mode is colorless or AWG.
Example (Before):
<port-connection xmlns="urn:fujitsu:params:xml:ns:yang:eqpt:fcon">
<connection-id>COLORLESS</connection-id>
<shelf>1</shelf>
<slot>0</slot>
<subslot>0</subslot>
<port>C3</port>
<mode>colorless</mode>
</port-connection>
Example (Aer):
<port-connection xmlns="urn:fujitsu:params:xml:ns:yang:eqpt:fcon">
<connection-id>COLORLESS</connection-id>
<mode>colorless</mode>
<shelf>1</shelf>
<slot>0</slot>
<subslot>0</subslot>
<port>C3</port>
</port-connection>
Load
Conguration Operation
Limitations on Load Conguration
455
Release 19.1.1 · Issue 1.1, May 2021
Fujitsu and Fujitsu Customer Use Only