Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hi all!

I am new to OMNeT++ and INET framework. I am looking to run some data center network simulations and was wondering if there exists any implementation of ECMP module for routing flows in a data center network setup?

You must be logged in to vote

Replies: 6 comments · 4 replies

Comment options

Following on this thread!
Besides, I was wondering if any kind of multipathing has been added to the Inet framework?

You must be logged in to vote
1 reply
@heychr
Comment options

hello, can you please let me know if you got an answer? is there any multipath routing added to inet or omnet?

Comment options

Following too!

You must be logged in to vote
0 replies
Comment options

hello, can you please let me know if you got an answer? is there any multipath routing added to inet or omnet?

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@heychr
Comment options

hello, i am having trouble to build this framework, does it work for you?

Comment options

We recently added ECMP to opp_env's database, so if you are on Linux or macOS (or use WSL on Windows), you can install it along with with OMNeT++ with a single command:

opp_env install -w ecmp-workspace --init ecmp_allinone

Then you can go grab some coffee or tea and enjoy it while opp_env downloads the packages, unpacks them, and compiles the projects. Then change into the new ecmp-workspace/ directory, and enter

opp_env shell

to get a shell prompt where you can work with the ECMP model.

This installs from: https://github.com/inet-framework/inet-clos-ecmp/. The following commit contains all the contributions the ECMP model makes to INET-4.4.1: inet-framework@2f5644c

You can grab opp_env from here: https://github.com/omnetpp/opp_env#opp_env-automated-installation-of-omnet-simulation-frameworks.

You must be logged in to vote
2 replies
@JayHarden12
Comment options

Hi M. Andras, does the framework support ECMP on L3; I'm trying to work on my BSc. research that compares RIP, OSPF and ECMP OSPF I'm using OMNet++ to carry out this research.

Thanks,
Jay

@rhornig
Comment options

We are not the maintainer or author of the project. We made it available for easier installation in opp_env, but we do not have any insight about the implementation or suitability for any purpose. You should try to install it and try to figure out whether that's suitable for you (or contact the original author)

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
💡
Ideas
Labels
None yet
7 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.