route0/topology/one_node
2019-04-07 13:05:30 +02:00
..
staticd Add support for connecting to the FRR daemon shells 2019-04-07 13:05:30 +02:00
zebra Add support for connecting to the FRR daemon shells 2019-04-07 13:05:30 +02:00
__init__.py Add a one node topology 2019-04-06 17:59:00 +02:00
README.md Add a one node topology 2019-04-06 17:59:00 +02:00
topo.py Automate discovery of topologies and scenarios 2019-04-07 00:19:11 +02:00

One node topology

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

R1

Interface Name Address/Subnet
0 lo 10.0.0.1/32
1 R1-eth1 10.1.0.254/24
2 R1-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