0% found this document useful (0 votes)
71 views7 pages

Manejo de Redes Mrde-02

The document describes the configuration of a basic wireless network. It includes instructions to configure a router and switch to connect 3 PCs, set the SSID and security settings on the wireless router, and test connectivity between the devices. Basic settings like IP addresses, VLANs, and passwords are specified. The configuration is then cleared to return the devices to default settings.

Uploaded by

ERI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views7 pages

Manejo de Redes Mrde-02

The document describes the configuration of a basic wireless network. It includes instructions to configure a router and switch to connect 3 PCs, set the SSID and security settings on the wireless router, and test connectivity between the devices. Basic settings like IP addresses, VLANs, and passwords are specified. The configuration is then cleared to return the devices to default settings.

Uploaded by

ERI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

MANEJO DE REDES MRDE-02

NOMBRES: CITLALLI MONTES COLOHUA / ERIKA RAMOS MARTINEZ


MÒDULO: MANEJO DE REDES
SIGLEMA: MRDE-02
DOCENTE: ROSA EDITH MARTINEZ HERNANDEZ
RESULTADO DE APRENDIZAJE: 2.1
NOMBRE DE LA PRÀCTICA: CONFIGURACIÓN BÁSICA DE UNA RED
INALÁMBRICA BAJO PROCEDIMIENTO.
NÙM DE PRÀCTICA: 4
FECHA DE REALIZACIÒN: MARTES 18 DE ABRIL DEL 2018
SESIONES: 1
HORAS: 2
CARRERA: INFORMÀTICA

CITLALLI MONTES COLOHUA / ERIKA RAMOS MARTINEZ 606-INFO


MANEJO DE REDES MRDE-02

1: Cargue las configuraciones de R1

Router>enable
Router#config
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#interface FastEthernet0/1
R1(config-if)#ip address 172.17.10.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
R1(config-if)#exit
R1(config)#interface FastEthernet0/1
R1(config-if)#interface FastEthernet0/1.10
R1(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/1.10, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1.10, changed state to up
R1(config-subif)#ip address 172.17.10.1 255.255.255.0
% Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q,
or ISL vLAN.
R1(config-subif)#exit
R1(config)#interface FastEthernet0/1.20
R1(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/1.20, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1.20, changed state to up
R1(config-subif)#ip address 172.17.20.1 255.255.255.0
% Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q,
or ISL vLAN.
R1(config-subif)#exit
R1(config)#interface FastEthernet0/1.88
R1(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/1.88, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1.88, changed state to up
R1(config-subif)#ip address 172.17.88.1 255.255.255.0
% Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q,
or ISL vLAN.
R1(config-subif)#exit
R1(config)#exit
R1#
%SYS-5-CONFIG_I: Configured from console by console
R1#v

CITLALLI MONTES COLOHUA / ERIKA RAMOS MARTINEZ 606-INFO


MANEJO DE REDES MRDE-02

2- Cargue las configuraciones de S2


Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname S2
S2(config)#interface FastEthernet0/5
S2(config-if)#no shutdown
S2(config-if)#exit
S2(config)#interface FastEthernet0/7
S2(config-if)#switchport access vlan 88
S2(config-if)#no shutdown
S2(config-if)#exit
S2(config)#interface FastEthernet0/11
S2(config-if)#switchport access vlan 20
S2(config-if)#no shutdown
S2(config-if)#exit
S2(config)#interface FastEthernet0/18
S2(config-if)#switchport access vlan 88
S2(config-if)#no shutdown
S2(config-if)#exit
S2(config)#
S2#
%SYS-5-CONFIG_I: Configured from console by console

Configurar opciones en la ficha Setup de Linksys


Establezca el tipo de conexión a internet en Static IP
Configure la dirección IP de la VLAN 88, la máscara de subred y el Gateway predeterminado para
WRS2
*establezca la internet IP address
*establezca la subnet Mask
*establezca el Default Gateway

CITLALLI MONTES COLOHUA / ERIKA RAMOS MARTINEZ 606-INFO


MANEJO DE REDES MRDE-02

Configura los parámetros IP del router


*establezca la dirección IP y la máscara de subred
*para DHCP Server Setting, asegúrese de que el servidor este Enable
Guarde las configuraciones
Configurar opciones en la ficha Wireless de Linksys
*establezca el nombre de la red (SSID)
*haga clic en la ficha Wireless
*en Network Name (SSID), vuelve a nombrar la red desde linksys hasta
WRS_LAN_number donde numero es un ID único asignado por su instructor
correspondiente a su número de grupo
Haga clic en Save Settings
Establezca el modo de seguridad
*haga clic en Wireless Security. Esta opción se encuentra junto a Basic
Wireless Settings en la ficha Wireless principal.
*Cambie el security Mode de Disable a WEP

*con la encriptación predeterminada de 40/64. Bit, establezca Key1 en


1234567890
*haga clic en Save Settings

CITLALLI MONTES COLOHUA / ERIKA RAMOS MARTINEZ 606-INFO


MANEJO DE REDES MRDE-02

Configurar opciones en la ficha de administration de Linksys


*establezca la contraseña del router
*haga clic en la ficha administration
*en management, en router Access, cambie la contraseña del router a
cisco123. Vuelva a ingresar la misma contraseña para confirmar
Habilite la administacion remota

*en la sección de remote Access, establezca remote management en enable


*haga clic en settings

CITLALLI MONTES COLOHUA / ERIKA RAMOS MARTINEZ 606-INFO


MANEJO DE REDES MRDE-02

Configurar opciones en la ficha security de linksys


*permita las solicitudes anónimas de internet
*haga clic en la ficha security
*en internet filter, quite la marca de filter Anonymous Internet Requeete
*haga clic en save settings

Pruebe la conectividad
*haga ping a la interfaz LAN/inalámbrica de WRS2
*en la PC3, haga clic en inicio ejecutar
*escriba cmd y seleccione abrir
*en el símbolo de sistema escriba ping (la dirección IP)
Haga ping a la PC1 y a la PC2 desde la PC3
*en el símbolo de sistema escriba ping (la dirección IP) para hacer ping a la
pc1
*repita en la dirección de la PC2

CITLALLI MONTES COLOHUA / ERIKA RAMOS MARTINEZ 606-INFO


MANEJO DE REDES MRDE-02

Borrar la configuración
*borre la configuración de WRS navegando a la página de Administration,
seleccione la ficha factory defaults y haga clic en el botón restore all settings

Topología Packet Tracer

CITLALLI MONTES COLOHUA / ERIKA RAMOS MARTINEZ 606-INFO

You might also like