Changes between Version 1 and Version 2 of Internal/OpenFlow/QuantaSetup


Ignore:
Timestamp:
Oct 21, 2010, 4:12:00 PM (14 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/QuantaSetup

    v1 v2  
    22Unlike the IP8800, This is a purely !OpenFlow switch, unable to do ''anything'' without a controller. The steps can be found documented elsewhere (ref. below), but we repeat the steps just in case things change. 
    33
    4 == References ==
     4== 1. Preparation ==
     5=== 1.1 References ===
    56 * main site: http://openflowswitch.org/wk/index.php/LB4GImageSetup
     7
     8=== 1.2 Prerequisites ===
     9 * OS on PC: Ubuntu
     10 * packages on PC: ckermit, xinetd, tftpd-hpa
     11
     12== 2. Installation == 
     13=== 2.1 Connecting to the switch ===
     14 A serial connection can be set up between the switch and a machine using a RJ-45 to RS-232 cable. Surprisingly, a Cisco cable will work for this. Connect the RJ-45 end to the port labeled "Con" on the switch, and the other end to the PC. Next, start a session from a shell with kermit as root:
     15
     16{{{
     17kermit -l /dev/ttys0
     18set carrier-watch off
     19set baud 115200
     20connect
     21}}}
     22
     23Fire up the switch. If you see the U-Boot banner, you can stop the boot process so you can copy/burn the images onto flash.
     24