Changes between Version 1 and Version 2 of Internal/WiMAX/WiMAXAPI/Usage


Ignore:
Timestamp:
May 19, 2010, 1:39:27 PM (14 years ago)
Author:
shweta
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/WiMAX/WiMAXAPI/Usage

    v1 v2  
    55Initializes the VM grid service. Checks for running  VMs and initializes datapath on the machine.
    66
    7 === Input Command ===
     7==== Input Command ====
    88{{{
    99wget http://wm-asngw-02:5012/wimaxvm/initvms
    1010}}}
    1111
    12 === Expected Output ===
     12==== Expected Output ====
    1313{{{
    141401 0
     
    2323wget http://wm-asngw-02:5012/wimaxvm/vmlist
    2424}}}
    25 === Expected Output ===
     25==== Expected Output ====
    2626{{{
    27270vm42  VLANID 1
     
    3131 * Start/Stop Virtual Machines
    3232Starts/Stops VM instance. Configures VLANs on VM substrate
    33 === Input Command ===
     33==== Input Command ====
    3434{{{
    3535wget http://wm-asngw-02:5012/wimaxvm/start?vmname=vm1
    3636wget http://wm-asngw-02:5012/wimaxvm/stop?vmname=vm1
    3737}}}
    38 === Expected Output ===
     38==== Expected Output ====
    3939{{{
    4040ToDo
     
    4343 * Add Mobile Client to the Virtual Machine
    4444Registers a client with the slice. Currently adds default service flow settings for the client. Adds mapping to the datapath controller on ASN-GW.
    45 === Input Command ===
     45==== Input Command ====
    4646{{{
    4747wget http://wm-asngw-02:5012/wimaxvm/addclient?vmname=vm1\&clientmac=84:22:10:14:2b:9a
    4848}}}
    49 === Expected Output ===
     49==== Expected Output ====
    5050{{{
    5151ToDo
    5252}}}
    5353
    54 == Sample Experiment Script ==
     54==== Sample Experiment Script ====
    5555 This script demnstrates how to start VM instances and switch the mobile client with MAC: "84:22:10.14.2b.9a" between two VMs: VM1, VM2 every 20 secs.
    5656{{{
     
    6666}}}
    6767
    68 == Expected Output ==
     68==== Expected Output ====
    6969{{{
    7070ToDo