andrijapanicsb commented on a change in pull request #86:
URL: 
https://github.com/apache/cloudstack-documentation/pull/86#discussion_r428870448



##########
File path: source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst
##########
@@ -77,23 +80,34 @@ Prerequisites
 -  Before you use PVLAN on XenServer and KVM, enable Open vSwitch (OVS).
 
 
-Creating a PVLAN-Enabled Shared Network
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Creating a PVLAN-Enabled Network
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+PVLAN-enabled networks can be either shared or layer 2 networks.
 
-For a general description of how to create a shared netowrk see `"configuring 
a shared guest network" <#configuring-a-shared-guest-network>`_.
+For a general description of how to create a shared network see `"configuring 
a shared guest network" <#configuring-a-shared-guest-network>`_.
 
-On top of the parameters required to create a *normal* shared network, the 
following
+On top of the parameters required to create a *normal* shared or layer 2 
network, the following
 parameters must be set:
 
 -  **VLAN ID**: The unique ID of the primary VLAN that you want to use.
 
--  **Secondary Isolated VLAN ID**:
+-  **Secondary Isolated VLAN ID**: The PVLAN ID to use within the primary VLAN.
+
+-  **PVLAN Type**: The PVLAN type corresponding to the PVLAN ID to use within 
the primary VLAN.
+
+Creating a PVLAN-enabled network can be done in multiple ways depending on the 
PVLAN type:
+
+   - For a **promiscuous** PVLAN:
+      - Set the secondary VLAN ID to the same VLAN ID as the primary VLAN that 
the promiscuous PVLAN will be inside, or
+      - Set the PVLAN type to "Promiscuous" and do not set the secondary VLAN 
ID.
 
-   - For a **promiscuous** PVLAN, set this to the same VLAN ID as the primary 
VLAN
-     that the promiscuous PVLAN will be inside.
-   - For an **isolated** PVLAN, set this to the PVLAN ID which you wish to use
-     inside the primary VLAN.
+   - For an **isolated** PVLAN:
+      - Set the secondary VLAN ID to the PVLAN ID which you wish to use inside 
the primary VLAN, or

Review comment:
       ```suggestion
         - Set the secondary VLAN ID to the PVLAN ID which you wish to use 
inside the primary VLAN (available only via API, not UI), or
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to