MPLS SR configuration examples 73/9573/7
authorMarek Gradzki <[email protected]>
Mon, 27 Nov 2017 06:49:48 +0000 (07:49 +0100)
committerMarek Gradzki <[email protected]>
Tue, 28 Nov 2017 15:13:37 +0000 (16:13 +0100)
commit2c4c5fcaeb2f5bd0b3b710191bdfde8a03abbc93
tree6484f883031ca281f1e8ff4afc292ff8fb2795df
parentc125686ff6e70ce3402ad4d1b7215cfe801b7158
MPLS SR configuration examples

Provides examples of MPLS SR config using Honeycomb
for the following topology:

                    A
                   /
 vpp1 – vpp2 – vpp4
    \          //  \
     –– vpp3 ––     B

Each vpp node represents docker container
with honeycomb running.

A and B represent egrees nodes modeled using tap interfaces.

Scripts for building topology and Postman
collection with example requests included.

Change-Id: I96099d9b5b2af50bf48962c869ad5b2474673227
Signed-off-by: Marek Gradzki <[email protected]>
docker/Readme.txt
docker/mpls_demo/Readme.txt [new file with mode: 0644]
docker/mpls_demo/build_topology.sh [new file with mode: 0755]
docker/mpls_demo/init/vpp.sh [new file with mode: 0755]
docker/mpls_demo/init/vpp1.cmd [new file with mode: 0644]
docker/mpls_demo/init/vpp2.cmd [new file with mode: 0644]
docker/mpls_demo/init/vpp3.cmd [new file with mode: 0644]
docker/mpls_demo/init/vpp4.cmd [new file with mode: 0644]
docker/mpls_demo/postman_collection.json [new file with mode: 0644]
docker/mpls_demo/run_terminals.sh [new file with mode: 0755]
docker/test/show_interfaces_state.sh