Configuración de VLANs en modo Trunk en Cisco Packet Tracer

 


Comandos

SW1


ena

conf t

vlan 20

name redes

exit


vlan 30

name informatica

exit


vlan 40

name seguridad

exit


interface fastethernet 0/1

switchport mode trunk

no shutdown

exit


interface fastethernet 0/2

switchport mode access

switchport access vlan 20

no shutdown

exit


interface fastethernet 0/3

switchport mode access

switchport access vlan 30

no shutdown

exit


interface fastethernet 0/4

switchport mode access

switchport access vlan 40

no shutdown

exit


******************************************

SW2


conf t

vlan 20

name redes

exit


vlan 30

name informatica

exit


vlan 40

name seguridad

exit


interface fastethernet 0/1

switchport mode trunk

no shutdown

exit


interface fastethernet 0/2

switchport mode access

switchport access vlan 20

no shutdown

exit


interface fastethernet 0/3

switchport mode access

switchport access vlan 30

no shutdown

exit


interface fastethernet 0/4

switchport mode access

switchport access vlan 40

no shutdown

exit

**********************************

SW0

ena

conf t


vlan 20

name redes

exit


vlan 30

name informatica

exit


vlan 40

name seguridad

exit


interface fastethernet 0/1

switchport mode trunk

no shutdown

exit


interface fastethernet 0/2

switchport mode trunk

no shutdown

exit


Comments

Popular posts from this blog

IPVT GRATIS MEDIANTE VLC CON LISTA-2 M3U

Diseño Antena Logaritmica Microstrip de 10-20 GHz en Ansoft Dessigner.

VoIP en Cisco Packet Tracer con dial peer.