Changes between Version 2 and Version 3 of Internal/OpenFlow/Controllers/BigSwitch


Ignore:
Timestamp:
Apr 12, 2011, 4:51:34 PM (13 years ago)
Author:
akoshibe
Comment:

Legend:

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

    v2 v3  
    11= The Big Switch Controller =
    22This page describes the controller by Big Switch Networks. The controller uses a REST API that leverages HTTP control messages to let an admin manipulate flows.
    3 == Installation ==
    4 **details go here?**
     3== Installation/Setup ==
     4The controller may be reached from ofc, accessible as user `native`, password `native101` from orbit-lab.org.
     5The controller is a KVM guest currently named bigswitchcontroller-110405. You can confirm this through `virsh`:
     6
     7{{{
     8native@ofc:~$ sudo virsh --connect qemu:///system
     9[sudo] password for native:
     10Welcome to virsh, the virtualization interactive terminal.
     11
     12Type:  'help' for help with commands
     13       'quit' to quit
     14
     15
     16virsh # list
     17 Id Name                 State
     18----------------------------------
     19  1 pfc                  running
     20  7 bigswitchcontroller-110405 running
     21  8 PLCF8                running
     22
     23}}}
    524
    625== BigOS CLI ==