0% found this document useful (0 votes)
26 views1 page

Enrutamiento Rip: Madrid

This document configures RIP routing between three routers named Rt_madrid, RT_Toledo, and RT_Avila. It configures interface and RIP settings on each router to establish connectivity between LANs 192.168.1.0, 192.168.2.0, and 192.168.3.0 over serial links 10.0.0.0, 11.0.0.0, and 12.0.0.0. Interface IP addresses and RIP network statements are configured on each router to enable dynamic routing updates between the networks.
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)
26 views1 page

Enrutamiento Rip: Madrid

This document configures RIP routing between three routers named Rt_madrid, RT_Toledo, and RT_Avila. It configures interface and RIP settings on each router to establish connectivity between LANs 192.168.1.0, 192.168.2.0, and 192.168.3.0 over serial links 10.0.0.0, 11.0.0.0, and 12.0.0.0. Interface IP addresses and RIP network statements are configured on each router to enable dynamic routing updates between the networks.
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/ 1

ENRUTAMIENTO RIP

MADRID
Router>ENABLE
Router#configure terminal
Router(config)#hostname Rt_madrid

Rt_madrid(config)#interface fa0/0
Rt_madrid(config-if)#no shutdown
Rt_madrid(config-if)#ip address 192.168.1.1 255.255.255.0
Rt_madrid(config-if)#exit

Rt_madrid(config)#interface s0/0/0
Rt_madrid(config-if)#no shutdown
Rt_madrid(config-if)#ip address 10.0.0.1 255.0.0.0
Rt_madrid(config-if)#clock rate 4000000
Rt_madrid(config-if)#exit

Rt_madrid(config)#interface s0/0/1
Rt_madrid(config-if)#no shutdown
Rt_madrid(config-if)#ip address 12.0.0.2 255.0.0.0
Rt_madrid(config-if)#exit

#Enrutado RIP
Rt_madrid(config)#ROUTER RIP
Rt_madrid(config-router)#NETWORK 192.168.1.0
Rt_madrid(config-router)#NETWORK 10.0.0.0
Rt_madrid(config-router)#NETWORK 12.0.0.0
Rt_madrid(config-router)#EXIT

TOLEDO
Router>enable
Router#configure terminal
Router(config)#hostname RT_Toledo

RT_Toledo(config)#interface fa0/0
RT_Toledo(config-if)#no shutdown
RT_Toledo(config-if)#ip address 192.168.2.1 255.255.255.0
RT_Toledo(config-if)#exit

RT_Toledo(config)#interface s0/0/0
RT_Toledo(config-if)#no shutdown
RT_Toledo(config-if)#ip address 10.0.0.2 255.0.0.0
RT_Toledo(config-if)#exit
RT_Toledo(config)#interface s0/0/1
RT_Toledo(config-if)#no shutdown
RT_Toledo(config-if)#ip address 11.0.0.1 255.0.0.0
RT_Toledo(config-if)#clock rate 4000000
RT_Toledo(config-if)#exit

#Enrutado RIP
RT_Toledo(config)#router rip
RT_Toledo(config-router)#network 192.168.2.0
RT_Toledo(config-router)#network 10.0.0.0
RT_Toledo(config-router)#network 11.0.0.0
RT_Toledo(config-router)#exit
RT_Toledo(config)#

AVILA
Router>enable
Router#configure terminal
Router(config)#hostname RT_Avila

RT_Avila(config)#interface fa0/0
RT_Avila(config-if)#no shutdown
RT_Avila(config-if)#ip address 192.168.3.1 255.255.255.0
RT_Avila(config-if)#exit

RT_Avila(config)#interface s0/0/1
RT_Avila(config-if)#no shutdown
RT_Avila(config-if)#ip address 11.0.0.2 255.0.0.0
RT_Avila(config-if)#exit

RT_Avila(config)#interface s0/0/0
RT_Avila(config-if)#no shutdown
RT_Avila(config-if)#ip address 12.0.0.1 255.0.0.0
RT_Avila(config-if)#clock rate 4000000
RT_Avila(config-if)#exit

#Enrutado RIP

RT_Avila(config)#ROUTER RIP
RT_Avila(config-router)#NETWORK 192.168.3.0
RT_Avila(config-router)#NETWORK 11.0.0.0
RT_Avila(config-router)#NETWORK 12.0.0.0

You might also like