Vous êtes sur la page 1sur 8

VLSM/CIDR

185.46.0.0/16bits
.113

.97
10 host

.98

.65
20 host

.66

.114

2 host

.1
50 host

.11

.1
130 host

.11

.1
500 host

.1
1000 host

.11

.11

Para realizar este proceso de subneteo se procede a verificar cual de


dichas redes es la ms alta hasta bajar al menor por ejemplo.
Numero
de host
1000H
500H
130H
50H
20H
10H
2H

Mascara de sub red


con sus bits
255.255.252.0/22
255.255.254.0/23
255.255.255.0/24
255.255.255.192/26
255.255.255.224/27
255.255.255.240/28
255.255.255.252/30

Numero de subred
185.46.0.0
185.46.4.0
185.46.6.0
185.46.7.0
185.46.7.64
185.46.7.96
185.46.7.112

Proceso de sacado de informacin de la subred 185.46.0.0/16


Un pequeo ejemplo:
1000 host:
185.46.0.0
255.255.0.0
11111111.11111111.00000000.0000000 --- bits
Utilizando el la ecuacin
Se resta menos 2 por lo de la subred y el brodcast
2h -2
210 -2 = 1024 -2 =1022 host
Los 1022 est dentro del rango que se desea.
Bit seria para los host prestados son 10
Original: 11111111.11111111.00000000.00000000
Cambiado: 11111111.11111111.11111100.00000000 bit de host
Mask:
255.255.0.0
Bits: 128 64 32 16 8 4 2 1.128 64 32 16 8 4 2 1
Se convierte en:
En bits seria
11111111.11111111.11111100.00000000
Se suma los verdes en el tercer octeto
128 64 32 16 8 4 = 252
Sacamos con los bits anteriores
Seria:
255.255.11111100.00000000
255.255.252.0

Ya teniendo en cuenta los factores de configuracion seria


Configuracion dela primera subred con ,10,20,50 en linea de comando.

10 host
enable
configure terminal
interface ethernet 1/0
ip adress 185.46.7.97 255.255.255.240
no shutdown
exit

20 host
enable
configure terminal
interface ethernet 2/0
ip adress 185.46.7.65 255.255.255.224
no shutdown
exit

50 host
enable
configure terminal
interface ethernet 3/0
ip adress 185.46.7.1 255.255.255.192
no shutdown
exit

Configuracion en los seriales


Interface serial 0/0
ip adress 185.46.7.113 255.255.255.252
clock rate 64000
no shutdown
exit

Configuracion de rip v2

router rip
version 2
network 185.46.7.0
end
wr

Configuracion de la segunda subred 1000,500,130 host en linea de comando


1000 host
enable
configure terminal
interface ethernet 1/0
ip adress 185.46.6.1 255.255.255.0
no shutdown
exit

500 host
enable
configure terminal
interface ethernet 3/0
ip adress 185.46.0.1 255.255.252.0
no shutdown
exit

130 host
enable
configure terminal
interface ethernet 2/0
ip adress 185.46.4.1 255.255.254.0
no shutdown
exit

Configureacion en los seriales


Interface serial 0/0
ip adress 185.46.7.114 255.255.255.252
no shutdown
exit

Configuracion de rip v2

router rip
version 2
network 185.46.0.0
network 185.46.7.112
end
wr

Vous aimerez peut-être aussi