sdn-ixp / iSDX

Industrial Scale Software Defined IXPs (iSDX)
http://sdx.cs.princeton.edu
Apache License 2.0
44 stars 16 forks source link

Run mininext in iSDX #2

Open mikefarias opened 8 years ago

mikefarias commented 8 years ago

How can I run mininext in iSDX? I checked the vagrant and it is not configured to install mininext. What would be the correct way to add mininext to iSDX? I need to run the test-ms such as mininext.

marcpucci commented 8 years ago

The current version uses mininet although there was an older version that used mininext. Do you need mininext specifically?

mikefarias commented 8 years ago

Using mininext, I can configure bgpd.conf file of each participant in the examples of iSDX. And I need to do a performance evaluation between iSDX and IXP running on mininext and believe that using mininext in iSDX would be most appropriate. I have the older version of iSDX with mininext, but only works with Mininet.

mikefarias commented 8 years ago

When I try to run the sample with mininext in iSDX, this error occurs: erro sdx_mininext

It is to solve?

marcpucci commented 8 years ago

Looks like a missing command line argument. But back to your original goal of changing the bgp configuration of the edge routers, you should look at the automatically created bgp files in /var/run/quagga/quagga{edgerouter}.conf These files are created at run time by the code in examples/test0-ms/sdnip.py

mikefarias commented 8 years ago

Tthank you so much!