You are on page 1of 3

PRACTICA INTERVLAN IPV6

BIBLIOGRAFIA:

Vlan con IPv6 - YouTube

https://www.youtube.com/watch?v=t1j5Jz15JQs

INTERVILAN SWITCH

CONFIGURACION SWITCH

enable

vlan database

vlan 10

vlan 20

exit

conf t
int fa0/1

switchport mode trunk

exit

int fa1/1

switchport mode access

switchport access vlan 10

exit

int fa2/1

switchport mode access

switchport access vlan 20

exit

exit

show vlan

CONFIGURACION ROUTER

enable

conf t

int fa0/0

no sh

exit

int f0/0.10

encapsulation dot1q 10

exit

ipv6 unicast-routing

int fa0/0.10

ipv6 add 2001:BD4:ABCD:1111::1/64

ipv6 add fe80::1 link-local

exit
int f0/0.20

encapsulation dot1Q 20

ipv6 add 2001:BD4:ABCD:2222::1/64

ipv6 add fe80::1 link-local

EXIT

VERIFICACIÓN

You might also like