User Tools

Site Tools


informatique:linux:reseau

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
informatique:linux:reseau [2023/05/05 12:35] – [Diagnostique] pteuinformatique:linux:reseau [2025/04/25 10:15] (current) – Bridge pteu
Line 190: Line 190:
   * [[https://www.kernel.org/doc/Documentation/networking/bonding.txt|Linux Ethernet Bonding Driver HOWTO]] sur kernel.org   * [[https://www.kernel.org/doc/Documentation/networking/bonding.txt|Linux Ethernet Bonding Driver HOWTO]] sur kernel.org
   * [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-using_channel_bonding|Using Channel Bonding]] (Redhat.com)   * [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-using_channel_bonding|Using Channel Bonding]] (Redhat.com)
 +
 +=====Bridge=====
 +
 +Afficher les adresses MAC par port du bridge vmbr0:
 +<code bash>
 +# générique, affiche les timers
 +brctl showmacs vmbr0
 +
 +# affiche les MACs par port physique
 +bridge fdb show | grep "master vmbr0"
 +</code>
  
 =====Diagnostique===== =====Diagnostique=====
informatique/linux/reseau.txt · Last modified: 2025/04/25 10:15 by pteu