VTN Beryllium - Adoc changes.
[docs.git] / manuals / user-guide / src / main / asciidoc / tcpmd5 / odl-tcpmd5-all-user.adoc
index f34ce1335d481d6806683ef7fcc06fa80aa88990..9dd8f1a1b1af55180ddbc62188de1c3c5af20005 100644 (file)
@@ -216,13 +216,15 @@ CAUTION: You have to make *separate* POST requests for each module/service!
 
 ==== BGP
 
-CAUTION: You have to introduce modules and services mentioned in the previous section.  Your BGP client needs to be *ALREADY* configured. Check User Guide for BGP. // TODO: link to BGP section
+CAUTION: You have to introduce modules and services mentioned in the previous section.  Your BGP client needs to be *ALREADY* configured. Check User Guide for BGP.
+
+CAUTION: You need to copy and paste FULL module in order to replace it. This guide shows you part you need to change.
 
 . Enabling TCPMD5 in BGP configuration:
 +
-[big]#*URL:*# http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/
+[big]#*URL:*# http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/odl-bgp-rib-impl-cfg:bgp-dispatcher-impl/global-bgp-dispatcher
 
-[big]#*POST:*#
+[big]#*PUT:*#
 
 [source,xml]
 ----
@@ -237,21 +239,25 @@ CAUTION: You have to introduce modules and services mentioned in the previous se
   <type xmlns:x="urn:opendaylight:params:xml:ns:yang:controller:tcpmd5:netty:cfg">x:md5-server-channel-factory</type>
   <name>md5-server-channel-factory</name>
  </md5-server-channel-factory>
+ ...
 </module>
 ----
 
+CAUTION: You need to copy and paste FULL module in order to replace it. This guide shows you part you need to change.
+
 . Set password:
 +
-[big]#*URL:*# http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/
+[big]#*URL:*# http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/odl-bgp-rib-impl-cfg:bgp-peer/example-bgp-peer
 
-[big]#*POST:*#
+[big]#*PUT:*#
 
 [source,xml]
 ----
 <module xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
  <type xmlns:x="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">x:bgp-peer</type>
  <name>example-bgp-peer</name>
- <password xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">changeme</password> <!--CHANGE THE VALUE -->
+ <password xmlns="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">changeme</password>
+ ...
 </module>
 ----
 
@@ -259,11 +265,13 @@ CAUTION: You have to introduce modules and services mentioned in the previous se
 
 CAUTION: You have to introduce modules and services mentioned in the previous section.
 
+CAUTION: You need to copy and paste FULL module in order to replace it. This guide shows you part you need to change.
+
 . Enable TCPMD5 in PCEP configuration:
 +
-[big]#*URL:*# http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/
+[big]#*URL:*# http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/odl-pcep-impl-cfg:pcep-dispatcher-impl/global-pcep-dispatcher
 
-[big]#*POST:*#
+[big]#*PUT:*#
 
 [source,xml]
 ----
@@ -278,14 +286,17 @@ CAUTION: You have to introduce modules and services mentioned in the previous se
   <type xmlns:x="urn:opendaylight:params:xml:ns:yang:controller:tcpmd5:netty:cfg">x:md5-server-channel-factory</type>
   <name>md5-server-channel-factory</name>
  </md5-server-channel-factory>
+ ...
 </module>
 ----
 
+CAUTION: You need to copy and paste FULL module in order to replace it. This guide shows you part you need to change.
+
 . Set password:
 +
-[big]#*URL:*# http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/
+[big]#*URL:*# http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/odl-pcep-impl-cfg:pcep-topology-provider/pcep-topology
 
-[big]#*POST:*#
+[big]#*PUT:*#
 [source,xml]
 ----
 <module xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
@@ -295,5 +306,6 @@ CAUTION: You have to introduce modules and services mentioned in the previous se
   <address xmlns="urn:opendaylight:params:xml:ns:yang:controller:pcep:topology:provider">192.0.2.2</address> <!--CHANGE THE VALUE -->
   <password>changeme</password> <!--CHANGE THE VALUE -->
  </client>
+ ...
 </module>
 ----