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


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

--

Legend:

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

    v51 v52  
    290290 1.     Download the python script ''!RealTimeGraph.py'' to your laptop using the following link.
    291291   
    292      ''' http://csr.bu.edu/rina/grw-bu2016/nfv/RealTimeGraph.py '''
     292     ''' !http://csr.bu.edu/rina/grw-bu2016/nfv/RealTimeGraph.py '''
    293293   
    294294
    295295 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:
    296296
    297      ''' python RealTimeGraph.py -n <username>@<controller IP address> -k <Path to your ssh key> '''
     297     ''' python !RealTimeGraph.py -n <username>@<controller IP address> -k <Path to your ssh key> '''
    298298   
    299299 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.