Newer
Older
This section summarizes the NBI connectors supported by the TeraFlowSDN controller to interoperate with OSS/BSS/NFVO on top of it.
- [6.1. TFS API](#61-tfs-apie)
- [6.2. ETSI Bandwidth Management (BWM)](#62-etsi-bandwidth-management-bwm)
- [6.3. IETF L2VPN Service Delivery (L2SM) [RFC8466]](#63-ietf-l2vpn-service-delivery-l2sm-rfc8466)
- [6.4. IETF L3VPN Service Delivery (L3SM) [RFC8299]](#64-ietf-l3vpn-service-delivery-l3sm-rfc8299)
- [6.5. IETF Network Topology [RFC8345]](#65-ietf-network-topology-rfc8345)
- [6.6. IETF Network Slice Service [draft-ietf-teas-ietf-network-slice-nbi-yang]](#66-ietf-network-slice-service-draft-ietf-teas-ietf-network-slice-nbi-yang)
## **6.1. TFS APIe**
This NBI connector exposes the basic gRPC methods of TeraFlowSDN that enable to manage contexts, topologies, devices, links, services, slices, connections, and policies.
<h3><u>Exposed endpoints:</h3></u>
**Endpoint `/tfs-api/context_ids`**
- Used to list the details of all contexts
**Endpoint `/tfs-api/dummy_contexts`**
- Used to dump contexts (including related topologies, devices, links, services, slices, and connections) in a snapshot format that can be imported directly in TeraFlowSDN WebUI.
- IMPORTANT: the resulting document is processed by WebUI in dummy mode, i.e., just to populate Context database, but not interacting with Device, Service, and Slice components.
**Endpoint `/tfs-api/context/<path:context_uuid>`**
**Endpoint `/tfs-api/context/<path:context_uuid>/topology_ids`**
- Used to list the topology identifiers in a context
**Endpoint `/tfs-api/context/<path:context_uuid>/topologies`**
- Used to list all the topology details in a context
**Endpoint `/tfs-api/context/<path:context_uuid>/topology/<path:topology_uuid>`**
- Used to retrieve a specific topology in a context
**Endpoint `/tfs-api/context/<path:context_uuid>/service_ids`**
- Used to list the service identifiers in a context
**Endpoint `/tfs-api/context/<path:context_uuid>/services`**
- Used to list all the service details in a context
**Endpoint `/tfs-api/context/<path:context_uuid>/service/<path:service_uuid>`**
- Used to retrieve a specific service in a context
**Endpoint `/tfs-api/context/<path:context_uuid>/slice_ids`**
- Used to list the slice identifiers in a context
**Endpoint `/tfs-api/context/<path:context_uuid>/slices`**
- Used to list all the slice details in a context
**Endpoint `/tfs-api/context/<path:context_uuid>/slice/<path:slice_uuid>`**
- Used to retrieve a specific slice in a context
**Endpoint `/tfs-api/device/<path:device_uuid>`**
**Endpoint `/tfs-api/link/<path:link_uuid>`**
**Endpoint `/tfs-api/context/<path:context_uuid>/service/<path:service_uuid>/connection_ids`**
- Used to list the connection identifiers related to a service
**Endpoint `/tfs-api/context/<path:context_uuid>/service/<path:service_uuid>/connections`**
- Used to list all the connection details related to a service
**Endpoint `/tfs-api/connection/<path:connection_uuid>`**
**Endpoint `/tfs-api/policyrule_ids`**
- Used to list all the policy rule identifiers
- Used to list all the policy rule details
**Endpoint `/tfs-api/policyrule/<path:policyrule_uuid>`**
- Used to retrieve a specific policy rule
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
## **6.2. ETSI Bandwidth Management (BWM)**
ETSI Traffic Bandwidth Management (BWM) API (GS MEC 015)
__Documentation in progress__
<h3><u>Supported features:</h3></u>
- L3 connectivity service management
<h3><u>Tested OSS/BSS/NFVO:</h3></u>
- Proprietary Moonlight extension
- Standalone script
<h3><u>Reference:</h3></u>
- ETSI Traffic Bandwidth Management (BWM) API (GS MEC 015)
## **6.3. IETF L2VPN Service Delivery (L2SM) [RFC8466]**
IETF RFC8466: A YANG Data Model for Layer 2 Virtual Private Network (L2VPN) Service Delivery
__Documentation in progress__
<h3><u>Supported features:</h3></u>
- L2 VPN management
<h3><u>Tested OSS/BSS/NFVO:</h3></u>
- ETSI OpenSource MANO v12.1+
<h3><u>Reference:</h3></u>
- [IETF RFC8466: A YANG Data Model for Layer 2 Virtual Private Network (L2VPN) Service Delivery](https://datatracker.ietf.org/doc/html/rfc8466)
## **6.4. IETF L3VPN Service Delivery (L3SM) [RFC8299]**
IETF RFC8299: YANG Data Model for L3VPN Service Delivery
__Documentation in progress__
<h3><u>Supported features:</h3></u>
- L3 VPN management
<h3><u>Tested OSS/BSS/NFVO:</h3></u>
- Proprietary OSM extensions
- Standalone script
<h3><u>Reference:</h3></u>
- [IETF RFC8299: YANG Data Model for L3VPN Service Delivery](https://datatracker.ietf.org/doc/html/rfc8299)
## **6.5. IETF Network Topology [RFC8345]**
IETF RFC8345: A YANG Data Model for Network Topologies
__Documentation in progress__
This extension also features partial support for:
- IETF RFC 8795: YANG Data Model for Traffic Engineering (TE) Topologies
- IETF RFC draft-ietf-ccamp-eth-client-te-topo-yang-05: A YANG Data Model for Ethernet TE Topology
- IETF RFC draft-ietf-ccamp-client-signal-yang-10: A YANG Data Model for Transport Network Client Signals
<h3><u>Supported features:</h3></u>
- Static topology exposition
<h3><u>Tested OSS/BSS/NFVO:</h3></u>
- Proprietary OSM extensions
- Standalone script
<h3><u>Reference:</h3></u>
- [IETF RFC8345: A YANG Data Model for Network Topologies](https://datatracker.ietf.org/doc/html/rfc8345)
- [IETF RFC8795: YANG Data Model for Traffic Engineering (TE) Topologies](https://datatracker.ietf.org/doc/html/rfc8795)
- [IETF RFC8776: Common YANG Data Types for Traffic Engineering](https://datatracker.ietf.org/doc/html/rfc8776)
- [IETF RFC6991: Common YANG Data Types](https://datatracker.ietf.org/doc/html/rfc6991)
- [IETF draft-ietf-ccamp-eth-client-te-topo-yang-05: A YANG Data Model for Ethernet TE Topology](https://datatracker.ietf.org/doc/draft-ietf-ccamp-eth-client-te-topo-yang/)
- [IETF draft-ietf-ccamp-client-signal-yang-10: A YANG Data Model for Transport Network Client Signals](https://datatracker.ietf.org/doc/draft-ietf-ccamp-client-signal-yang/)
## **6.6. IETF Network Slice Service [draft-ietf-teas-ietf-network-slice-nbi-yang]**
IETF draft-ietf-teas-ietf-network-slice-nbi-yang: A YANG Data Model for the RFC 9543 Network Slice Service
Important: implemented version is based on version 2 of the draft:
- draft-ietf-teas-ietf-network-slice-nbi-yang-02: IETF Network Slice Service YANG Model
__Documentation in progress__
<h3><u>Supported features:</h3></u>
- L2/L3 slice management
<h3><u>Tested OSS/BSS/NFVO:</h3></u>
- Standalone script
<h3><u>Reference:</h3></u>
- [IETF draft-ietf-teas-ietf-network-slice-nbi-yang-02: IETF Network Slice Service YANG Model](https://datatracker.ietf.org/doc/draft-ietf-teas-ietf-network-slice-nbi-yang/02/)