diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-11-27 07:49:48 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-11-28 16:13:37 +0100 |
commit | 2c4c5fcaeb2f5bd0b3b710191bdfde8a03abbc93 (patch) | |
tree | 6484f883031ca281f1e8ff4afc292ff8fb2795df /docker/mpls_demo/Readme.txt | |
parent | c125686ff6e70ce3402ad4d1b7215cfe801b7158 (diff) |
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 <mgradzki@cisco.com>
Diffstat (limited to 'docker/mpls_demo/Readme.txt')
-rw-r--r-- | docker/mpls_demo/Readme.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docker/mpls_demo/Readme.txt b/docker/mpls_demo/Readme.txt new file mode 100644 index 000000000..b78a8dc88 --- /dev/null +++ b/docker/mpls_demo/Readme.txt @@ -0,0 +1,36 @@ +MPLS SR demo +--------------------------------------------------- + +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. + +1) Create & start containers (requires hc2vpp image) +sudo ./build_topology.sh + +3) Run vpp and honeycomb with preconfigured veth interfaces + +Either manually connect +docker exec -it vpp1 bash +docker exec -it vpp2 bash +... + +and then run vpp and honeycomb: +/hc2vpp/mpls_demo/init/vpp.sh vpp1 +/hc2vpp/mpls_demo/init/vpp.sh vpp2 +... + +or run everything via script (uses xfce4-terminal): +./run_terminals.sh + +4) Use postman_collection.json for MPLS configuration examples |