martes, 29 de septiembre de 2015

RED LAN





La configuración de los routers son los siguientes:

router1
interface fastethernet 0/0
ip address 26.0.0.1 255.255.192.0
no shutdown
exit
interface fastethernet 0/1
ip address 26.0.64.1 255.255.192.0
no shutdown
exit
ip dhcp excluded-address 26.0.0.1 26.0.0.10
ip dhcp pool rh
network 26.0.0.0 255.255.192.0
default-router 26.0.0.1
dns- server 8.8.8.8
exit
line vty 0 4
password eliot
login
exit
enable ´password jamir
ip route 26.0.128.0. 255.255.240.0 26.0.64.2
exit


router 2
interface fastethernet 0/0
ip address 26.0.64.2 255.255.192.0
no shutdown
exit
interface fastethernet 0/1
ip address 26.0.128.1 255.255.240.0
no shutdown
exit
ip dhcp excluded-address 26.0.128.1 26.0.128.10
ip dhcp pool fina
network 26.0.128.0 255.255.240.0
default-router 26.0.128.1
dns-server 8.8.8.8
exit
ip dhcp excluded-address 26.0.64.1 26.0.64.10
ip dhcp pool admi
network 26.0.64.0 255.255.192.0
default-router 26.0.64.1
dns-server 8.8.8.8
exit
line vty 0 4
password eliot
login
exit
enable password jamir
ip route 26.0.0.0. 255.255.192.0 26.0.64.1
exit

La imagen de la red es la siguiente:




No hay comentarios:

Publicar un comentario