Está en la página 1de 12

UNIVEESIDAD PRIVADA ANTENOR ORREGO

FACULTAD DE INGENIERÍA - ELECTRÓNICA

DOCENTE: OVIDIO RAMOS

INTEGRANTES:
-CRUZ RODRIGUEZ JHORVI
-ORDOÑEZ TARRILLO JEYSON
-PORTILLA GONZALEZ YTALO FELIX
-ROSALES GUANILLO SERGIO

2023
RESUMEN COMANDO:
enable

configure terminal

hostname SW-1

enable secret class

no ip domain-lookup

line console 0

password cisco

login

line vty 0 15

password cisco

login

end

copy running-config startup-config

Switch conf

conf t

interface vlan 1

ip add 192.168.1.1 255.255.255.0

no shutdown

exit

ip default-gateway 192.168.10.1

end
Conf router

enable

configure terminal

hostname R1

enable secret class

banner motd %

BUEN DIA MUCHACHOS!!!!!

--------%

line console 0

password cisco

login

logging synchronous

exit

line vty 0 4

password cisco

login

Interface Gigabit

interface g0/1

description default gateway for LAN 2

ip add 192.168.10.4 255.255.255.0

no shutdown

exit

ip default-gateway 192.168.10.1

end
INPLEMENTACION EN FISICO DE LA CLASE
IMÁGENES:
Configuración Segundo Panel:
Configuración De las PCW

Configuración de las Gigabit Ethernet


Configuración del Reuter 1
Configuración del Switch
IMPLEMENTACION EN CISCO

También podría gustarte