blob: dcf001be049416493f5d82a3d9b473692d5294a6 [file] [log] [blame]
xueliangf83fbc62016-09-16 10:55:28 +09001<!--
2 ~ Copyright 2016-present Open Networking Laboratory
3 ~
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
7 ~
8 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
15 -->
16
17<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
18 <edit-config>
19 <target><running/></target>
20 <default-operation>merge</default-operation>
21 <config>
22 <volt-ne xmlns="http://fujitsu.com/ns/volt/1.1">
23 <volt-ofconfig>
24 <of-controllers>
25 <of-controller>
26 <ofconfig-id>1</ofconfig-id>
27 <controller-info>
28 <id>1</id>
29 <ip-address>172.10.10.55</ip-address>
30 <port>2222</port>
31 <protocol>tcp</protocol>
32 </controller-info>
33 </of-controller>
34 <of-controller>
xueliangc6e47e22016-10-20 16:37:24 +090035 <ofconfig-id>2</ofconfig-id>
xueliangf83fbc62016-09-16 10:55:28 +090036 <controller-info>
xueliangc6e47e22016-10-20 16:37:24 +090037 <id>2</id>
xueliangf83fbc62016-09-16 10:55:28 +090038 <ip-address>172.20.33.11</ip-address>
39 <port>6633</port>
40 <protocol>tcp</protocol>
41 </controller-info>
42 </of-controller>
43 </of-controllers>
44 </volt-ofconfig>
45 </volt-ne>
46 </config>
47 </edit-config>
48</rpc>