Skip to content

Commit

Permalink
exercises BGP
Browse files Browse the repository at this point in the history
  • Loading branch information
obonaventure committed Nov 26, 2019
1 parent fc2af7f commit 1763b56
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions exercises/routing-policies.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright |copy| 2013 by Justin Vellemans, Florentin Rochet, David Lebrun, Juan Antonio Cordero, Olivier Bonaventure
.. Copyright |copy| 2013, 2019 by Justin Vellemans, Florentin Rochet, David Lebrun, Juan Antonio Cordero, Olivier Bonaventure
.. This file is licensed under a `creative commons licence <http://creativecommons.org/licenses/by/3.0/>`_
Inter-domain routing
Expand All @@ -9,6 +9,16 @@ Exercises
---------


.. inginious:: q-bgp-pol-0

.. inginious:: q-bgp-pol-1

.. inginious:: q-bgp-pol-2

.. inginious:: q-bgp-pol-3

.. inginious:: q-bgp-pol-4



1. Consider the interdomain topology shown in the figure below.
Expand Down Expand Up @@ -67,7 +77,7 @@ In this network, what are the paths :
\node[as] (AS1) {AS1};
\node[as, above right of=AS1] (AS3) {AS3};
\node[as, above left of=AS3] (AS2) {AS2};
\node[as, below right of=AS1] (AS1) {AS4};
\node[as, below right of=AS1] (AS4) {AS4};


% customer provider
Expand Down

0 comments on commit 1763b56

Please sign in to comment.