User Guide
48
sudo mn --controller=remote,ip=127.0.0.1 --mac --topo=linear,3 --switch
ovsk,protocols=OpenFlow13
The above command has the "mac" option, which makes it easier to distinguish between
Host MAC addresses and Switch MAC addresses.
Generating network traffic using mininet
h1 ping h2
The above command will cause host1 (h1) to ping host2 (h2)
pingall
pingall
will cause each host to ping every other host.
Checking Address Observations
Address Observations are added to the Inventory data tree.
The Address Observations on a Node Connector can be checked through a browser or a
REST Client.
http://10.194.126.91:8080/restconf/operational/opendaylight-inventory:nodes/
node/openflow:1/node-connector/openflow:1:1
Figure 8.1. Address Observations
Checking Hosts
Host information is added to the Topology data tree.