Вы находитесь на странице: 1из 15

Practica #6

Diseo e implementacin de un esquema VLSM

Integrantes:
Karen Alarcn
Rafael Suquinahua
Topologa

1era Parte:
Completar el esquema de Direcciones VLSM
Descripcin de la
Subred

Cantidad
de Host
Necesarios

Direccin de
Red/CIDR

1era Direccin
de Host

Direccin de
Broadcast

HQ G0/0

16000

172.16.128.0 /18

172.16.128.1

172.16.191.255

HQ G0/1

8000

172.16.192.0 /19

172.16.192.1

172.16.223.255

BR1 G0/1

4000

172.16.224.0 /20

172.16.224.1

172.16.239.255

BR1 G0/0

2000

172.16.240.0 /21

172.16.240.1

172.16.247.255

BR2 G0/1

1000

172.16.248.0 /22

172.16.248.1

172.16.251.255

BR2 G0/0

800

172.16.252.0 /23

172.16.252.1

172.16.253.255

HQ S0/0/0 BR1 S0/0/1

172.16.254.0 /30

172.16.254.1

172.16.254.3

HQ S0/0/1 BR2 S0/0/1

172.16.254.4 /30

172.16.254.5

172.16.254.7

BR1 S0/0/1 BR2 S0/0/0 2


172.16.254.8 /30 172.16.254.9
Completar la tabla de direcciones de interfaces de dispositivos.

172.16.254.11

Dispositivo

HQ

BR1

BR2

Interfaz

Direccin IP

Mascara de
Subred

Interfaz de
Dispositivo

G 0/0

172.16.128.1

255.255.192.0

Lan: 16000 Host

G 0/1

172.16.192.1

255.255.224.0

Lan: 8000 Host

S 0/0/0

172.16.254.1

255.255.255.252

BR1 S0/0/0

S 0/0/1

172.16.254.5

255.255.255.252

BR2 S0/0/1

G 0/0

172.16.240.1

255.255.248.0

Lan: 2000 Host

G 0/1

172.16.224.1

255.255.240.0

Lan: 4000 host

S 0/0/0

172.16.254.2

255.255.255.252

HQ S0/0/0

S 0/0/1

172.16.254.9

255.255.255.252

BR2 S0/0/0

G 0/0

172.16.252.1

255.255.254.0

Lan: 500 host

G 0/1

172.16.248.1

255.255.252.0

Lan: 1000 host

S 0/0/0

172.16.254.10

255.255.255.252

BR1 S0/0/1

S 0/0/1

172.16.254.6

255.255.255.252

HQ S0/0/1

ROUTER HQ
HQ#show run
Building configuration...
Current configuration : 1177 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname HQ
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
username admin privilege 15 secret 5 $1$mERr$vTbHul1N28cEp8lkLqr0f/
username monitoreo privilege 5 secret 5 $1$mERr$YWBjyix9xTRBr/9YX/qL80
!
!

license udi pid CISCO1941/K9 sn FTX1524S4XU


!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
description CONEXION HQ LAN1
ip address 172.16.128.1 255.255.192.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
description CONEXION HQ LAN2
ip address 172.16.192.1 255.255.224.0
duplex auto
speed auto
!
interface Serial0/1/0
description CONEXION WAN AL ROUITER BR1
ip address 172.16.254.1 255.255.255.252
!
interface Serial0/1/1
description CONEXION WAN AL ROUTER BR2
ip address 172.16.254.5 255.255.255.252
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 172.16.0.0
no auto-summary
!
ip classless
!
ip flow-export version 9

!
!
!
!
!
!
!
line con 0
exec-timeout 5 0
login local
!
line aux 0
!
line vty 0 4
exec-timeout 5 0
login local
!
!
!
end
HQ#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 13 subnets, 8 masks
C 172.16.128.0/18 is directly connected, GigabitEthernet0/0
L 172.16.128.1/32 is directly connected, GigabitEthernet0/0
C 172.16.192.0/19 is directly connected, GigabitEthernet0/1
L 172.16.192.1/32 is directly connected, GigabitEthernet0/1
R 172.16.224.0/20 [120/1] via 172.16.254.2, 00:00:18, Serial0/1/0
R 172.16.240.0/21 [120/1] via 172.16.254.2, 00:00:18, Serial0/1/0
R 172.16.248.0/22 [120/1] via 172.16.254.6, 00:00:00, Serial0/1/1
R 172.16.252.0/23 [120/1] via 172.16.254.6, 00:00:00, Serial0/1/1
C 172.16.254.0/30 is directly connected, Serial0/1/0
L 172.16.254.1/32 is directly connected, Serial0/1/0
C 172.16.254.4/30 is directly connected, Serial0/1/1
L 172.16.254.5/32 is directly connected, Serial0/1/1
R 172.16.254.8/30 [120/1] via 172.16.254.6, 00:00:00, Serial0/1/1
[120/1] via 172.16.254.2, 00:00:18, Serial0/1/0
HQ#

ROUTER BR1

BR1#show run
Building configuration...
Current configuration : 1175 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname BR1
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
username admin privilege 15 secret 5 $1$mERr$vTbHul1N28cEp8lkLqr0f/
username monitoreo privilege 5 secret 5 $1$mERr$YWBjyix9xTRBr/9YX/qL80
!
!
license udi pid CISCO1941/K9 sn FTX1524M3RI
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
description CONEXION BR1 LAN1
ip address 172.16.240.1 255.255.248.0

duplex auto
speed auto
!
interface GigabitEthernet0/1
description BR1 LAN2
ip address 172.16.224.1 255.255.240.0
duplex auto
speed auto
!
interface Serial0/1/0
description CONEXION WAN AL HQ
ip address 172.16.254.2 255.255.255.252
clock rate 64000
!
interface Serial0/1/1
description CONEXION WAN AL BR2
ip address 172.16.254.9 255.255.255.252
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 172.16.0.0
no auto-summary
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
exec-timeout 5 0
login local
!
line aux 0
!
line vty 0 4
exec-timeout 5 0
login local
!
!
!
end
BR1#show ip route

Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP


D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 13 subnets, 8 masks
R 172.16.128.0/18 [120/1] via 172.16.254.1, 00:00:13, Serial0/1/0
R 172.16.192.0/19 [120/1] via 172.16.254.1, 00:00:13, Serial0/1/0
C 172.16.224.0/20 is directly connected, GigabitEthernet0/1
L 172.16.224.1/32 is directly connected, GigabitEthernet0/1
C 172.16.240.0/21 is directly connected, GigabitEthernet0/0
L 172.16.240.1/32 is directly connected, GigabitEthernet0/0
R 172.16.248.0/22 [120/1] via 172.16.254.10, 00:00:22, Serial0/1/1
R 172.16.252.0/23 [120/1] via 172.16.254.10, 00:00:22, Serial0/1/1
C 172.16.254.0/30 is directly connected, Serial0/1/0
L 172.16.254.2/32 is directly connected, Serial0/1/0
R 172.16.254.4/30 [120/1] via 172.16.254.10, 00:00:22, Serial0/1/1
[120/1] via 172.16.254.1, 00:00:13, Serial0/1/0
C 172.16.254.8/30 is directly connected, Serial0/1/1
L 172.16.254.9/32 is directly connected, Serial0/1/1
ROUTER BR2
BR2#show run
Building configuration...
Current configuration : 1196 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname BR2
!
!
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
!
!
!
!
no ip cef
no ipv6 cef
!

!
!
username admin privilege 15 secret 5 $1$mERr$vTbHul1N28cEp8lkLqr0f/
username monitoreo privilege 5 secret 5 $1$mERr$YWBjyix9xTRBr/9YX/qL80
!
!
license udi pid CISCO1941/K9 sn FTX1524TH6C
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
description CONEXION BR2-LAN1
ip address 172.16.252.1 255.255.254.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
description CONEXION BR2 LAN2
ip address 172.16.248.1 255.255.252.0
duplex auto
speed auto
!
interface Serial0/1/0
description CONEXION WAN AL BR1
ip address 172.16.254.10 255.255.255.252
clock rate 64000
!
interface Serial0/1/1
description CONEXION WAN A HQ
ip address 172.16.254.6 255.255.255.252
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2

network 172.16.0.0
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
exec-timeout 5 0
login local
!
line aux 0
!
line vty 0 4
exec-timeout 5 0
login local
!
!
!
End
BR2#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 13 subnets, 8 masks
R 172.16.128.0/18 [120/1] via 172.16.254.5, 00:00:01, Serial0/1/1
R 172.16.192.0/19 [120/1] via 172.16.254.5, 00:00:01, Serial0/1/1
R 172.16.224.0/20 [120/1] via 172.16.254.9, 00:00:04, Serial0/1/0
R 172.16.240.0/21 [120/1] via 172.16.254.9, 00:00:04, Serial0/1/0
C 172.16.248.0/22 is directly connected, GigabitEthernet0/1
L 172.16.248.1/32 is directly connected, GigabitEthernet0/1
C 172.16.252.0/23 is directly connected, GigabitEthernet0/0
L 172.16.252.1/32 is directly connected, GigabitEthernet0/0
R 172.16.254.0/30 [120/1] via 172.16.254.9, 00:00:04, Serial0/1/0
[120/1] via 172.16.254.5, 00:00:01, Serial0/1/1
C 172.16.254.4/30 is directly connected, Serial0/1/1
L 172.16.254.6/32 is directly connected, Serial0/1/1
C 172.16.254.8/30 is directly connected, Serial0/1/0
L 172.16.254.10/32 is directly connected, Serial0/1/0

BR2#
PINES

Parte 5.
Conclusin, especificando cules son los resultados de aprendizaje que
lograron alcanzar al finalizar la prctica.
Que rip versin 1 no funciona porque no utiliza vlsm.

Вам также может понравиться