05-09-2023 05:19 AM
Hello, In order to create an l2out for my legacy fabric, do I need to create an l2out for every vlan I want to access in the legacy?
Solved! Go to Solution.
05-09-2023 05:33 AM
Before @RedNectar blasts you, don't use "L2outs" (aka External Bridged Networks)
It's better to use EPG Static Ports (Static Path bindings) instead which over more granular control over the respective VLANs. L2Outs extend the broadcast domain for an entire range of VLANs, but it becomes an all-or-none extension. With EPG static ports, you can extend & remove individual VLANs much easier, and control access on a per VLAN basis (think ACLs).
With this in mind, you typically would create an AEP, Physical Domain and VLAN Pool for representative of the Legacy enviornments and configure your Interfaces connecting from ACI to that environment with this AEP. From there, you can then add/remove EPG static paths within your tenant by adding the Physical domain to your EPGs, and adding the Static Port Entry. Depending on how many VLANs/EPGs you have, could be tedious, but nothing a little PostMan scripting/API magic can't make quick work of.
Robert
05-09-2023 05:33 AM
Before @RedNectar blasts you, don't use "L2outs" (aka External Bridged Networks)
It's better to use EPG Static Ports (Static Path bindings) instead which over more granular control over the respective VLANs. L2Outs extend the broadcast domain for an entire range of VLANs, but it becomes an all-or-none extension. With EPG static ports, you can extend & remove individual VLANs much easier, and control access on a per VLAN basis (think ACLs).
With this in mind, you typically would create an AEP, Physical Domain and VLAN Pool for representative of the Legacy enviornments and configure your Interfaces connecting from ACI to that environment with this AEP. From there, you can then add/remove EPG static paths within your tenant by adding the Physical domain to your EPGs, and adding the Static Port Entry. Depending on how many VLANs/EPGs you have, could be tedious, but nothing a little PostMan scripting/API magic can't make quick work of.
Robert
05-09-2023 01:42 PM
I think @Robert Burns must have read this or this but my favourite is the one that pictorially explains Robert's point about using EPG static ports (aka L2 extension) in this post.
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