Outils pour utilisateurs

Outils du site


reseaux_administrations

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révisionLes deux révisions suivantes
reseaux_administrations [2011/05/01 23:23] thierryreseaux_administrations [2011/05/03 13:49] thierry
Ligne 33: Ligne 33:
   *bond-mode 1 => Active-backup policy (active 1 slave, et passe au suivant en cas de defaillance)   *bond-mode 1 => Active-backup policy (active 1 slave, et passe au suivant en cas de defaillance)
   *bond-mode 4 => IEEE 802.3ad Dynamic link aggregation   *bond-mode 4 => IEEE 802.3ad Dynamic link aggregation
 +
 +
 +Autre exemple:
 +  auto bond0
 +  iface bond0 inet static
 +        address 10.21.4.11
 +        netmask 255.255.255.0
 +        network 10.21.4.0
 +        broadcast 10.21.4.255
 +        gateway 10.21.4.254
 +        bond-slaves none
 +        bond-mode 4
 +        bond-miimon 100
 +  
 +  allow-hotplug eth0
 +  iface eth0 inet manual
 +        bond-master bond0
 +        bond-primary eth0 eth1 eth2
 +  
 +  allow-hotplug eth1
 +  iface eth1 inet manual
 +        bond-master bond0
 +        bond-primary eth0 eth1 eth2
 +  
 +  allow-hotplug eth2
 +  iface eth2 inet manual
 +        bond-master bond0
 +        bond-primary eth0 eth1 eth2
 +
 +Pour les switchs, voir chez Cisco...
  
 Sur le switch: Sur le switch:
Ligne 66: Ligne 96:
   1      Po1(SU)         LACP      Gi1/0/3(P)  Gi1/0/4(P)     1      Po1(SU)         LACP      Gi1/0/3(P)  Gi1/0/4(P)  
  
-===== mode ===== 
- 
-mode 0 : je comprend le principe, mais j'ai des reponses de ping etranges... 
- 
-mode 1 : c'est rapide, sauf lorsqu'on remet en service le lien ... y a un lag. 
  
 ====== Arp ====== ====== Arp ======
reseaux_administrations.txt · Dernière modification : 2011/11/25 11:21 de thierry