0% found this document useful (0 votes)
48 views2 pages

Router 1: Serial3/0

The document describes the configuration of two routers, Router0 and Router1. Router0 is configured with interfaces to connect to networks 10.0.0.0, 30.0.0.0, and 192.168.1.0. Router1 is configured with interfaces to connect to networks 172.16.0.0 and 192.168.1.0. DHCP pools are created on Router0 to serve addresses to networks 10.0.0.0 and 30.0.0.0, and static routes are configured to route between the networks.

Uploaded by

An Baz Sa
Copyright
© © All Rights Reserved
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)
48 views2 pages

Router 1: Serial3/0

The document describes the configuration of two routers, Router0 and Router1. Router0 is configured with interfaces to connect to networks 10.0.0.0, 30.0.0.0, and 192.168.1.0. Router1 is configured with interfaces to connect to networks 172.16.0.0 and 192.168.1.0. DHCP pools are created on Router0 to serve addresses to networks 10.0.0.0 and 30.0.0.0, and static routes are configured to route between the networks.

Uploaded by

An Baz Sa
Copyright
© © All Rights Reserved
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/ 2

ROUTER 1

Router1(config)#interface Serial3/0
Router1(config-if)#ip address 192.168.1.2 255.255.255.252
Router1(config-if)# no shutdown
Router1(config-if)#exit

Router1(config)#interface FastEthernet0/0
Router1(config-if)#ip address 172.16.0.1 255.255.254.0
Router1(config-if)# no shutdown
Router1(config-if)#exit

Rutas
Router1(config)#ip route 10.0.0.0 255.255.252.0 serial 3/0
Router1(config)#ip route 30.0.0.0 255.255.255.248 serial 3/0

ROUTER 0

Router0(config)#interface FastEthernet0/0
Router0(config-if)#ip address 10.0.0.1 255.255.252.0
Router0(config-if)# no shutdown
Router0(config-if)#exit

Router0(config)#interface FastEthernet1/0
Router0(config-if)#ip address 30.0.0.1 255.255.255.248
Router0(config-if)# no shutdown
Router0(config-if)#exit

Router0(config)#interface Serial2/0
Router0(config-if)#ip address 192.168.1.1 255.255.255.252
Router0(config-if)#clock rate 64000
Router0(config-if)# no shutdown
Router0(config-if)#

CREANDO DHCP

1° CREAR POOL DE DIRECCIONES


Router0(config)#ip dhcp pool Red_1
Router0(dhcp-config)#default-router 10.0.0.1
Router0(dhcp-config)#network 10.0.0.0 255.255.252.0
Router0(dhcp-config)#exit

Router0(config)#ip dhcp pool Red_2


Router0(dhcp-config)#default-router 30.0.0.1
Router0(dhcp-config)#network 30.0.0.0 255.255.255.248
Router0(dhcp-config)#exit
2°DETERMINAR DIRECCIONES NO ASIGNABLES EXCLUIDAS
Router0(config)#ip dhcp excluded-address 10.0.0.1
Router0(config)#ip dhcp excluded-address 30.0.0.1

Una vez realizado esto, volver a la configuración de las interfaces e introducir el siguiente
comando:

Router0(config)#interface FastEthernet0/0
Router0(config-if)#ip helper-address 10.0.0.1
Router0(config-if)#exit

Router0(config)#interface FastEthernet1/0
Router0(config-if)#ip helper-address 30.0.0.1
Router0(config-if)#exit

Rutas
Router0(config)#ip route 172.16.0.0 255.255.254.0 serial 2/0

PC-0

PC-1

PC-2

You might also like