Changes between Version 4 and Version 5 of Internal/WiMAX/WiMAXAPI/Usage
- Timestamp:
- May 20, 2010, 3:51:29 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/WiMAX/WiMAXAPI/Usage
v4 v5 29 29 }}} 30 30 31 * Start /StopVirtual Machines32 Starts /StopsVM instance. Configures VLANs on VM substrate31 * Start Virtual Machines 32 Starts VM instance. Configures VLANs on VM substrate 33 33 ==== Input Command ==== 34 34 {{{ 35 35 wget http://wm-asngw-02:5012/wimaxvm/start?vmname=vm1 36 wget http://wm-asngw-02:5012/wimaxvm/stop?vmname=vm137 36 }}} 38 37 ==== Expected Output ==== 39 38 {{{ 40 ToDo 39 started vm1 with vlan tag 3 41 40 }}} 42 41 … … 49 48 ==== Expected Output ==== 50 49 {{{ 51 ToDo 50 vm1 and 84:22:10:14:2b:9a 52 51 }}} 53 52 … … 65 64 end 66 65 }}} 67 68 ==== Expected Output ====69 {{{70 ToDo71 }}}72 73