topology.py
snmpload.py
sudo mn
hosts -> h1, h2
links -> (h1, s1), (h2, s1)
switch -> s1 controller -> c0
These are the command to check if the interfaces are correct (linux commands).
h1 ifconfig
h2 ifconfig
s1 ifconfig
pingall ## will send a ping request on all the hosts
h1 and h2 are shared hosts within the mininet environment