Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Practica redes inalambricas

Red Principal 21.0.0.0/16

255.255.255.0

Sub redes 3:

21.0.1.0/24
21.0.2.0/24
21.0.3.0/24

Dominio nombre:steven

Switch 1:
Enable
config terminal
hostname switch1
enable secret john7
service password-encryption
ip domain-name steven
username admin privilege 15 secret johnc7
crypto key generate rsa
1024
line vty 0 15
login local
transport input ssh
line console 0
pass johnc7
login
end

Switch 2:
Enable
config terminal
hostname switch2
enable secret john7
service password-encryption
ip domain-name steven
username admin privilege 15 secret johnc7
crypto key generate rsa
1024
line vty 0 15
login local
transport input ssh
line console 0
pass johnc7
login
end

Router 1:
Enable
config terminal
hostname router1
enable secret john7
service password-encryption
ip domain-name steven
username admin privilege 15 secret johnc7
crypto key generate rsa
1024
line vty 0 15
login local
transport input ssh
line console 0
pass johnc7
login
end

Router 2:
Enable
config terminal
hostname router2
enable secret john7
service password-encryption
ip domain-name steven
username admin privilege 15 secret johnc7
crypto key generate rsa
1024
line vty 0 15
login local
transport input ssh
line console 0
pass johnc7
login
end

creacion subredes:
Router 1 (medio)

enable
configure t
interface G0/0
ip add 21.0.1.1 255.255.255.0
no shutdown
interface G0/1
ip add 21.0.2.1 255.255.255.0
no shutdown
interface serial0/3/0
clock rate 128000
ip add 21.0.3.1 255.255.255.0
no shutdown
end

Router 2 (derecha)
enable
config t
interface serial0/3/0
clock rate 128000
ip add 21.0.3.2 255.255.255.0
no shutdown
end

You might also like