Ccna3
Switch>enable Ingresa modo enable
Password:
Switch#
Switch# disable Sale del modo enable
Switch #config t Ingresa modo Configuracion Global
Switch (config)#interface _________ Tipo de interface
Switch (config)#interface vlan ____ Configura Vlan
Switch (config-if)#ip address ____ip add_______ ____mask_______ Programa Vlan
Switch (config-if)#noshutdown Levanta la interfaz
Switch (config)#interface fastethernet____ Ingresa a interface
Switch (config-if)#switchport mode access Asocia la Vlan con el puerto
Switch (config-if)#switchport access vlan __ Habilita la Vlan en la interface
Switch (config-if)#end
Switch# copy running-config startup-config Guarda la configuracion
Switch (config)#interface fastethernet____ Ingresa ainterface
Switch (config-if)# mls qos trust cos Prioriza el trafico de voz
Switch (config-if)# switchport voice vlan __ Habilita Vlan de vos
Switch (config-if)#switchport mode access Membresia para la Vlan
Switch (config-if)#switchport access vlan __ Habilita la Vlan en la interface
Switch (config)#interface fastethernet____ Ingresa a interface
Switch (config-if)#switchport mode trunkDefine la interfaz como Troncal
Switch (config-if)#switchport trunk native vlan __ Configura Vlan __ como nativa
Switch (config-if)#end
Switch #show interfaces switchport Verifica si Vlan Ntiva se configure correctamente
Switch (config-if)#switchport mode dynamic auto Notifica q el Puerto puede ser troncal pero no cambia
Switch (config-if)#switchport mode dynamic desirable
Notifica q elPuerto puede ser troncal y solicita q este Puerto cambie a troncal tambien.
Switch (config)# vlan ____ Agrega 1 Vlan
Switch (config)# name Asigna un nombre e esta Vlan
Switch (config)# vlan 100,102,105-107 Crea multiples Vlans
Switch #show vlan brief Muestra Vlans y su estado
Switch #show vlan id Muestra Vlan especifica por su ID
Switch #show vlan name Muestra Vlanespecifica por su Nombre
Switch #show vlan summary Muestra resumen de informacion de Vlans
Switch #show interfaces _id_ switchport Muestra Puerto fisico y canal de Puerto en la interface
Switch #show interfaces vlan _id_ switchport Identifica la Vlan
Switch (config)#interface fastethernet____
Switch (config-if)# no switchport access vlan __ Deshabilita la Vlan en la interface
Switch(config)# no vlan __ Elimina la Vlan
Switch #delete flash:vlan.dat Borra el archive complete de Vlans
Switch (config)#interface fastethernet____ Ingresa a interface
Switch (config-if)#no switchport trunk allowed vlan Reestablece todas las Vlan configuradas en la troncal
Switch (config-if)#no switchport trunk native vlan Reestablece Vlan nativa como Vlan 1
Switch (config-if)#switchportmode access Reestablece el Puerto en modo de acceso estatico
Switch (config)#interface fastethernet____
Switch (config-if)# switchport access trunk allowed vlan add ___
Switch (config-if)# switchport access trunk allowed vlan ___, ___
Para que el tráfico de una VLAN se transmita por un enlace troncal
Switch #show interfaces trunk Muestra los puertos de enlace troncal, para ver problemasSwitch (config)# ip default-gateway Programa gateway
Switch #show running-config Muestra configuracion actual en ejecucion
Switch #show ip interface brief Muestra un resumen de las interfaces
Switch (config)#interface fastethernet____ Ingresa a interface
Switch (config-if)#duplex auto Configura modo duplex (full duplex)
Switch (config-if)#speed auto Activa velocidadautomatica
Switch (config)# ip http authentication enable Activa autenticacion para servidor HTTP
Switch (config)# ip http server Activa el servidor http
Switch #show mac-address-table Muestra table de direcciones MAC
Switch (config)#mac-address-table static ___MAC___ vlan {___, ALL} interface ____
Crea asignacion estatica en la tabla MAC
Switch (config)#no mac-address-table static...
Regístrate para leer el documento completo.