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

Configuración de Routers RIP

This document contains configurations for routers R1, R2, R3, and R4. The configurations set hostnames, IP addresses, and RIP routing for interfaces on each router, including serial and FastEthernet interfaces connecting the routers. The configurations are then copied to startup-config to make them permanent.

Uploaded by

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

Configuración de Routers RIP

This document contains configurations for routers R1, R2, R3, and R4. The configurations set hostnames, IP addresses, and RIP routing for interfaces on each router, including serial and FastEthernet interfaces connecting the routers. The configurations are then copied to startup-config to make them permanent.

Uploaded by

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

Configuracion de los router

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#no ip domain-lookup
R1(config)#int s0/0/0
R1(config-if)#ip address 10.1.1.1 255.255.255.252
R1(config-if)#clock rate 64000
R1(config-if)#exit
R1(config)#int f0/1
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config)#router rip
R1(config-router)#net 10.0.0.0
R1(config-router)#net 192.168.1.1
R1(config-router)#net 192.168.3.3
R1(config-router)#exit
R1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2>en
R2#config t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#no ip domain-lookup
R2(config)#int s0/0/0
R2(config-if)#ip address 10.1.1.2 255.255.255.252
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#int s0/0/1
R2(config-if)#ip address 10.2.2.2 255.255.255.252
R2(config-if)#clock rate 64000
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#router rip
R2(config-router)#net 10.0.0.0
R2(config-router)#net 192.168.1.1
R2(config-router)#net 192.168.3.1
R2(config-router)#exit
R2(config)#exit
R2#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
R3(config)#no ip domain-lookup
R3(config)#int s0/0/1
R3(config-if)#ip address 10.2.2.1 255.255.255.252
R3(config-if)#no shutdown
R3(config-if)#exit
R3(config)#int s0/0/0
R3(config-if)#ip address 10.3.3.1 255.255.255.252
R3(config-if)#clock rate 64000
R3(config-if)#no shutdown
R3(config-if)#exit
R3(config)#router rip
R3(config-router)#network 10.0.0.0
R3(config-router)#network 192.168.1.0
R3(config-router)#network 192.168.3.0
R3(config-router)#exit
R3#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R4
R4(config)#no ip domain-lookup
R4(config)#int s0/0/0
R4(config-if)#ip address 10.3.3.2 255.255.255.252
R4(config-if)#no shutdown
R4(config-if)#exit
R4(config)#int f0/1
R4(config-if)#ip address 192.168.3.1 255.255.255.0
R4(config-if)#no shutdown
R4(config-if)#exit
R4(config)#router rip
R4(config-router)#net 10.0.0.0
R4(config-router)#net 192.168.1.0
R4(config-router)#net 192.168.3.0
R4(config-router)#exit
R4#copy running-config s
R4#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

You might also like