02-17-2022 02:26 AM
Hello Guys
I have the following situation:
A Mellanox AS4610 Switch with Cumulus Network OS was configured and created a Bond mode 802.3ad that corresponds to LACP.
The LACP raises without problems, and by propagating two vlans from the Leafs, the bond changes to discarding.
Mellanox Support tells us that from ACI we must pass vlan 1 as native in LACP but I am not sure if it is possible to configure native vlan 1 in ACI, since I do not have much experience in ACI
I did a lab with 2 Nexus without ACI both in VPC and I didn't have this problem, but with ACI I don't know if it is possible since I read that ACI does not handle Native VLAN 1 by default
Could you tell me if it is possible to configure native vlan 1 in ACI
Thanks for your help
02-17-2022 11:56 AM - edited 02-18-2022 01:06 AM
Ho @santunez_cl ,
[With some edits after @tuanquangnguyen pointed out my error[
OK. Firstly let's put your diagram inline so everyone sees it.
I'm not sure that the Mellanox Support understand VLANs if they say "Support tells us that from ACI we must pass vlan 1 as native in LACP " - ACI ALWAYS passes LACP paced untagged. But Untagged DOES NOT MEAN VLAN 1 (Yes. 99% of the time the untagged VLAN is VLAN 1)
Anyway, assuming they are correct, you may need to put VLAN 1 coming from the Mellanox switch into an EPG in ACI terminology.
So for the a set of access policies that you are using with the VPC, Include VLAN 1 in the VLAN Pool so your Access Policy Chain looks like this:
Then create an EPG to collect the VLAN 1 packets, and add the VPC to that EPG making sure you check <edit> Untagged. 8021P </edit>
Typically this EPG would be used to collect MST BPDUs, so if you have an EPG for that, you could possibly use that.
<edit - old diagram replaced after @tuanquangnguyen pointed out my error>
</edit>
02-17-2022 10:24 PM - edited 02-18-2022 12:58 AM
Adding in to Chris's solution, I think if he requires VLAN 1 to be native on a trunk instead of an access port (that access VLAN 1), select Access (802.1P) for Mode.
It would put a "switchport trunk native vlan 1 EPG epg_abcd" under that interface/vPC configuration. Otherwise, once an interface has been configured as static port with Access (Untagged) in an EPG, it cannot be configured as static ports within other EPGs
02-18-2022 01:03 AM
Yep. My bad - DEFINITELY should have posted
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