close
Warning:
Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jun 25, 2012, 3:57:26 AM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
67 | 67 | To reset base station's datapath configuration back to defaults: |
68 | 68 | {{{ |
69 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/datapath/clean |
70 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/datapath/config/load?name=defaults |
| 69 | $ wget -qO- http://cons-wm-01:5052/wimaxrf/datapath/clean |
| 70 | $ wget -qO- http://cons-wm-01:5052/wimaxrf/datapath/config/load?name=defaults |
71 | 71 | }}} |
72 | 72 | |
73 | 73 | To view all clients loaded under current datapath configuration: |
74 | 74 | {{{ |
75 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/datapath/clients/status |
| 75 | $ wget -qO- http://cons-wm-01:5052/wimaxrf/datapath/clients/status |
76 | 76 | }}} |
77 | 77 | |
78 | 78 | To reset base station's configuration back to defaults: |
79 | 79 | {{{ |
80 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/config/load?name=defaults |
| 80 | $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/config/load?name=defaults |
81 | 81 | }}} |
82 | 82 | |
83 | 83 | To restart base station: |
84 | 84 | {{{ |
85 | | $ wget -O status http://cons-wm-01:5052/wimaxrf/bs/restart |
| 85 | $ wget -qO- http://cons-wm-01:5052/wimaxrf/bs/restart |
86 | 86 | }}} |