Protocole EIGRP = Propriétaire CISCO
Comme pour l’IPv4, le protocole EIGRP existe dans le monde IPv6. Je vous invite donc à lire en amont l’article sur le protocole EIGRP. Cet article a pour but de ne montrer que les différences de configuration entre l’IPv4 et l’IPv6.
Chapitre 1
EIGRP pour IPv6 : ARchitecture de base

Chapitre 1
EIGRP pour IPv6 : configuration sous cisco
Configuration de R1
R1(config)# ipv6 unicast-routing R1(config)# ipv6 router eigrp 1 R1(config-router)# eigrp router-id 1.1.1.1 R1(config-router)# passive-interface FastEthernet 0/1 R1(config-router)# no shutdown R1(config-router)# exit R1(config)# interface FastEthernet 0/0 R1(config-if)# description WAN R1(config-if)# ipv6 address 2001:DB8:0:1::1/64 R1(config-if)# ipv6 eigrp 1 R1(config-if)# exit R1(config)# interface FastEthernet 0/1 R1(config-if)# description LAN R1(config-if)# ipv6 address 2001:DB8:0:10::1/64 R1(config-if)# ipv6 eigrp 1 R1(config-if)# exit
Configuration de R2
R2(config)# ipv6 unicast-routing
R2(config)# ipv6 router eigrp 1 R2(config-router)# eigrp router-id 2.2.2.2 R2(config-router)# passive-interface FastEthernet 0/1 R2(config-router)# no shutdown R2(config-router)# exit R2(config)# interface FastEthernet 0/0 R2(config-if)# description WAN R2(config-if)# ipv6 address 2001:DB8:0:1::2/64 R2(config-if)# ipv6 eigrp 1 R2(config-if)# exit R2(config)# interface FastEthernet 0/1 R2(config-if)# description LAN R2(config-if)# ipv6 address 2001:DB8:0:20::1/64 R2(config-if)# ipv6 eigrp 1 R2(config-if)# exit
ipv6 unicast-routing = Active le routage pour le protocole ipv6.
ipv6 router eigrp 1 = Active le protocole EIGRP en globalitée sur l’AS 1.
no shutdown = Par défaut, le protocole EIGRP est éteint (un peu bête…)
ipv6 eigrp 1 = Active le protocole EIGRP sur l’interface, il cherchera donc des neighbor sur ce réseau et diffusera ce réseau au travers de la bulle EIGRP.
Chapitre 1
EIGRP pour IPv6 : Vérification
show ipv6 route show ipv6 eigrp interfaces [interface-name] show ipv6 eigrp neighbors show ipv6 eigrp neighbors [ASN] show ipv6 eigrp topology show ipv6 eigrp topology [ASN] show ipv6 eigrp topology [IPv6-Prefix] show ipv6 eigrp topology all-links show ipv6 eigrp traffic show ipv6 eigrp traffic [ASN]
Merci de votre attention
Sur le même thème
Le protocole EIGRP
- Présentation
- Le protocole EIGRP
- Les échanges
- Les paquets EIGRP
- Stuck in Active
- Les routeurs Stub
- Choix de la route
- Load Balancing EIGRP
- Metric EIGRP
- Choix du masque
- Auto-summary
- Summarization
- Sécurité
- Authentification EIGRP
- Filtrage EIGRP