Vous êtes sur la page 1sur 6

CONMUTACION Y ENRUTAMIENTO DE REDES

ALUMNO: NOEL SANTIAGO LEAL SEMESTRE 7 ISC GRUPO B UNIDAD 1 PROFESOR: JUAN MANUEL MATA SALAZAR

CREACION DE 4 VLAN USANDO CISCO PACKET TRACER

Admninistracion 100 Financieros 200 Almacen 300 Recursos humanos 400

1.- Como primer paso es hacer el diseo de las vlans con los equipos correspondientes, es decir 4 equipos para cada vlan y se puso etiquetas que nos indican que nodos o puertos se estn manejando y a cada computadora se le asigna un departamento de los 4 que son Administracin 100, Financieros 200, Almacn 300, Recursos humanos 400. 2.-Despues asignamos los 4 departamentos a cada switch para que pueda viajar la informacin en cada switch y haga el recorrido correspondiente,por medio de este cdigo se establece.

/// CREACION DE LOS DEPARTAMENTOS EN CADA STWICH !!!!!! Switch>enable Switch#vlan database % Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode. Switch(vlan)#vlan 100 name administracion //PRIMER VLAN DE ADMINIS VLAN 100 modified: Name: administracion
1 NOEL SANTIAGO LEAL ISC GRUPO B

Switch(vlan)#vlan 200 name financieros //SGUNDO VLAN 200 modified: Name: financieros Switch(vlan)#vlan 300 name almacen VLAN 300 modified: Name: almacen Switch(vlan)#vlan 400 name recursosh //CUARTO VLAN 400 modified: Name: recursosh Switch(vlan)# //AL ACABAR DOY EXI LUEGO EXIT DOS VECES //TERCERO

3.-En este paso se va asignar los puertos a utilizar en el switch como de acceso o troncal, esto se har para cada switch con el siguiente cdigo. Switch>enable Switch#configure t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#int fa0/1 Switch(config-if)#sw mode trunk

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

Switch(config-if)#int fa0/2 Switch(config-if)#sw mode trunk

2 NOEL SANTIAGO LEAL ISC GRUPO B

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up

Switch(config-if)#int fa0/3 Switch(config-if)#switchport access vlan 100 Switch(config-if)#int fa0/4 Switch(config-if)#switchport access vlan 200 Switch(config-if)#int fa0/5 Switch(config-if)#switchport access vlan 300 Switch(config-if)#int fa0/6 Switch(config-if)#switchport access vlan 400 Switch(config-if)# 4.-Despues ya abierto y asignados los puertos,asignamos ip computador como en la imagen. a cada

3 NOEL SANTIAGO LEAL ISC GRUPO B

Esto se har a cada computadora tomando en cuenta lo aprendido en la asignacin de ip a cada computador no es la misma. 5.- Despus de tener a todos los equipo con ip solo falta asignar una ip a cada switch, el primero se le asign la ip address de administracin, al segundo el de financieros y as consecutivamente. Switch>enable Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#int vlan 100

%LINK-5-CHANGED: Interface Vlan100, changed state to up Switch(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan100, changed state to up Switch(config-if)#int vlan 100 Switch(config-if)#ip address 192.168.2.1 255.255.255.0 Switch(config-if)#no shutdown Switch(config-if)#

Como se ve en el cdigo el 168.2 es el departamento de administracin si fuera financieros seria el nmero 3,aso fue como se asign la ip a cada switch.

Por ltimo se desactivaron los puertos que no se ocupara del switch por medio de este cdigo. Switch>enable Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface range fastEthernet 0/7-24 Switch(config-if-range)#shutdown
4 NOEL SANTIAGO LEAL ISC GRUPO B

Haciendo una prueba de envio de mensaje de un departamento a otro del mismo tipo por medio de un switch a otro se visualiza xitoso como se observa en la imagen.

ENVIO EXITOSO DE ALMACEN A ALMACEN EN CUALQUIER SWITCH A OTRO

5 NOEL SANTIAGO LEAL ISC GRUPO B

Vous aimerez peut-être aussi