Essays.club - Ensayos gratis, notas de cursos, notas de libros, tareas, monografías y trabajos de investigación
Buscar

Configuración equipos

Enviado por   •  8 de Agosto de 2022  •  Exámen  •  866 Palabras (4 Páginas)  •  204 Visitas

Página 1 de 4

Contenido

Apartado 0: Configuración equipos        3

Red Verde        3

Red Amarilla        3

R4        4

PC7        4

R2        4

R3        4

PC1        4

R1        5

R5        5

R7        5

PC6        5

R6        5

Apartado 3: VLAN        6

R6        6

Apartado 4: Configurar DHCP        7

R6        7

Apartado 2: Configurar dominio RIP y ruta hacia internet        8

R4        8

R2        8

R3        8

R1        8

R5        8

R7        9

R6        9

Apartado 5: Configurar NAT en R1 para traducir 10.0.0.0/8        10

R1        10

Apartado 6: Configurar ACL para red 70 y 90 hosts        11

R3        11

R4        11

Apartado 7: Red verde estática        12

R3        12

R2        12

R1        12

R4        12

Apartado 8: Acceso switch asignándole una IP        13

Configuración básica:        13

SWA        13

Configuración para acceder desde fuera:        14

R1        14

Apartado 0: Configuración equipos

Red Verde:

90 > 70 > 2 > 2 > 2

[pic 1]

Red Amarilla

300 > 190 > 130 > 2

[pic 2]

R4:

R4>enable R4#conf t

R4(config)#interface gig0/1

R4(config-if)#ip address 192.168.0.1 255.255.255.128 R4(config-if)#no sh

R4(config-if)#interface se0/0/1

R4(config-if)#ip address 192.168.1.1 255.255.255.252 R4(config-if)#no sh

PC7:[pic 3]

R2:

R2>enable R2#conf t

R2(config)#interface se 0/0/1

R2(config-if)#ip address 192.168.1.2 255.255.255.252 R2(config-if)#no sh

R2(config-if)#interface se 0/1/0

R2(config-if)#ip address 192.168.1.5 255.255.255.252 R2(config-if)#no sh

R2(config-if)#interface se 0/0/0

R2(config-if)#ip address 192.168.1.9 255.255.255.252 R2(config-if)#no sh

R3:

R3>enable R3#conf t

R3(config)#interface se 0/0/0

R3(config-if)#ip address 192.168.1.6 255.255.255.252 R3(config-if)#no sh

R3(config-if)#interface gig0/1

R3(config-if)#ip address 192.168.0.129 255.255.255.128 R3(config-if)#no sh

PC1:[pic 4]

R1:

R1>enable R1#conf t

R1(config)#interface se 0/0/0

R1(config-if)#ip address 192.168.1.10 255.255.255.252 R1(config-if)#no sh

R1(config)#interface se0/0/1

R1(config-if)#ip address 10.0.4.1 255.255.255.252

R1(config-if)#no sh

R5:

R5>enable R5#conf t

R5(config)#interface se 0/0/0

R5(config-if)#ip address 10.0.4.2 255.255.255.252 R5(config-if)#no sh

R5(config-if)#interface gig0/1

R5(config-if)#ip address 10.0.3.3 255.255.255.0 R5(config-if)#no sh

R7:

R7>enable R7#conf t

R7(config)#interface gig0/0

R7(config-if)#ip address 10.0.3.2 255.255.255.0 R7(config-if)#no sh

R7(config-if)#interface gig0/1

R7(config-if)#ip address 10.0.2.1 255.255.255.0 R7(config-if)#no sh

PC6:[pic 5]

R6:

R6>enable R6#conf t

Enter configuration commands, one per line. End with CNTL/Z. R6(config)#interface gig0/0

R6(config-if)#ip address 10.0.3.1 255.255.255.0 R6(config-if)#no sh

Apartado 3: VLAN

R6:

R6>enable R6#conf t

R6(config)#interface GigabitEthernet0/1.10 R6(config-subif)#encapsulation dot1Q 10

R6(config-subif)#ip address 10.0.0.1 255.255.255.128 R6(config-subif)#interface gig0/1.20

R6(config-subif)#encapsulation dot1Q 20

R6(config-subif)#ip address 10.0.0.129 255.255.255.128 R6(config-subif)#interface gig0/1.30

R6(config-subif)#encapsulation dot1Q 30

R6(config-subif)#ip address 10.0.1.1 255.255.255.128 R6(config-subif)#interface gig0/1.40

R6(config-subif)#encapsulation dot1Q 40

R6(config-subif)#ip address 10.0.1.129 255.255.255.128

Apartado 4: Configurar DHCP

R6:

R6>enable R6#conf t

R6(config)#ip dhcp pool LAN_1

R6(dhcp-config)#network 10.0.0.0 255.255.255.128

R6(dhcp-config)#default-router 10.0.0.1

R6(dhcp-config)#dns-server 213.4.17.33 R6(dhcp-config)#ip dhcp pool LAN_2

R6(dhcp-config)#network 10.0.0.128 255.255.255.128

R6(dhcp-config)#default-router 10.0.0.129

R6(dhcp-config)#dns-server 213.4.17.33 R6(dhcp-config)#ip dhcp pool LAN_3

R6(dhcp-config)#network 10.0.1.0 255.255.255.128

R6(dhcp-config)#default-router 10.0.1.1

R6(dhcp-config)#dns-server 213.4.17.33 R6(dhcp-config)#ip dhcp pool LAN_4

R6(dhcp-config)#network 10.0.1.128 255.255.255.128

R6(dhcp-config)#default-router 10.0.1.129

R6(dhcp-config)#dns-server 213.4.17.33 R6(dhcp-config)#end

Comprobamos DHCP y conectividad…

[pic 6][pic 7]

Apartado 2: Configurar dominio RIP y ruta hacia internet

R4:

R4(config)#router rip R4(config-router)#v 2

R4(config-router)#network 192.168.0.0

R4(config-router)#network 192.168.1.0 R4(config-router)#no auto-summary

R2:

R2>en R2#conf t

R2(config)#rou ri R2(config-router)#v 2

R2(config-router)#net 192.168.1.0 R2(config-router)#no auto-summary

R3:

R3>en R3#conf t

R3(config)#ro ri R3(config-router)#v 2

R3(config-router)#net 192.168.0.0

R3(config-router)#net 192.168.1.0 R3(config-router)#no auto-summary

R1:

R1>en R1#conf t R1(config)#ro r

...

Descargar como  txt (7.3 Kb)   pdf (218.7 Kb)   docx (147.2 Kb)  
Leer 3 páginas más »
Disponible sólo en Essays.club