Changes between Version 12 and Version 13 of GEC15Agenda/AdvancedGENITopoOmni/Instructions/ClickExampleExperiment
- Timestamp:
- 10/22/12 01:05:48 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC15Agenda/AdvancedGENITopoOmni/Instructions/ClickExampleExperiment
v12 v13 191 191 === 3b. Configure your routers === 192 192 We are going to use remote execution to configure our routers. 193 i. On a local terminal run the following command four time , each time substituting the <router_nickname> with one of the top, bottom, left, right:193 i. On a local terminal run the following command four times, each time substituting the <router_nickname> with one of the top, bottom, left, right: 194 194 {{{ 195 195 geni@geni-VirtualBox:~$ ssh -A <router_nickname> "/local/click-example/extractClickConfig.py " … … 244 244 245 245 Since our experiment doesn't want IP, let's turn it off : 246 i. On a local terminal run the following command four time , each time substituting the <router_nickname> with one of the top, bottom, left, right:246 i. On a local terminal run the following command four times, each time substituting the <router_nickname> with one of the top, bottom, left, right: 247 247 {{{ 248 248 ssh -A <router_nickname> "sh ./stopIP.sh" … … 270 270 271 271 The extractor script produces a click configuration file for each of your routers. 272 i. On a local terminal run the following command four time , each time substituting the <router_nickname> with one of the top, bottom, left, right:272 i. On a local terminal run the following command four times, each time substituting the <router_nickname> with one of the top, bottom, left, right: 273 273 {{{ 274 274 ssh -A <router_nickname> "sh ./startClick.sh"