Changes between Initial Version and Version 1 of Realisations/2010-2011/Projet/Entreprise2/TipsConf


Ignore:
Timestamp:
May 13, 2011, 1:27:19 PM (14 years ago)
Author:
panhaleux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Realisations/2010-2011/Projet/Entreprise2/TipsConf

    v1 v1  
     1== Extreme Network x450e-24p ==
     2== Juniper SSG20 ==
     3== Juniper J2300 ==
     4== IPv4 On Linux ==
     5- Creer une route pondérée (2 routeurs de sortie) :
     6
     7# ip route add default scope global nexthop via a.b.c.d dev ethX weight Y via e.f.g.h dev ethZ weight W
     8
     9Créer un route par défaut pouvant utiliser la passerelle a.b.c.d avec un poids Y sur ethX ou la e.f.g.h avec un poids W sur ethZ. (Répartition égale avec Y=W)
     10 
     11== IPv6 On Linux ==
     12- Lister les routes :
     13
     14# ip -6 route show