06-20-2013 01:03 AM - edited 03-07-2019 01:59 PM
Hi All
Please have a look at the attached diagram to see my issue.
Basically, I need to connect multiple clients on the same network behind a switch that doesnt support PVLANs but still secure them from communicating with each other.
My thought was to create a different PVLAN community per customer and then configure the PVLAN trunk on SW1 with each community PVLAN. However I cannot add more than one secondary PVLAN to the PVLAN trunk.
Btw I do not have access to the layer 3 gateway at the top and cannot request any changes there.
Does anyone have any suggestions?
Thanks in advance!
Matt
Solved! Go to Solution.
06-29-2013 05:57 AM
Hello Matt,
Thank you for your reply.
Multiple community PVLANs are not going to help you here, unfortunately. The switchport private-vlan trunk mapping command you are mentioning is used to define a so-called isolated PVLAN trunk port, and the secondary PVLAN in this command must be an isolated secondary PVLAN (and each Private VLAN bundle can contain at most one secondary isolated PVLAN). Read more about the special trunk ports here:
https://supportforums.cisco.com/thread/2037752
This isolated PVLAN trunk would actually be the solution for you if the access switch you plan to use supported switchport protect or any other feature that causes two switchports in a single VLAN to be prevented from mutual communication. Please note that the switchport protect is a command supported even on older 2950 Catalyst switches. What kind of access switch are you using, then, if it does not support this command nor a similar feature?
If the access switch you are using does not support any feature similar to switchport protect then I currently see two ways of solving your problem:
Best regards,
Peter
06-26-2013 03:49 PM
Hi, anyone have any thoughts on this?
Thanks
06-27-2013 03:26 PM
Matt,
I would personally use PVLAN Edge feature on the access switch (the switchport protected command) and if possible, the so-called Isolated PVLAN Trunk port if the distribution switch supports it. Your solution does not ring to me but I am not sure if I got your idea correct. Perhaps you could expand a little on what you need to achieve.
In any case, without proper support for full PVLANs across your switched network, the solutions will only be approximate but they probably won't be able to provide the same level of isolation.
Best regards,
Peter
06-27-2013 04:50 PM
Hi Peter
Thanks for the reply.
Did you see the diagram? Im not sure how much more information I can give, but will give it a go:
I need client's 1 and 2 to be isolated from each other but the switch that they connect to does not support PVLANs (switchport protected is not supported either).
Ideally Id like a way to trunk client 1 and client 2's community vlan (202 and 302 respectively) to SW2.
The pvlan trunking ("switchport private-vlan association trunk") command works for one isolated or community vlan, but I cannot associate more than one.
ie: I'd like to be able to do this on SW1:
switchport private-vlan association trunk 102 202 302
But I cannot enter 302 (in addition to 202) into this command.
Thanks
Matt
06-29-2013 05:57 AM
Hello Matt,
Thank you for your reply.
Multiple community PVLANs are not going to help you here, unfortunately. The switchport private-vlan trunk mapping command you are mentioning is used to define a so-called isolated PVLAN trunk port, and the secondary PVLAN in this command must be an isolated secondary PVLAN (and each Private VLAN bundle can contain at most one secondary isolated PVLAN). Read more about the special trunk ports here:
https://supportforums.cisco.com/thread/2037752
This isolated PVLAN trunk would actually be the solution for you if the access switch you plan to use supported switchport protect or any other feature that causes two switchports in a single VLAN to be prevented from mutual communication. Please note that the switchport protect is a command supported even on older 2950 Catalyst switches. What kind of access switch are you using, then, if it does not support this command nor a similar feature?
If the access switch you are using does not support any feature similar to switchport protect then I currently see two ways of solving your problem:
Best regards,
Peter
06-30-2013 03:23 PM
Peter thanks very much. You have answered my question. I cannot do what I want to do so I will find an alternate solution.
Thanks again.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide