Skip to content

Commit

Permalink
Cumulus NVUE: Disable MAC learning on MLAG peerlink (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbemmel authored Feb 8, 2025
1 parent d4f8065 commit 1461f01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netsim/ansible/templates/lag/cumulus_nvue.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
- set:
interface:
peerlink:
bridge:
domain:
br_default:
learning: off # As recommended by NVidia
bond:
member:
{% for intf in interfaces if intf.lag.mlag.peergroup is defined %}
Expand Down

0 comments on commit 1461f01

Please sign in to comment.