ACE-A1.2 Exam QuestionsBrowse all questions from this exam

ACE-A1.2 Exam - Question 22


When configuring MLAG, Arista recommends that the trunk group command be used on the VLAN used for MLAG peer communication. What is the purpose of the trunk group command?

Show Answer
Correct Answer: C

The purpose of the trunk group command is to prevent the configured VLAN from leaking out onto other trunks. This ensures that the VLAN used for MLAG peer communication (typically VLAN 4094) is restricted to the intended peer-link, thereby maintaining proper traffic segregation and avoiding unnecessary traffic on other trunks.

Discussion

4 comments
Sign in to comment
gksong
Oct 18, 2023

By doing this, when we create a new trunk, by default VLAN 4094 will not be included. This keeps the MLAG peer-link traffic on this link, and only on this link (unless you add the MLAG-Peer trunk group to another trunk, but don’t do that). Maybe C is correct.

cronus830
Jan 13, 2024

The trunk group MLAG-Peer command creates a trunk group, which is a cool way of assigning VLANs to trunks. We now need to assign the same group to the peer-link: Arista-1(config-vlan-4094)#int po 1 Arista-1(config-if-Po1)#switchport trunk group MLAG-Peer Now, VLAN 4094 will only be included on trunks that are also assigned to the MLAG- Peer trunk group. By doing this, when we create a new trunk, by default VLAN 4094 will not be included. In arista worrior

SDL_ITE
Feb 9, 2024

Answer C according to Arista Warrior book. See post cronus830 and gksong

Smoothey
Oct 29, 2024

C :Note: Assigning VLAN 4094 and port channel X to the mlagpeer trunk group prevents traffic from VLAN 4094 from being carried on any other trunk.