23 Fév2016
Configuration du protocole RIPng
Objectif:
- Configurer le protocole RIPng pour un réseau IPv6
Topologie:
Table d'adressage:
Périphérique |
Interface |
Adresse/Préfixe IPv6 |
---|---|---|
R1 |
G0/0 |
2001:DB8:1:1::1/64 |
S0/0/0 |
2001:DB8:1:A001::1/64 |
|
R2 |
G0/0 |
2001:DB8:1:2::1/64 |
S0/0/0 |
2001:DB8:1:A001::2/64 |
|
S0/0/1 |
2001:DB8:1:A002::1/64 |
|
R3 |
G0/0 |
2001:DB8:1:3::1/64 |
S0/0/1 |
2001:DB8:1:A002::2/64 |
Travail à faire:
Configurez RIPng sur R1.
- Activez le routage IPv6 sur R1.
- Passez en mode de configuration de RIPng.
- Activez le protocole RIPng pour les réseaux connectés à R1.
- Enregistrez la configuration.
Configurez RIPng sur R2.
- Activez le routage IPv6 sur R2.
- Passez en mode de configuration de RIPng.
- Activez le protocole RIPng pour les réseaux connectés à R2.
- Enregistrez la configuration.
Configurez RIPng sur R3.
- Activez le routage IPv6 sur R3.
- Passez en mode de configuration de RIPng.
- Activez le protocole RIPng pour les réseaux connectés à R3.
- Enregistrez la configuration.
Configurez RIPng sur R1.
R1(config)# ipv6 unicast-routing R1(config)# ipv6 router rip EXELIB R1(config-rtr)# int g0/0 R1(config-if)# ipv6 rip EXELIB enable R1(config-if)# int s0/0/0 R1(config-if)# ipv6 rip EXELIB enable
Configurez RIPng sur R2.
R2(config)# ipv6 unicast-routing R2(config)# ipv6 router rip EXELIB R2(config-rtr)# int g0/0 R2(config-if)# ipv6 rip EXELIB enable R2(config-if)# int s0/0/0 R2(config-if)# ipv6 rip EXELIB enable R2(config-if)# int s0/0/1 R2(config-if)# ipv6 rip EXELIB enable
Configurez RIPng sur R3.
R2(config)# ipv6 unicast-routing R3(config)# ipv6 router rip EXELIB R3(config-rtr)# int g0/0 R3(config-if)# ipv6 rip EXELIB enable R3(config-if)# int s0/0/1 R3(config-if)# ipv6 rip EXELIB enable