Fujitsu 1FINITY L100 User Manual page 455

Table of Contents

Advertisement

Load Configuration Operation
Limitations on Load Configuration
The following procedure is only required when the configuration file is different from the running configuration.
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-Connection Mode
When the configuration file is the same as running configuration, the user moves the line/port-connection/mode
before the shelf line if the port-connection 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 (After):
<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>
·
Release 19.1.1
Issue 1.1, May 2021
455
Fujitsu and Fujitsu Customer Use Only

Advertisement

Table of Contents
loading

Table of Contents