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

5.6.1 Practica1

The document contains configuration commands for three routers (R1, R2, and R3) including hostname settings, password configurations, and interface IP address assignments. Each router is set up with RIP routing for specific networks. The configurations also include enabling password encryption and disabling IP domain lookup.
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)
24 views2 pages

5.6.1 Practica1

The document contains configuration commands for three routers (R1, R2, and R3) including hostname settings, password configurations, and interface IP address assignments. Each router is set up with RIP routing for specific networks. The configurations also include enabling password encryption and disabling IP domain lookup.
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

ROUTER R1

ena
conf t
hostname R1
enable secret class
banner motd 'Buenos dias'
line con 0
password cisco
login
line vty 0 15
password cisco
service password-encryption
no ip domain-lookup
interface gig0/0
ip add 192.168.1.1 255.255.255.0
no sh
interface se0/1/0
ip add 192.168.2.1 255.255.255.0
no sh
route rip
network 192.168.1.0
network 192.168.1.0
end
copy run start

ROUTER R2
ena
conf t
hostname R2
enable secret class
banner motd 'Buenos dias'
line con 0
password cisco
login
line vty 0 15
password cisco
service password-encryption
no ip domain-lookup
interface gig0/0
ip add 192.168.3.1 255.255.255.0
no sh
interface se0/1/0
ip add 192.168.2.2 255.255.255.0
no sh
interface se0/1/1
ip add 192.168.4.2 255.255.255.0
no sh
route rip
network 192.168.2.0
network 192.168.3.0
network 192.168.4.0
end
copy run start

ROUTER R3
ena
conf t
hostname R3
enable secret class
banner motd 'Buenos dias'
line con 0
password cisco
login
line vty 0 15
password cisco
service password-encryption
no ip domain-lookup
interface gig0/0
ip add 192.168.5.1 255.255.255.0
no sh
interface se0/1/0
ip add 192.168.4.1 255.255.255.0
no sh
route rip
network 192.168.4.0
network 192.168.5.0
end
copy run start

You might also like