route0/topology/two-nodes
2019-04-06 15:18:30 +02:00
..
scenarios/basic Create topology directory 2019-04-06 15:18:30 +02:00
staticd Create topology directory 2019-04-06 15:18:30 +02:00
zebra Create topology directory 2019-04-06 15:18:30 +02:00
README.md Create topology directory 2019-04-06 15:18:30 +02:00
topo.py Create topology directory 2019-04-06 15:18:30 +02:00

Two node topology

         ------        ------
        |      |      |      |
h1_1 ---|2 R1 1|------|1 R2 2|--- h2_1
        |      |      |      |
         ------        ------

R1

Interface Name Address/Subnet
0 lo 10.0.0.1/32
1 R1-eth1 10.0.1.1/24
2 R1-eth2 10.1.0.254/24

R2

Interface Name Address/Subnet
0 lo 10.0.0.2/32
1 R2-eth1 10.0.1.2/24
2 R2-eth2 10.2.0.254/24

h1_1

Interface Name Address/Subnet
1 h1_1-eth1 10.1.0.1/24

h2_1

Interface Name Address/Subnet
1 h2_1-eth1 10.2.0.1/24