PCEP Speaker Entity Id configuration 52/66352/3
authorClaudio D. Gasparini <claudio.gasparini@pantheon.tech>
Mon, 11 Dec 2017 16:27:48 +0000 (17:27 +0100)
committerKit Lou <klou.external@gmail.com>
Wed, 13 Dec 2017 19:38:00 +0000 (19:38 +0000)
Change-Id: I8d8f60b77ffacbc010328ad726d3eb03cf0b0e7d
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
docs/user-guide/pcep-user-guide.rst

index 08f69128359bbedae1707dcd8ef1267ffe2ef7d5..84e0644f6b1b36682dfd9b91f469893a906e7688 100644 (file)
@@ -128,6 +128,37 @@ Configuration
 ^^^^^^^^^^^^^
 This capability is enabled by default. No additional configuration is required.
 
+Speaker Entity identifier
+'''''''''''''''''''''''''
+The Speaker Entity Identifier is an optional
+TLV that may be included in the OPEN Object when a PCEP speaker
+wishes to determine if state synchronization can be skipped when a
+PCEP session is restarted.
+
+**URL:** ``/restconf/config/network-topology:network-topology/topology/pcep-topology/node/43.43.43.43``
+
+**Method:** ``PUT``
+
+**Content-Type:** ``application/xml``
+
+**Request Body:**
+
+.. code-block:: xml
+   :linenos:
+   :emphasize-lines: 2,4
+
+
+    <node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
+        <node-id>43.43.43.43</node-id>
+        <session-config xmlns="urn:opendaylight:params:xml:ns:yang:topology:pcep:config">
+            <speaker-entity-id-value xmlns="urn:opendaylight:params:xml:ns:yang:topology:pcep:sync:optimizations:config">AQIDBA==</speaker-entity-id-value>
+        </session-config>
+    </node>
+
+@line 2: **address** - A PCC IP address.
+
+@line 4: **Speaker Entity Identifier** - The Speaker Entity identifier assigned to PCEP Node.
+
 MD5 authentication configuration
 ''''''''''''''''''''''''''''''''
 The OpenDaylight PCEP implementation supports TCP MD5 for authentication.