Red en Packet Tracer 2018
Red en Packet Tracer 2018
Red en Packet Tracer 2018
LUCERO RAMIREZ A.
GRUPO TS-126
FICHA_1505461
TUTOR
DIEGO FERNANDO RODRIGUEZ MAPALLO
Contenido
DESARROLLO DEL CONTENIDO ........................................................................................................... 5
Configuraciónee GENERALES ............................................................................................ 10
3
INTRODUCCIÓN
OBJETIVOS
Seleccionar los elementos necesarios, en el entorno Lógico del simulador para realizar la
estructura de una red LAN
Realizar la configuración de los dispositivos de red tales como (switch, routers y Pc´s)
5
Nube (1)
DSL (1)
Router (1)
Switche (1)
AP (1)
Servidor (1)
PC(10)
Portátiles (5)
Impresora de red (1)
6
CONFIGURACION SWITE
Configuración de los parámetros de seguridad Switch, entrar a la terminal del PC
que está conectado el dispositivo.
7
S1(config)#banner motd #
Enter TEXT message. End with the character '#'.
ADVERTENCIA ACCESO RESTRINGIDO. SOLO PERSONAL AUTORIZADO
S1(config)#
S1#show running-config
Building configuration...
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface Vlan1
no ip address
shutdown
!
banner motd ^C
ADVERTENCIA ACCESO RESTRINGIDO. SOLO PERSONAL AUTORIZADO^C
!
!
!
line con 0
password cisc
login
10
!
line vty 0 4
login
line vty 5 15
login
!
!
!
end
Router>
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1 (Ponemos el nombre del dispositivo)
R1(config)#
R1(config-line)#exit
R1(config)#
Los banners son mensajes de advertencia que se muestran cuando alguien
quiera acceder
R1 (config)#banner motd #
Enter TEXT message. End with the character '#'.
Unauthorized access prohibited! #
R1(config)#
Configuración de las IP del ROUTER:
R1(config)#
R1(config)#int g0/0 (se ingresa el puerto q se va a config)
R1(config-if)#ip address 190.41.113.252 255.255.255.0 (se coloca la ip y su
mascara)
R1(config-if)#no shutdown (prende la interfaz)
R1(config-if)#int g0/1
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#exit
R1#
Mostrar configuraciones
R1#show running-config
Building configuration...
!
!
!
interface GigabitEthernet0/0
ip address 190.41.113.25 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.10.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd ^C ADVERTENCIA ACCESO RESTRINGIDO.PERSONAL TECNICO
AUTORIZADO
banner motd ^C
!
!
!
!
line con 0
exec-timeout 5 0
password 7 0822455D0A1606181C1B0D1739
logging synchronous
login
!
line aux 0
!
line vty 0 4
15
exec-timeout 5 0
password 7 0822455D0A1613030B1B0D1739
logging synchronous
login
!
!
!
end
Configuración servidor
Configurar un servidor para que este nos de los servicios que necesitemos en el
momento (DNS, DHCP, HTTP y Email).
16
17
CONFIGURACION IMPRESORA
CONFIGURACION LAPTOS
20
Para configurar el AP, o punto de acceso inalámbrico se hizo lo siguiente, se ingresa al dispositivo
haciendo clic sobre el mismo equipo
Luego aparecen los puertos del equipo, el. Port 0 es el cable enlaza el swiche con Acces point
Es el puerto de acceso a la red mediante cable par trenzado Utp, 5E o cat 6 etc
Si hace clic doble, ese puerto debe aparecer como en la siguiente imagen
Debe estar en full duplex, que es transmisión y recepción en ambas direcciones al mismo tiempo
Y half dúplex transmite y recibe en ambas direcciones pero no al mismo tiempo primero
transmitir espera un tiempo y luego recibe es como el sistema de los radios de la policía siga me
copia y espera respuesta, y una llamada por una line telefónica es full duplex
24
Ahora sigue configurar cada equipo móvil a esta red, Porque se perdió la conexión.
Luego sale este cuadro Continuar con clic doble el icono pc Wireless Aparece esta imagen
TABLA DE DIRRECIONAMIENTO
31
CONCLUSIONES
Configurar un Banner
Encriptar Passwords
Como guardar la Configuración
Configurar un hostname