08-28-2024 03:12 AM
Hello,
we want to deploy private vlans in our fabric attach infrastructure, in order to limit the traffic in the same subnet.
All the endpoints are connected to access switches (that are in SwitchEngine/EXOS), while core switches are used only as distribution layer.
For EXOS, I had this link as a reference
https://documentation.extremenetworks.com/exos_30.4/GUID-56B81F2C-8A3B-4303-A212-92322613EFAA.shtml
Where it is possible to extend the private vlans between switches. My question is, which configuration is needed on backbone switches (fabric engine), to extend the private vlans between access switches?
Solved! Go to Solution.
2 weeks ago
Monday
If you deploy FabricEngine to the access, you can use PVLANs, and you can use RADIUS authentication (MAC based or 802.1X) to automatically place a user/device in the PVLAN of choice. These PVLANs will have L2 I-SID associated, so the PVLAN can easily span the entire fabric if needed. But note that Fabric Engine does not support PVLAN Community VLAN ids; all you have is the primary and secondary VLAN ids, for isolated and promiscuous users.
Switch Engine also supports PVLANs, including the PVLAN Communities. But if you are using Switch Engine FA Proxy access off a Fabric Engine Fabric FA Server(s), then PVLANs cannot be used, as Fabric Attach signalling can only signal 1 VID per I-SID. You would have to disable FA between the Switch Engine and the Fabric Engine, and q-tag trunk all the PVLANs manually.
2 weeks ago
a week ago
A Private VLAN (PVLAN) with Fabric Attach is a networking concept that combines the isolation benefits of private VLANs with the automated provisioning and configuration capabilities of Fabric Attach in modern network architectures.
Saturday
Private VLAN with Fabric Attach: Overview and Explanation
Private VLANs (PVLANs) are an advanced VLAN feature that provides enhanced network isolation and segmentation within a single VLAN domain. They allow for granular traffic control between devices in the same VLAN, supporting security and scalability. Fabric Attach (FA), on the other hand, is an automated network provisioning protocol designed to simplify the deployment of services like VLANs or PVLANs in complex networks.