Sunteți pe pagina 1din 3

Objectif:

Configurer le protocole RIPng pour un rseau IPv6

Topologie:

RIPng
Table d'adressage:
Priphrique Interface Adresse/Prfixe IPv6

G0/0 2001:DB8:1:1::1/64
R1
S0/0/0 2001:DB8:1:A001::1/64

G0/0 2001:DB8:1:2::1/64

R2 S0/0/0 2001:DB8:1:A001::2/64

S0/0/1 2001:DB8:1:A002::1/64

G0/0 2001:DB8:1:3::1/64
R3
S0/0/1 2001:DB8:1:A002::2/64

Travail faire:
Configurez RIPng sur R1.

1. Activez le routage IPv6 sur R1.


2. Passez en mode de configuration de RIPng.
3. Activez le protocole RIPng pour les rseaux connects R1.
4. Enregistrez la configuration.

Configurez RIPng sur R2.

1. Activez le routage IPv6 sur R2.


2. Passez en mode de configuration de RIPng.
3. Activez le protocole RIPng pour les rseaux connects R2.
4. Enregistrez la configuration.

Configurez RIPng sur R3.

1. Activez le routage IPv6 sur R3.


2. Passez en mode de configuration de RIPng.
3. Activez le protocole RIPng pour les rseaux connects R3.
4. Enregistrez la configuration.
//Source : www.exelib.net
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


//Source : www.exelib.net

S-ar putea să vă placă și