| | 41 | }}} |
| | 42 | 1. Make sure the RF switch boxes are configured to use X310s (all switches set to port 1) |
| | 43 | {{{#!shell-session |
| | 44 | root@console:~# curl am1.cosmos-lab.org:5054/rf_switch/status?name=rfsw1.sb1.cosmos-lab.org,rfsw2.sb1.cosmos-lab.org |
| | 45 | |
| | 46 | <response status="OK"> |
| | 47 | <rf_switch name="rfsw1.sb1.cosmos-lab.org" num_of_switches="4"> |
| | 48 | <switch number="1" port="1"/> |
| | 49 | <switch number="2" port="1"/> |
| | 50 | <switch number="3" port="1"/> |
| | 51 | <switch number="4" port="1"/> |
| | 52 | </rf_switch> |
| | 53 | <rf_switch name="rfsw2.sb1.cosmos-lab.org" num_of_switches="4"> |
| | 54 | <switch number="1" port="1"/> |
| | 55 | <switch number="2" port="1"/> |
| | 56 | <switch number="3" port="1"/> |
| | 57 | <switch number="4" port="1"/> |
| | 58 | </rf_switch> |
| | 59 | </response> |
| 125 | | <response status="OK"> |
| 126 | | <rf_switch name="rfsw1.sb1.cosmos-lab.org" num_of_switches="4"> |
| 127 | | <switch number="1" port="1"/> |
| 128 | | <switch number="2" port="1"/> |
| 129 | | <switch number="3" port="1"/> |
| 130 | | <switch number="4" port="1"/> |
| 131 | | </rf_switch> |
| 132 | | <rf_switch name="rfsw2.sb1.cosmos-lab.org" num_of_switches="4"> |
| 133 | | <switch number="1" port="1"/> |
| 134 | | <switch number="2" port="1"/> |
| 135 | | <switch number="3" port="1"/> |
| 136 | | <switch number="4" port="1"/> |
| 137 | | </rf_switch> |
| 138 | | </response> |
| 139 | | }}} |