0% found this document useful (0 votes)
45 views7 pages

Respuestas Practica Unidad 4.6.1 PDF

This document contains configuration details for three routers - BRANCK1, HQ, and BRANCK2. BRANCK1 and HQ are connected via a serial link and both are configured with RIP routing to exchange routes for their loopback interfaces and connected networks. HQ is also connected to BRANCK2 via a serial link and both routers exchange routes for their loopback interfaces and connected networks using RIP routing.

Uploaded by

Albert Espinosa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views7 pages

Respuestas Practica Unidad 4.6.1 PDF

This document contains configuration details for three routers - BRANCK1, HQ, and BRANCK2. BRANCK1 and HQ are connected via a serial link and both are configured with RIP routing to exchange routes for their loopback interfaces and connected networks. HQ is also connected to BRANCK2 via a serial link and both routers exchange routes for their loopback interfaces and connected networks using RIP routing.

Uploaded by

Albert Espinosa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Tabla de Enrutamiento

Configuracion Router BRANCK1

Enable
configure terminal
hostname BRANCK1
no ip domain-lookup
line console 0
Enable Secret Class
Enable Password Cisco
login
exit
!
line vty 0 4
password cisco
login
exit
!
interface serial0/0/0
ip address 10.10.10.254 255.255.255.252
clock rate 64000
no shut
exit
!
interface loopback0
ip address 192.168.1.1 255.255.255.0
!
interface loopback1
ip address 192.168.2.1 255.255.255.0
no shutdown
exit
!

router rip
network 10.10.10.0
network 192.168.0.0
end
Configuracion Router HQ

Enable
configure terminal
hostname BRANCK1
no ip domain-lookup
line console 0
Enable Secret Class
Enable Password Cisco
login
exit
!
line vty 0 4
password cisco
login
exit
!
interface serial0/0/0
ip address 10.10.10.253 255.255.255.252
clock rate 64000
no shut
exit
!
interface serial0/0/1
ip address 172.16.100.1 255.255.255.252
clock rate 64000
no shut
exit
!
interface loopback0
ip address 192.168.4.1 255.255.255.0
no shutdown
exit
!
interface loopback1
ip address 192.168.5.1 255.255.255.0
no shutdown
exit
!
interface loopback2
ip address 192.168.6.1 255.255.255.0
no shutdown
exit

router rip
network 192.168.0.0
network 10.10.10.0
network 172.16.0.0
end

Configuracion Router BRANCK2

Enable
configure terminal
hostname BRANCK2
no ip domain-lookup
line console 0
Enable Secret Class
Enable Password Cisco
login
exit
!
line vty 0 4
password cisco
login
exit
!
interface serial0/0/1
ip address 172.16.100.2 255.255.255.252
clock rate 64000
no shut
exit
!
interface loopback0
ip address 192.168.7.1 255.255.255.0
no shutdown
exit
!
interface loopback1
ip address 192.168.8.1 255.255.255.0
no shutdown
exit
!
interface loopback2
ip address 192.168.9.1 255.255.255.0
no shutdown
exit

router rip
network 172.16.0.0
network 192.168.0.0

You might also like