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

De acuerdo con el siguiente gráfico de red y usando dirección de red privada de

clase B completar la tabla usando VLSM.

EMPRESA BUSTAMANTE INC.

Sucursal Cantidad
Prefijo
Router de Dirección de Dirección de
de Máscara de Red Rango de direcciones de host
Host /IP Red broadcast
máscara
RGuayaqui 2100
/20 255.255.240.0 172.16.0.0 172.16.0.1 – 172.16.15.254 172.16.15.255
l
RManta 1300
/21 255.255.248.0 172.16.16.0 172.16.16.1 – 172.16.23.254 172.16.23.255
RMachala 500
/23 255.255.254.0 172.16.24.0 172.16.24.1. – 172.16.25.254 172.16.25.255
RCuenca 120
/25 255.255.255.128 172.16.26.0 172.16.26.1 – 172.16.26.126 172.16.26.127
GYE-MTA 2 172.16.26.129 –
/30 255.255.255.252 172.16.26.128 172.16.26.131
172.16.26.130
MTA-MLA 2 172.16.26.133 –
/30 255.255.255.252 172.16.26.132 172.16.26.135
172.16.26.134
MLA-CUE 2 172.16.26.137 –
/30 255.255.255.252 172.16.26.136 172.16.26.139
172.16.26.138
R2>enable
R2#configure terminal
R2(config)#router rip
R2(config-router)#version 2
R2(config-router)#network 200.1.1.0
R2(config-router)#network 200.2.2.0
R2(config-router)#network 192.168.20.0

RouterA#show ip route
Codes: 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
       i - IS-IS, su - IS-IS summary, 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/24 is subnetted, 1 subnets


C       172.16.1.0 is directly connected, FastEthernet0/0
     10.0.0.0/24 is subnetted, 2 subnets
R       10.2.2.0 [120/1] via 10.1.1.2, 00:00:16, Serial0/0
C       10.1.1.0 is directly connected, Serial0/0
R    192.168.1.0/24 [120/2] via 10.1.1.2, 00:00:16, Serial0/0

R1# show ip route rip


! The same lines of legend show up here – removed for brevity
R       10.2.2.0 [120/1] via 10.1.1.2, 00:00:16, Serial0/0
R    192.168.1.0/24 [120/2] via 10.1.1.2, 00:00:16, Serial0/0
RouterA#show ip protocols
Routing Protocol is "rip"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Sending updates every 30 seconds, next due in 15 seconds
  Invalid after 180 seconds, hold down 180, flushed after 240
  Redistributing: rip
  Default version control: send version 2, receive version 2
    Interface             Send  Recv  Triggered RIP  Key-chain
    FastEthernet0/0       2     2
    Serial0/0             2     2
  Automatic network summarization is in effect
  Maximum path: 4
  Routing for Networks:
    10.0.0.0
    172.16.0.0
  Routing Information Sources:
    Gateway         Distance      Last Update
    10.1.1.2             120      00:00:24
  Distance: (default is 120)

You might also like