Changes between Version 9 and Version 10 of GENIExperimenter/Tutorials/OpenFlowOVS-Floodlight/HW/DesignSetup


Ignore:
Timestamp:
03/01/17 14:55:06 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowOVS-Floodlight/HW/DesignSetup

    v9 v10  
    6969==== Which port is connected to which host ====
    7070
    71 To learn about the ports on which the Hosts are connected to the hardware switch, you need to run the Controller and execute this curl command:
     71To learn about the ports on which the Hosts are connected to the hardware switch, you need to run the Controller and execute this command:
    7272 
    73 {{{curl http://localhost:8080/wm/device/ | python -m json.tool}}}
     73{{{curl http://localhost:8080/wm/device/ | python -m json.tool}}}[[BR]]
     74
    7475
    7576This will report a list of all devices tracked by the controller. This includes MAC addresses, IP Addresses and the attachment points.