mininet


An Instant Virtual Network on your Laptop (or other PC)

1. Download/Get Started With Mininet

Option 2: Native Installation from Source

$ git clone git://github.com/mininet/mininet
$ cd mininet
$ git tag   # list available versions
$ git checkout -b 2.2.2rc1 2.2.2rc1 # or whatever version you wish to install
$ cd ..
$ mininet/util/install.sh -a

2. Mininet Usage

  • $ preceeds Linux commands that should be typed at the shell prompt

  • mininet> preceeds Mininet commands that should be typed at Mininet’s CLI,

  • # preceeds Linux commands that are typed at a root shell prompt

$ sudo bash
# mn --help

3. Mininet connect to OpenDaylight

Last updated

Was this helpful?