Changes between Version 3 and Version 4 of Realisations/2006-2007/Projet/ConfigurationIPv6
- Timestamp:
- Apr 27, 2007, 7:33:57 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Realisations/2006-2007/Projet/ConfigurationIPv6
v3 v4 89 89 2. edit interfaces ''nom de l'interface'' unit ''numéro d'unité logique, normalement 0'' 90 90 3. set family inet6 address ''adresse-ipv6/longueur préfixe'' 91 4. exit92 5. commit91 4. commit 92 5. exit 93 93 }}} 94 94 … … 137 137 5. set no-managed-configuration 138 138 6. set prefix (préfixe-ipv6/longueur préfixe) 139 7. exit140 8. commit139 7. commit 140 8. exit 141 141 }}} 142 142 Il suffit d'activer le Router Advertisement sur un seul routeur. … … 144 144 == OSPFv3 == 145 145 Pour ceux qui utilisent OSPF pour le routage intra-domaine, voici la configuration: 146 147 146 {{{ 148 147 1. configure 149 148 2. edit protocols ospf3 149 3. set area ''numéro de l'area'' interface ''nom de l'interface'' 150 4. commit 151 5. exit 150 152 }}} 151 153 152 154 153 == RIP ==155 == RIPng == 154 156 Pour ceux qui ont choisi RIP: 155 156 157 {{{ 157 1. enable158 2. configure terminal159 3. interface''nom de l'interface''160 4. ipv6 rip ''nom du processus, soyez creatifs'' enable161 5. exit 158 1. configure 159 2. edit protocols ripng 160 3. set group ''nom du group'' neighbor ''nom de l'interface'' 161 4. commit 162 5. exit 162 163 }}} 163 164