From 94e0833d59e9a5baf4b59e8b8eb74a2124cb9034 Mon Sep 17 00:00:00 2001 From: Dongcan Ye Date: Mon, 21 Dec 2015 10:23:31 +0800 Subject: [PATCH] Fix in install and api guide Trivial fix for typo and adding some description for workflow. Change-Id: I5e6758cbbd580df531aa35cdee6d723a5c0f3bbb --- API_REFERENCE.rst | 22 +++++++++++++--------- INSTALL.rst | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/API_REFERENCE.rst b/API_REFERENCE.rst index 2135d135..f7ff1c8e 100644 --- a/API_REFERENCE.rst +++ b/API_REFERENCE.rst @@ -244,20 +244,24 @@ Work Flow Sequence 1. Create a Neutron port with 'port_security_enabled' set to 'false'. -2. Launch a VM (VM on which you want to monitor/receive the mirroed data). - Assoiciate the Neutron port created in step 1 while creating the VM. +2. Launch a VM (VM on which you want to monitor/receive the mirrored data). + Associate the Neutron port created in step 1 while creating the VM. -3. Create a Tap Service instance by associating the port created in step 1. +3. Using Neutron Client command for TaaS **neutron tap-service-create** or + via REST APIs create a Tap Service instance by associating the port + created in step 1. -4. Create a Tap Flow instance by associating the tap service instance created - in step 3 and Neutron port from which you want to mirror traffic (assuming - the Neutron port from which the traffic needs to be monitored already - exists) +4. Using Neutron Client command for TaaS **neutron tap-flow-create** or + via REST APIs create a Tap Flow instance by associating the Tap Service + instance created in step 3 and the target Neutron port from which you want + to mirror traffic (assuming the Neutron port from which the traffic + needs to be monitored already exists.) + Mirroring can be done for both incoming and/or outgoing traffic from the + target Neutron port. 5. Observe the mirrored traffic on the monitoring VM by running tools such as tcpdump. You can watch our tech talk session which included a live demo for more -information about using TaaS, https://www.youtube.com/watch?v=_cAkRUB3TCE - +information about using TaaS, https://www.youtube.com/watch?v=_cAkRUB3TCE \ No newline at end of file diff --git a/INSTALL.rst b/INSTALL.rst index f12811f0..a8304821 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -16,7 +16,7 @@ Dependencies TaaS requires the 'Port Security' Neutron ML2 extension. Please make sure that this extension has been enabled. -Adding the folowing to 'local.conf' while installing devstack will enable +Adding the following to 'local.conf' while installing DevStack will enable 'Port Security' extension. (It's enabled by default) Q_ML2_PLUGIN_EXT_DRIVERS=port_security