You are on page 1of 24

UNIVERSIDAD TÉCNICA DEL NORTE

FACULTAD DE INGENÍERIA EN CIENCAS APLICADAS

CARRERA DE INGENIERÍA EN ELECTRÓNICA Y REDES DE

COMUNICACIÓN

NETWORKING I
TEMA: CONFIGURACIONES BÁSICAS

AUTOR: LUIS ALEXANDER LIMA

DOCENTES: ING. FABIÁN CUZME


ING. SANTIAGO MENESES

13 DE NOVIEMBRE DEL 2018

1
INDICE
2. OBJETIVO GENERAL ............................................................................................................... 3
2.1. Objetivos específicos ..................................................................................................... 3
3. MARCO TEÓRICO ................................................................................................................... 3
3.1. IOS de cisco ................................................................................................................... 3
3.2. Switch ............................................................................................................................ 4
3.3. Router............................................................................................................................ 4
4. MATERIALES Y EQUIPOS ........................................................................................................ 5
4.1. Topología ....................................................................................................................... 5
4.2. Tabla de direccionamiento ............................................................................................ 5
5. PROCEDIMIENTO EXPERIMENTAL ......................................................................................... 6
6. RESULTADOS ....................................................................................................................... 20
7. CONCLUSIONES ................................................................................................................... 22
8. RECOMENDACIONES ........................................................................................................... 22

2
1. TITULO

Configuraciones básicas

2. OBJETIVO GENERAL
Realizar configuraciones básicas en los equipos.

2.1.Objetivos específicos

Entender la estructura del IOS.

Verificar la estructura de la línea de comandos.

Realizar verificaciones de funcionalidad básicas.

3. MARCO TEÓRICO
3.1.IOS de cisco

El IOS de cisco o también llamado Cisco Internetworking Operating System es un


Sistema operativo diseñado para interconexión de redes, tiene una arquitectura
desasociada del hardware lo cual permite ser adaptable a las tecnologías cambiantes. El
IOS de cisco se modela bajo una estructura jerárquica la cual permite controlar el acceso
y la funcionalidad de los equipos.

Ilustración 1. Estructura jerárquica

Cada texto que se ingresa sobre la línea de comandos debe tener un fin específico, por lo
cual es necesario entender primero la estructura bajo la cual se editan estas líneas.

3
Ilustración 2. Estructura del comando

3.2.Switch

Un Switch es un dispositivo de propósito especial diseñado para resolver problemas de


rendimiento en la red, debido a anchos de banda pequeños y embotellamientos.
El Switch puede agregar mayor ancho de banda, acelerar la salida de paquetes, reducir
tiempo de espera [1]

3.3.Router

Un Router es un dispositivo de red que se encarga de llevar por la ruta adecuada el tráfico.
Los Routers funcionan utilizando direcciones IP para saber a donde tienen que ir los
paquetes de datos no como ocurre en los Switchs. Gracias a estas direcciones, que son
únicas para cada máquina, este dispositivo puede conocer por donde debe enviar el
paquete. [2]

4
4. MATERIALES Y EQUIPOS
4.1.Topología

Ilustración 3. Topología de red

Cantidad Denominación Modelo; SW Versión; SW Image.

1 Router CISCO 1949/k9


2 Switch WS-C2960-24TT WS-
C2960-24TT
C2960-LANBASE-M
3 Laptop W10
2 PC W10
Tabla 1. Tabla de materiales

4.2.Tabla de direccionamiento
Máscara Gateway
de predeterminado
Dispositivo Interfaz Dirección IP subred
S1 VLAN 1 No aplicable No aplicable No aplicable
S2 VLAN 1 No aplicable No aplicable No aplicable
PC-A NIC 192.168.1.10 255.255.255.0 192.168.1.1
PC-B NIC 192.168.2.10 255.255.255.0 192.168.2.1
Router G0/0 192.168.1.1 255.255.255.0 No aplicable
Router G0/1 192.168.2.1 255.255.255.0 No aplicable
Tabla 2. Tabla direccionamiento

5
5. PROCEDIMIENTO EXPERIMENTAL

Dispositivos red Medios de conexión Puerto


s

Identificar los cables y puertos para usar en la red.

Ilustración 4. Entorno de trabajo

Ingresar a área de trabajo de Packet Tracer, identificar cada una de las herramientas que
vamos a necesitar para realizar la practica

Ilustración 5. Dispositivos y cables de conexión

Aquí se puede observar los diferentes dispositivos y medios de conexión con los cuales
podremos conectar los dispositivos

6
Ilustración 6. Puertos de los dispositivos

Aquí podemos observar los diferentes puertos con los que cuenta los dispositivos como
PC, Switch, Router

Realizar el cableado de una topología física de laboratorio.

Conectar los Escoger los puertos Topología Final


dispositivos

Ilustración 7. Topología de la red

Diseñar la topología establecida en el laboratorio

7
Introducir la información de dirección IP estática en la interfaz LAN de los hosts y
equipos cisco.

Configurar PC Configurar Router Configurar Router


puerto 0/0 puerto 0/1

Ilustración 8. Configurar la PC

Configurar la PC1 su número de IP

Ilustración 9. Pestaña desktop

Aparecerá una ventana y seleccionar Ip configuration

8
Ilustración 10. Colocar dirección Ip

Dirección Ip para la PC1


PC1 -> IP 192.168.1.10
Mascara de subred -> 255.255.255.0
Gateway -> 192.168.1.1

Dirección Ip para la PC2


PC1 -> IP 192.168.2.10
Mascara de subred -> 255.255.255.0
Gateway -> 192.168.2.1

Ilustración 11. Configurar Router

Ahora se configura el Router, se hace clic en el Router


Clic en la pestaña de CLI para entrar al modo comandos

9
Ilustración 12. Configurar por consola

Configurar el Router G0/0


Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface G
Router(config)#interface GigabitEthernet 0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed
state to up
Router(config-if)#exit
Router(config)#exit
Router con0 is now available
Press RETURN to get started.

Configurar el Router G0/1

Router>
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface G

10
Router(config)#interface GigabitEthernet 0/1
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#
state to up
Router(config-if)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#exit
Router con0 is now available
Press RETURN to get started.

Verificar que las PC puedan comunicarse por medio de comando ping.

Comando ping Conexión establecida

Ilustración 13. Interfaz PC0

Se ingresa en la PC0 y luego en la tercera pestaña de Deskotp y luego escogemos


Command prompt

11
Ilustración 14. Ping PC0 a PC1

Si se pudo establecer una conexión entre la PC0 y PC1

Configurar Switch, Router con nombre de host, mensaje de inicio de sesión, y


contraseña.

Configurar Router Configurar Switch 1


Configurar Switch 2
nombre, mensaje de nombre, mensaje de nombre, mensaje de
inicio, contraseña inicio, contraseña
inicio, contraseña

Ilustración 15. Configuraciones Extras del Router

Cambiar de nombre
Para cambiar el nombre del Router se o hace mediantes el código

Router>enable
Router#configure terminal

12
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Alex
Alex(config)#exit
Alex#
%SYS-5-CONFIG_I: Configured from console by console
Alex#exit
Alex con0 is now available
Press RETURN to get started.
Alex>

Mensaje bienvenida

Alex>enable
Alex#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Alex(config)#banner motd #
Enter TEXT message. End with the character '#'.
--------------------------------------------
-------Bienvenido Router____________________
------------------------____________________
#
Alex(config)#exit
Alex#
%SYS-5-CONFIG_I: Configured from console by console
Alex#exit
Alex con0 is now available
Press RETURN to get started.
--------------------------------------------
-------Bienvenido Router____________________
------------------------____________________
Alex>

13
Contraseña

Alex>enable
Alex#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Alex(config)#enable password cisco
Alex(config)#do show runn
Building configuration...
hostname Alex
!
!
!
enable password cisco
Alex(config)#do wr
Building configuration...
[OK]
Alex(config)#
Alex(config)#exit
Alex#
%SYS-5-CONFIG_I: Configured from console by console
Alex#reload
Proceed with reload? [confirm]
Press RETURN to get started!
--------------------------------------------
-------Bienvenido Router____________________
------------------------____________________
Alex>enable
Password:
Alex#

14
Ilustración 16. Configuraciones Extras del Switch 1

Cambiar el nombre del Switch

Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Sw_Alex
Sw_Alex(config)#exit
Sw_Alex#
%SYS-5-CONFIG_I: Configured from console by console
Sw_Alex#exit
Sw_Alex con0 is now available
Press RETURN to get started.
Sw_Alex>

Mensaje bienvenida

Sw_Alex>enable
Sw_Alex#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Sw_Alex(config)#banner motd #
Enter TEXT message. End with the character '#'.
-------------------------------------------
-------Bienvenido Switch1------------------

15
-------------------------------------------
#
Sw_Alex(config)#exit
Sw_Alex#
%SYS-5-CONFIG_I: Configured from console by console
Sw_Alex#exit
Sw_Alex con0 is now available
Press RETURN to get started.
-------------------------------------------
-------Bienvenido Switch1------------------
-------------------------------------------
Sw_Alex>

Contraseña

Sw_Alex>enable
Sw_Alex#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Sw_Alex(config)#enable password cisco
Sw_Alex(config)#do show runn
Building configuration...

Current configuration : 1249 bytes


!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Sw_Alex
!
enable password cisco
!
!

16
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
interface FastEthernet0/1
!
Sw_Alex(config)#do wr
Building configuration...
[OK]
Sw_Alex(config)#exit
Sw_Alex#
%SYS-5-CONFIG_I: Configured from console by console
Sw_Alex#reload
Proceed with reload? [confirm]
Press RETURN to get started!
-------------------------------------------
-------Bienvenido Switch1------------------
-------------------------------------------
Sw_Alex>enable
Password:
Sw_Alex#

17
Ilustración 17. Configuraciones Extras del Switch 2

Cambiar el nombre

Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Sw_Alex2
Sw_Alex2(config)#exit
Sw_Alex2#
%SYS-5-CONFIG_I: Configured from console by console
Sw_Alex2#exit
Sw_Alex2 con0 is now available
Press RETURN to get started.
Sw_Alex2>

Mensaje bienvenida

Sw_Alex2>enable
Sw_Alex2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Sw_Alex2(config)#banner motd #
Enter TEXT message. End with the character '#'.
--------------------------------------------
------Bienvenido Switch 2-------------------

18
--------------------------------------------
#
Sw_Alex2(config)#exit
Sw_Alex2#
%SYS-5-CONFIG_I: Configured from console by console
Sw_Alex2#exit
Sw_Alex2 con0 is now available
Press RETURN to get started.
--------------------------------------------
------Bienvenido Switch 2-------------------
--------------------------------------------
Sw_Alex2>

Contraseña

Sw_Alex2>enable
Sw_Alex2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Sw_Alex2(config)#enable password cisco
Sw_Alex2(config)#do show runn
Building configuration...
Current configuration : 1253 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Sw_Alex2
!
enable password cisco
!
!
!

19
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
interface FastEthernet0/1
!
Sw_Alex2(config)#do wr
Building configuration...
[OK]
Sw_Alex2(config)#exit
Sw_Alex2#
%SYS-5-CONFIG_I: Configured from console by console
Sw_Alex2#reload
Proceed with reload? [confirm]
Press RETURN to get started!
--------------------------------------------
------Bienvenido Switch 2-------------------
--------------------------------------------
Sw_Alex2>enable
Password:
Sw_Alex2#

6. RESULTADOS
Verificar datos básicos del equipo como el mensaje de bienvenida, nombre de equipo y
contraseña de los equipos

20
Ilustración 18. Configuraciones del Router

Todas las configuraciones establecidas en el laboratorio se pueden observar en la


imagen

Ilustración 19. Configuraciones del Switch 1

Todas las configuraciones establecidas en el laboratorio se pueden observar en la


imagen

21
Ilustración 20. Configuraciones del Switch 2

Todas las configuraciones establecidas en el laboratorio se pueden observar en la


imagen

7. CONCLUSIONES

 Para conectar dispositivos iguales se necesita un cable cruzado y para


dispositivos diferentes cable directo
 Esta herramientas es muy importante para simular como se conforma un red
 Las configuraciones de los dispositivos se pueden hacerlas por medio gráficas y
por consola

8. RECOMENDACIONES

 Es muy importante conocer los comandos para configurar los dispositivos


 La tabla de direcciones es muy importante tomar en cuenta para que la red
funcione correctamente
 Verificar que las conexiones estén bien realizados en los puertos
correspondientes
9. BIBLIOGRAFÍA

[1] E. Barrientos Sevilla y E. Ariganello, Redes CISCO : Guía de estudio para la certificación
CCNP, alfaomega, 2011.

[2] M. A. González Pérez, Redes locales (Nivel básico), Bogotá: Ecoe Ediciones, 2009.

22
CONSULTA

 ¿Cómo desactivar la búsqueda de dominio?

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#no ip domain-lookup
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#iny
Translating "iny"
% Unknown command or computer name, or unable to find computer address
Router#

 ¿Banner y nombre a los dispositivos?

 Banner motd

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#banner motd #
Enter TEXT message. End with the character '#'.
-----------------------------------------------
----------Networking 1-------------------------
-----------------------------------------------
#
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#exit
Router con0 is now available
Press RETURN to get started.

23
-----------------------------------------------
----------Networking 1-------------------------
-----------------------------------------------
Router>

 Nombre dispositivos

Router> enable
Router# configure terminal
Router(config)#hostname Alex
Alex(config)#exit
Alex#exit
Alex>

24

You might also like