Changes between Version 3 and Version 4 of Internal/OpenFlow/QuickStart


Ignore:
Timestamp:
Aug 19, 2010, 6:27:10 PM (14 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/QuickStart

    v3 v4  
     1[#bottom jump to bottom] [[BR]]
    12= The IP8800 Packet Switch =
    23The IP8800/S3640 is a smart switch built by NEC capable of running firmware compliant with !OpenFlow networking. WINLAB utilizes IP8800 switches in its experimental network infrastructure. This is a quick-start guide (hopefully) suitable for anyone trying to learn how to deploy the NEC IP8800 on the network as an !OpenFlow device.
     
    866867}}} 
    867868
    868  * <VLAN ID> - the VLAN ID of the VLAn you want to overlay a virtual switch onto
     869 * <VLAN ID> - the VLAN ID of the VLAN you want to overlay a virtual switch onto. Otherwise called the "VSI number"
    869870 * <ports> - the ports, without the '0/', that are going to be part of the virtual switch
    870871 * <IP addr:port> - IP address of the !OpenFlow controller you want the virtual switch to listen to, and port number (default is 6633)
     
    874875
    875876setvsi basically echos the whole command into openflow.conf. This is handy since you can follow the exact commands used to instantiate the virtual switches on a particular switch by simply doing a `cat /mnt/openflow.conf`.
     877
     878''' Some important things about VSI's... ''' [[BR]]
     879 * the VSI ID must match the VLAN ID.
     880 * the list of ports must include all ports associated to that VLAN ID.
     881 * VSI's cannot be instantiated on a native VLAN.
     882 * If editing openflow.conf with a text editor, newline should be in UNIX convention (LF only). 
    876883
    877884'''implementation''' [[BR]]
     
    9951002[#ofindex return to section index] [[BR]]
    9961003[#index return to main index]
    997 
    998 
    999 
     1004===== Rock bottom! ===== #bottom
     1005
     1006