-
Notifications
You must be signed in to change notification settings - Fork 6
Network Slice Examples
Pol Alemany edited this page Aug 27, 2019
·
5 revisions
There are two examples available in this wiki:
-
The most basic NST (https://github.com/sonata-nfv/tng-slice-mngr/blob/master/NST_examples/1subnet.json): Composed by only one NS, there are no VLD and any other section to configure. The result will be the instantiation of the used service which has 3 VNFs linked among them.
-
A more complete NST (https://github.com/sonata-nfv/tng-slice-mngr/blob/master/NST_examples/3subnets_nst.json): Composed with 3 NSs linked among them. In order to simplify the process to understand the slicing concepts, the 3 NSs are exactly the same. The result of instantiating this NST will be a set of 9 VNFs (3 per NS) linked among them.