Changes between Version 50 and Version 51 of GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-portscanning


Ignore:
Timestamp:
11/01/17 13:30:45 (6 years ago)
Author:
Nabeel Akhtar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-portscanning

    v50 v51  
    289289
    290290 1.     Download the python script ''!RealTimeGraph.py'' to your laptop using the following link.
    291 
    292 {{{
    293 #!html
    294     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="background:#c0c0c0; font-size: 9pt"><b> http://csr.bu.edu/rina/grw-bu2016/nfv/RealTimeGraph.py <br></b> </span>
    295291   
    296 }}}
     292     ''' http://csr.bu.edu/rina/grw-bu2016/nfv/RealTimeGraph.py '''
     293   
    297294
    298295 2.     Run the script and direct it to the CPU usage files (''NFV1.txt'' and ''NFV2.txt'') present at the controller. To run the Python script, type the following in the folder where you saved the ''!RealTimeGraph.py'' file:
    299296
    300 {{{
    301 #!html
    302     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="background:#c0c0c0; font-size: 9pt"><b> python RealTimeGraph.py -n &lt;username&gt;@&lt;controller IP address&gt -k &lt;Path to your ssh key&gt;   ; <br></b> </span>
     297     ''' python RealTimeGraph.py -n <username>@<controller IP address> -k <Path to your ssh key> '''
    303298   
    304 }}}
    305 
    306299 Change '''''<username>''''' to your user name,  '''''<controller IP address>''''' to the IP address of the controller and '''''<Path to your ssh key>''''' is the path to your ssh key that you use to log into GENI nodes. 
     300
    307301 3.     You should see real-time CPU graphs as shown below:
    308302