Você está na página 1de 11

Simulação VLAN(Virtual

Lan Area Network)


Segregação lógica de redes em um mesmo switch

Laboratório 02 – Packet Tracer

1
Simulação VLAN
 Objetivo: Verificar configurações e
funcionamento de uma VLAN no Switch.
 Equipamentos: Computadores, cabos,
Switches.

2
Simulação VLAN
 Topologia 1:

3
Simulação VLAN
 Configuração de uma
VLAN por Interface
Gráfica:
 Adicionar um numero
para identificar a Vlan
 Atribuir um nome a
VLAN
 Adicionar

4
Simulação VLAN
 VLAN por Interface
Gráfica:
 Adicionar para cada
Interface a VLAN
correspondente.

5
Simulação VLAN
 Topologia 2:

6
Simulação VLAN
 VLAN com mais de 1
switch
 Fazer a mesma
configuração no Switch
2
 Configurar as portas
dos 2 switch ligado ao
cabo cross-over como
TRUNK

7
Simulação VLAN
 Configurar VLAN (portas) por linha de
comando:
 Switch>enable
 Switch#conf t
 Switch(config)#vlan 2
 Switch(config-vlan)#name rh
 Switch(config-vlan)#vlan 3
 Switch(config-vlan)#name fin

8
Simulação VLAN
 Switch(config-vlan)#int f0/1 (ou no caso de um
range (int range f0/1-5)
 Switch(config-if)#switchport access vlan 2
 No caso de ter que configurar a porta como
Trunk usar o comando:
 Switch(config)#int f0/24
 Switch(config-if)#switchport mode trunk

9
Simulação VLAN
 Comandos adicionais:
 show vlan (mostra as vlans existentes no
switch)
 show interface trunk(mostra interface tronco)
 show ip inteface brief (mostra configuração
das interfaces)

10
FIM

11

Você também pode gostar