Changes between Version 8 and Version 9 of Internal/OpenFlow/Controllers/BigSwitch


Ignore:
Timestamp:
Jun 23, 2011, 9:09:37 PM (13 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Controllers/BigSwitch

    v8 v9  
    5252}}}
    5353Here, we have switched to the context of a switch whose DPID is 00:00:00:10:10:22:32:32, in order to look up general information about it.
    54 === 1.3 Configuration ===
     54
     55=== 1.3 Monitoring VSIs ===
     56 * `show switch [dpid] flow` shows you the current active flows on a switch of DPID [dpid].
     57 * `show switch [dpid] trace [opt]` shows you the !OpenFlow control messages associated with that switch. Optional parameters may be added to the command.   
     58
     59=== 1.4 Configuration ===
    5560Configuration of the controller-managed !OpenFlow network is done from the configuration prompt. To enter the prompt, first enter enabled mode (via command `enable`) and then enter configuration mode via `configure`.
    5661{{{