Changes between Version 1 and Version 2 of Internal/WiMAX/WiMAXAPI/Usage
- Timestamp:
- May 19, 2010, 1:39:27 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/WiMAX/WiMAXAPI/Usage
v1 v2 5 5 Initializes the VM grid service. Checks for running VMs and initializes datapath on the machine. 6 6 7 === Input Command===7 ==== Input Command ==== 8 8 {{{ 9 9 wget http://wm-asngw-02:5012/wimaxvm/initvms 10 10 }}} 11 11 12 === Expected Output===12 ==== Expected Output ==== 13 13 {{{ 14 14 01 0 … … 23 23 wget http://wm-asngw-02:5012/wimaxvm/vmlist 24 24 }}} 25 === Expected Output===25 ==== Expected Output ==== 26 26 {{{ 27 27 0vm42 VLANID 1 … … 31 31 * Start/Stop Virtual Machines 32 32 Starts/Stops VM instance. Configures VLANs on VM substrate 33 === Input Command===33 ==== Input Command ==== 34 34 {{{ 35 35 wget http://wm-asngw-02:5012/wimaxvm/start?vmname=vm1 36 36 wget http://wm-asngw-02:5012/wimaxvm/stop?vmname=vm1 37 37 }}} 38 === Expected Output===38 ==== Expected Output ==== 39 39 {{{ 40 40 ToDo … … 43 43 * Add Mobile Client to the Virtual Machine 44 44 Registers 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 ==== 46 46 {{{ 47 47 wget http://wm-asngw-02:5012/wimaxvm/addclient?vmname=vm1\&clientmac=84:22:10:14:2b:9a 48 48 }}} 49 === Expected Output===49 ==== Expected Output ==== 50 50 {{{ 51 51 ToDo 52 52 }}} 53 53 54 == Sample Experiment Script==54 ==== Sample Experiment Script ==== 55 55 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. 56 56 {{{ … … 66 66 }}} 67 67 68 == Expected Output==68 ==== Expected Output ==== 69 69 {{{ 70 70 ToDo