Changes between Version 3 and Version 4 of Realisations/2006-2007/Projet/ConfigurationIPv6


Ignore:
Timestamp:
Apr 27, 2007, 7:33:57 PM (18 years ago)
Author:
jarma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Realisations/2006-2007/Projet/ConfigurationIPv6

    v3 v4  
    89892. edit interfaces ''nom de l'interface'' unit ''numéro d'unité logique, normalement 0''
    90903. set family inet6 address ''adresse-ipv6/longueur préfixe''
    91 4. exit
    92 5. commit
     914. commit
     925. exit
    9393}}}
    9494
     
    1371375. set no-managed-configuration
    1381386. set prefix (préfixe-ipv6/longueur préfixe)
    139 7. exit
    140 8. commit
     1397. commit
     1408. exit
    141141}}}
    142142Il suffit d'activer le Router Advertisement sur un seul routeur.
     
    144144== OSPFv3 ==
    145145Pour ceux qui utilisent OSPF pour le routage intra-domaine, voici la configuration:
    146 
    147146{{{
    1481471. configure
    1491482. edit protocols ospf3
     1493. set area ''numéro de l'area'' interface ''nom de l'interface''
     1504. commit
     1515. exit
    150152}}}
    151153
    152154
    153 == RIP ==
     155== RIPng ==
    154156Pour ceux qui ont choisi RIP:
    155 
    156157{{{
    157 1. enable
    158 2. configure terminal
    159 3. interface ''nom de l'interface''
    160 4. ipv6 rip ''nom du processus, soyez creatifs'' enable
    161 5. exit 
     1581. configure
     1592. edit protocols ripng
     1603. set group ''nom du group'' neighbor ''nom de l'interface''
     1614. commit
     1625. exit
    162163}}}
    163164