Changes between Version 21 and Version 22 of GEC13Agenda/ExperimenterWorkflowTutorial/Tutorial
- Timestamp:
- 03/13/12 01:27:28 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC13Agenda/ExperimenterWorkflowTutorial/Tutorial
v21 v22 734 734 = III. Run a Layer 2 Experiment = 735 735 736 The mesoscale GENI resources are connected on Layer 2, which enables Layer 2, i.e. non-IP experiments. In this exercise we are going to run a layer 2 ping program, where we are going to send raw Ethernet frames of a custom Ethernet type to a server and receive a reply. Currently MyPLC only supports IP experiments, so we will use our ProtoGENI host which we have reserved in the beginning.737 * check that your sliver is ready736 The mesoscale GENI resources are connected on Layer 2, which enables Layer 2, i.e. non-IP, experiments. In this exercise we are going to run a layer 2 ping program, where we are going to send raw Ethernet frames of a custom Ethernet type to a server and receive a reply. Currently MyPLC only supports IP experiments, so we will use our ProtoGENI host which we have reserved in the beginning. 737 * Check that your sliver is ready 738 738 {{{ 739 739 omni.py sliverstatus -a <AM_NICKNAME> <SLICE_NAME> 740 740 }}} 741 If you haven't reserved your own node, then try logging in with your credentials anyway , if you fail please let us know.741 If you haven't reserved your own node, then try logging in with your credentials anyway. If you fail please let us know. 742 742 743 743 * If your sliver is ready, login to the node (if your host is '''pg33''', '''pg32''' please read the notes): … … 765 765 [alice@protogeni1 ~]$ /sbin/ifconfig 766 766 }}} 767 This should list only three interface, the loopback and the control interface and an interface with a name similar to eth#.####767 This should list at least three interfaces, the loopback and the control interface and an interface with a name similar to eth#.#### 768 768 Verify that the data interface is up : 769 769 {{{ … … 784 784 In this case the name is 'eth1.1750'. 785 785 786 * Run the Layer 2 Ping786 * '''Run the Layer 2 Ping.''' 787 787 We have pre-configured the network to forward along Layer2 packets of Ethernet type listed in your account sheet, so let's try pinging with that. 788 788 The software that is going to send Layer 2 pings, is called pingPlus.