Como crear VLAN en switch CISCO
1. CREACIÓN DE LA VLAN
En el momento que entres en modo configuración del terminal (configure terminal) seguir los siguientes comandos.
sw0(config)# interface vlan 4
sw0(config-if)# description Vlan4
sw0(config-if)# no shutdown
2. ASIGNAR PUERTOS A LAS VLAN
Lo siguiente sera hacer los puertos y para ello deberas seguir estos
comandos igual que antes en configuracion terminal y seguir los
siguientes comandos.
sw0(config)#interface range fastEthernet 0/1 - fastEthernet 0/8
sw0(config-if-range)#switchport mode access
sw0(config-if-range)#switchport access vlan 4
sw0(config-if-range)#exit
3. RUTEO ENTRE VLAN
Lo siguiente sera hacer los ruteos siguiendo los siguientes comandos.
central(config)#interface fastEthernet 0/0
central(config-if)#no shutdown
central(config-if)#exit
central(config)# interface fastEthernet 0/0.4
central(config-if)# encapsulation dot1Q 4
central(config-if)# ip address 192.168.4.1 255.255.255.0
exit
4. VERIFICACION DE VLANs
Para verificar las VLANs deberas poner este comando
sw1#show vlan brief
AUTOR: Aitor Sanchez Guinea (Bata)
No hay comentarios:
Publicar un comentario