Changes between Version 13 and Version 14 of Tutorials/oMF/tut1
- Timestamp:
- Oct 15, 2014, 6:35:32 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/oMF/tut1
v13 v14 343 343 A few comments on the obtained output: 344 344 * The experiment ID can be seen on one of the first lines, it will be useful for using OML to retrieve the output for OML-enabled experiments. (this experiment does not have any outputs.) 345 * The GUIDs assigned to the nodes can be seen. The routers (nodes19-1 and 19-2 on the grid) have GUID 1 and 2, and the hosts (nodes20-1 and 20-2 on the grid) have GUID 101 and 102. Since we have a simple topology in this experiment, only a single instance of GNRS server is running, which as shown above is hosted by router with GUID 1.345 * The GUIDs assigned to the nodes can be seen. The routers (nodes19-1 and 19-2 on the grid) have GUID 1 and 2, and the hosts (nodes20-1 and 20-2 on the grid) have GUID 101 and 102. Since we have a simple topology in this experiment, only a single instance of GNRS server is running, which as shown above is hosted by router with GUID 1. 346 346 347 347 === Test The Network === … … 365 365 }}} 366 366 367 Where "-c" specifies the client is running and "-n" specifies the number of pings between the two nodes. 367 368 If successfully executed, the client will display some information similar to the following snippet 368 369