Session 3: Introduction to Mininet
Hello All,
Download the package xterm before starting:
sudo apt install xterm
The commands you need to know:
sudo mn
sudo mn -c
The commands inside the Mininet terminal we shall be looking at:
help
nodes
net
xterm host/switch
dump
host/switch ifconfig -a
pingall
exit
Please refer to the below link for a more detailed walkthrough of Mininet as the above list is not exhaustive, but ones I found most important:
http://mininet.org/walkthrough/#display-startup-options
Download the package xterm before starting:
sudo apt install xterm
The commands you need to know:
sudo mn
sudo mn -c
The commands inside the Mininet terminal we shall be looking at:
help
nodes
net
xterm host/switch
dump
host/switch ifconfig -a
pingall
exit
Please refer to the below link for a more detailed walkthrough of Mininet as the above list is not exhaustive, but ones I found most important:
http://mininet.org/walkthrough/#display-startup-options
Comments
Post a Comment