2a8540cfe86c12487ea7b9279cbfcb38e6d486e9
[docs.git] / docs / release-notes / projects / bgpcep.rst
1 ========
2 BGP-PCEP
3 ========
4
5 Overview
6 ========
7
8 BGP Plugin
9 ----------
10 The OpenDaylight controller provides an implementation of BGP
11 (Border Gateway Protocol), which is based on `RFC 4271 <https://tools.ietf.org/html/rfc4271>`_)
12 as a south-bound protocol plugin. The implementation renders all
13 basic *BGP speaker capabilities*, including:
14
15 Inter/Intra-AS peering
16 * Routes advertising
17 * Routes originating
18 * Routes storage
19
20 The plugin's **north-bound API** (``REST``/``Java``) provides to user:
21
22 * Fully dynamic runtime standardized BGP configuration
23 * Read-only access to all RIBs
24 * Read-write programmable RIBs
25 * Read-only reachability/linkstate topology view
26
27 PCEP Plugin
28 -----------
29 The OpenDaylight Path Computation Element Communication Protocol (PCEP)
30 plugin provides all basic service units necessary to build-up a
31 PCE-based controller. Defined by `RFC 8231 <https://tools.ietf.org/html/rfc8231>`_,
32 PCEP offers LSP management functionality for Active Stateful PCE, which is
33 the cornerstone for majority of PCE-enabled SDN solutions. It consists of
34 the following components:
35
36 * Protocol library
37 * PCEP session handling
38 * Stateful PCE LSP-DB
39 * Active Stateful PCE LSP Operations
40
41 Behavior/Feature Changes
42 ========================
43
44 Here is the link to the features improved in this release:
45
46 `OpenDaylight JIRA Tickets - Improvement <https://jira.opendaylight.org/issues/?jql=project+%3D+bgpcep+AND+type+%3D+Improvement+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
47
48 New Features
49 ============
50
51 Here is the link to the new features introduced in this release:
52
53 `OpenDaylight JIRA Tickets - New Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+bgpcep+AND+type+%3D+%22New+Feature%22+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
54
55 Deprecated Features
56 ===================
57
58 Here is the link to the features removed in this release:
59
60 `OpenDaylight JIRA Tickets - Deprecated Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+bgpcep+AND+type+%3D+Deprecate+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
61
62 Resolved Issues
63 ===============
64
65 Here is the link to the resolved issues fixed in this release:
66
67 `OpenDaylight JIRA Tickets - Resolved Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+bgpcep+AND+type+%3D+Bug+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
68
69
70 Known Issues
71 ============
72
73 Here is the link to the known issues exist in this release:
74
75 `OpenDaylight JIRA Tickets - Known Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+bgpcep+AND+type+%3D+Bug+AND+status+not+in+%28Resolved%2C+Done%2C+Closed%29+ORDER+BY+issuetype+DESC%2C+key+ASC>`_