0% found this document useful (0 votes)
28 views3 pages

PASO 2 - Configuración Básica de Los Routers: Host A

This document outlines the configuration of three hosts and three routers to connect their networks. It describes assigning each host an IP address on its respective network with the router interface as its default gateway. It also describes the basic configuration of each router by assigning IP addresses to their LAN-facing fastethernet and WAN-facing serial interfaces.

Uploaded by

Juan Woodard
Copyright
© Attribution Non-Commercial (BY-NC)
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)
28 views3 pages

PASO 2 - Configuración Básica de Los Routers: Host A

This document outlines the configuration of three hosts and three routers to connect their networks. It describes assigning each host an IP address on its respective network with the router interface as its default gateway. It also describes the basic configuration of each router by assigning IP addresses to their LAN-facing fastethernet and WAN-facing serial interfaces.

Uploaded by

Juan Woodard
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 3

PASO 1 - Configuracin de los Hosts

Host A IP: 192.168.1.2 Mscara: 255.255.255.0 Default Gateway: 192.168.1.1 Host B IP: 192.168.2.2 Mscara: 255.255.255.0 Default Gateway: 192.168.2.1 Host C IP: 192.168.3.2 Mscara: 255.255.255.0 Default Gateway: 192.168.3.1 Observaciones: El default gateway (puerta de enlace) para los hosts es la interfaz del router conectada a la red a la cual pertenece el host. En este caso es la FastEthernet 0/0 de cada router.

PASO 2 - Configuracin Bsica de los Routers


Router A Router>enable Router#config terminal

Router(config)#hostname RouterA RouterA(config)#interface fastethernet 0/0 RouterA(config-if)#ip address 192.168.1.1 255.255.255.0 RouterA(config-if)#no shutdown RouterA(config-if)#exit RouterA(config)#interface serial 0/0 RouterA(config-if)#ip address 10.0.0.2 255.0.0.0 RouterA(config-if)#no shutdown Router B Router>enable Router#config terminal Router(config)#hostname RouterB RouterB(config)#interface fastethernet 0/0 RouterB(config-if)#ip address 192.168.2.1 255.255.255.0 RouterB(config-if)#no shutdown RouterB(config-if)#exit RouterB(config)#interface serial 0/0 RouterB(config-if)#ip address 10.0.0.1 255.0.0.0 RouterB(config-if)#clock rate 56000 RouterB(config-if)#no shutdown RouterB(config-if)#exit RouterB(config)#interface serial 0/1 RouterB(config-if)#ip address 11.0.0.1 255.0.0.0 RouterB(config-if)#clock rate 56000

RouterB(config-if)#no shutdown Router C Router>enable Router#config terminal Router(config)#hostname RouterC RouterC(config)#interface fastethernet 0/0 RouterC(config-if)#ip address 192.168.3.1 255.255.255.0 RouterC(config-if)#no shutdown RouterC(config-if)#exit RouterC(config)#interface serial 0/1 RouterC(config-if)#ip address 11.0.0.2 255.0.0.0 RouterC(config-if)#no shutdown

You might also like