Configuración de Dispositivos Activos para Ipv6

You might also like

You are on page 1of 7

CONFIGURACIÓN DE DISPOSITIVOS ACTIVOS PARA SERVICIOS DE RED CON IPV6 (2680114)

ACTIVIDAD 2 - EVIDENCIA 2: "CONFIGURACIÓN DE DISPOSITIVOS ACTIVOS PARA IPV6"

PRESENTADO POR:

CARLOS ANDRÉS HERNÁNDEZ PÉREZ

CC: 1003500014

INSTRUCTOR:

OSCAR MAURICIO MANTILLA FRANCO

2022

SENA
ACTIVIDAD 2 - EVIDENCIA 2: "CONFIGURACIÓN DE DISPOSITIVOS ACTIVOS PARA IPV6"

PACKET TRACER:

CONFIGURACIÓN:

ROUTER 1:

Router>ena

Router#config t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R1

R1(config)#ipv6 unicast-routing

R1(config)#ipv6 router rip uno

R1(config-rtr)#int f0/0

R1(config-if)#no shut

R1(config-if)#

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up


%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R1(config-if)#ipv6 enable

R1(config-if)#ipv6 rip uno enable

R1(config-if)#ipv6 address 1111:2222:3333:4444::/64 eui-64

R1(config-if)#int s0/0/0

R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down

R1(config-if)#ipv6 enable

R1(config-if)#ipv6 rip uno enable

R1(config-if)#ipv6 address DDDD:AAAA:1111:2222::/64 eui-64

R1(config-if)#^Z

R1#

%SYS-5-CONFIG_I: Configured from console by console

wr

Building configuration...

[OK]

ROUTER 2:

Router>ena

Router#config t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R2

R2(config)#ipv6 unicast-routing

R2(config)#ipv6 router rip uno

R2(config-rtr)#int f0/0

R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R2(config-if)#ipv6 enable

R2(config-if)#ipv6 rip uno enable

R2(config-if)#ipv6 address 7777:BBBB:CCCC:DDDD::/64 eui-64

R2(config-if)#int s0/0/0

R2(config-if)#no shut

R2(config-if)#

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

R2(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

R2(config-if)#clock rate 64000

R2(config-if)#ipv6 enable

R2(config-if)#ipv6 rip uno enable

R2(config-if)#ipv6 address DDDD:AAAA:1111:2222::/64 eui-64

R2(config-if)#int s0/0/1

R2(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down

R2(config-if)#clock rate 64000

This command applies only to DCE interfaces

R2(config-if)#ipv6 enable

R2(config-if)#ipv6 rip uno enable

R2(config-if)#ipv6 address 8888:9999:AAAA:BBBB::/64 eui-64

R2(config-if)#^Z

R2#
%SYS-5-CONFIG_I: Configured from console by console

wr

Building configuration...

[OK]

ROUTER 3:

Router>ena

Router#config t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R3

R3(config)#ipv6 unicast-routing

R3(config)#ipv6 router rip uno

R3(config-rtr)#int f0/0

R3(config-if)#no shut

R3(config-if)#

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

R3(config-if)#ipv6 enable

R3(config-if)#ipv6 rip uno enable

R3(config-if)#ipv6 address 1111:3333:5555:7777::/64 eui-64

R3(config-if)#int s0/0/0

R3(config-if)#no shut

R3(config-if)#

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up


%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

R3(config-if)#ipv6 enable

R3(config-if)#ipv6 rip uno enable

R3(config-if)#ipv6 address 8888:9999:AAAA:BBBB::/64 eui-64

R3(config-if)#^Z

R3#

%SYS-5-CONFIG_I: Configured from console by console

wr

Building configuration...

[OK]

PRUEBAS:

You might also like