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

UNIVERSIDAD NACIONAL DE INGENIERÍA

FACULTAD DE INGENIERÍA ELÉCTRICA Y ELECTRÓNICA

Informe final
3er laboratorio LabTEL 3

20141245D - PAJUELO VILLANUEVA, MIGUEL ANGEL

LABORATORIO DE TELECOMUNICACIONES III


Miguel Pajuelo Villanueva LabTEL 3

1. Tópicos
Realizar la comunicación entre redes de manera dinámica, usaremos OSPF de área única.

Figura 1: Escenario 1

2. Laboratorio
El escenario planteado es el siguiente:

Figura 2: Escenario

En el interior de cada sucursal, establecer la configuración adecuada para que las PC’s de
diferentes VLAN’s puedan interconectarse (revisar los anteriores informes).

Enrutar las redes usando el protocolo OSPF.


o s p f r o u t e r −i d 1 0 . 1 0 5 . 0 . 0
area 0
network 1 0 . 1 0 5 . 1 0 . 0 0 . 0 . 0 . 2 5 5
network 1 0 . 1 0 5 . 2 0 . 0 0 . 0 . 0 . 2 5 5
quit
quit

UNIVERSIDAD NACIONAL DE INGENIERÍA 2019-1


Miguel Pajuelo Villanueva LabTEL 3

Muestre la tabla de información de vecinos OSPF. Documente y explique:


[ Huawei ] d i s p l a y o s p f r o u t i n g

OSPF P r o c e s s 1 with Router ID 1 0 . 1 0 5 . 0 . 0


Routing T a b l e s

Routing f o r Network
Destination Cost Type NextHop AdvRouter Area
10.105.10.0/24 1 Stub 10.105.10.1 10.105.0.0
0.0.0.0
10.105.20.0/24 1 Stub 10.105.20.1 10.105.0.0
0.0.0.0

T o t a l Nets : 2
I n t r a Area : 2 I n t e r Area : 0 ASE : 0 NSSA : 0

Observamos que mediante la tabla de OSPF, vemos las interfaces por donde el router
hace forwarding a cada paquete llegado. También vemos que se usó área única y el costo
1 para ambos enlaces.

3. Comandos usados
Switch principal
system−view
v l a n 10
quit
v l a n 20
quit
i n t e r f a c e g0 /0/10
p o r t l i n k −type trunk
p o r t trunk a l l o w −p a s s v l a n 10 20
quit
i n t e r f a c e g0 /0/7
p o r t l i n k −type a c c e s s
p o r t default v l a n 10
quit
i n t e r f a c e g0 /0/8
p o r t l i n k −type a c c e s s
p o r t default v l a n 10
quit
i n t e r f a c e g0 /0/23
p o r t l i n k −type trunk
p o r t trunk a l l o w −p a s s v l a n 20
quit
i n t e r f a c e g0 /0/24
p o r t l i n k −type trunk
p o r t trunk a l l o w −p a s s v l a n 20
quit
i n t e r f a c e v l a n 10
ip address 10.105.10.2 255.255.255.0
undo shutdown
quit
i n t e r f a c e v l a n 20
ip address 10.105.20.2 255.255.255.0
quit
quit
save

UNIVERSIDAD NACIONAL DE INGENIERÍA 2019-1


Miguel Pajuelo Villanueva LabTEL 3

Switch secundario
system−view
v l a n 20
quit
i n t e r f a c e g0 /0/23
p o r t l i n k −type trunk
p o r t trunk a l l o w −p a s s v l a n 20
quit
i n t e r f a c e g0 /0/24
p o r t l i n k −type trunk
p o r t trunk a l l o w −p a s s v l a n 20
quit
i n t e r f a c e g0 /0/7
p o r t l i n k −type a c c e s s
p o r t default v l a n 20
quit
i n t e r f a c e g0 /0/8
p o r t l i n k −type a c c e s s
p o r t default v l a n 20
quit
i n t e r f a c e v l a n 20
ip address 10.105.20.3 255.255.255.0
undo shutdown
quit
quit
save

Router
system−view
i n t e r f a c e g0 /0/1
undo shutdown
quit
i n t e r f a c e g0 / 0 / 1 . 1 0
dot1q t e r m i n a t i o n v i d 10
ip address 10.105.10.1 255.255.255.0
undo shutdown
quit
i n t e r f a c e g0 / 0 / 1 . 2 0
dot1q t e r m i n a t i o n v i d 20
ip address 10.105.20.1 255.255.255.0
undo shutdown
quit
o s p f r o u t e r −i d 1 0 . 1 0 5 . 0 . 0
area 0
network 1 0 . 1 0 5 . 1 0 . 0 0 . 0 . 0 . 2 5 5
network 1 0 . 1 0 5 . 2 0 . 0 0 . 0 . 0 . 2 5 5
quit
quit
quit
save

UNIVERSIDAD NACIONAL DE INGENIERÍA 2019-1

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