ARSI PCL02 202010b

Descargar como pdf o txt
Descargar como pdf o txt
Está en la página 1de 5

ADMINISTRACION DE REDES Y SEGURIDAD DE LA INFORMACION

PRACTICA CALIFICADA DE LABORATORIO 02


INSTRUCCIONES

▪ Desarrollar la practica calificada de forma individual, grabar la implementación con el nombre


ARSI-PCL0220_Apellidos. Adicionalmente, guardar la configuración en un archivo de texto.
▪ Al terminar, empaquetar los archivos de solución y enviar al correo: [email protected], con
el asunto: ARSI-PCL02.

ESCENARIO

El administrador de red le ha encargado que implemente listas de control de acceso según las
siguientes directivas:

1. El host 172.16.0.94/28 no debe tener acceso a la red 172.16.0.32/27 (3ptos.)


2. La red 172.16.0.64/28 no debe tener acceso a la red 172.16.0.32/27 (3ptos.)
3. La PC10 es la computadora del administrador de red y es el único host que debe tener acceso
remoto a los tres routers y al switch de capa 3. (6ptos.)
4. Sólo los usuarios de las VLANs 10 y 30 deben tener acceso FTP al servidor FTP. (4ptos.)
5. Sólo los usuarios de las VLANs 10, 20 y 40 deben tener acceso WEB al servidor WEB. (4ptos.)

TOPOLOGIA

TABLA DE DIRECCIONAMIENTO IP

MASCARA DE PUERTA DE
DISPOSITIVO INTERFAZ IP ASIGNADO
SUBRED ENLACE
S0/0/0 172.16.0.129 255.255.255.252 NC
RPRINCIPAL
S0/0/1 172.16.0.133 255.255.255.252 NC
RA G0/1.100 172.16.0.97 255.255.255.240 NC
G0/1.200 172.16.0.113 255.255.255.240 NC
S0/0/0 172.16.0.130 255.255.255.252 NC
G0/0 172.16.0.141 255.255.255.252 NC
RB G0/1 172.16.0.137 255.255.255.252 NC
S0/0/1 172.16.0.134 255.255.255.252 NC
G0/1 172.16.0.138 255.255.255.252 NC
VLAN 10 172.16.0.1 255.255.255.224 NC
MSB VLAN 20 172.16.0.33 255.255.255.224 NC
VLAN 30 172.16.0.65 255.255.255.240 NC
VLAN 40 172.16.0.81 255.255.255.240 NC
FTP NIC 172.16.0.110 255.255.255.240 172.16.0.97
WEB NIC 172.16.0.126 255.255.255.240 172.16.0.113
DNS NIC 172.16.0.142 255.255.255.252 172.16.0.141
PC10 NIC 172.16.0.30 255.255.255.224 172.16.0.1
PC20 NIC 172.16.0.62 255.255.255.224 172.16.0.33
PC30 NIC 172.16.0.78 255.255.255.240 172.16.0.65
PC40 NIC 172.16.0.94 255.255.255.240 172.16.0.81

CONFIGURACION DE SWITCHES Y ROUTERS

RPrincipal
enable
configure terminal
hostname RPrincipal
interface s0/0/0
ip address 172.16.0.129 255.255.255.252
no shutdown
exit
interface s0/0/1
ip address 172.16.0.133 255.255.255.252
clock rate 128000
no shutdown
exit
router rip
version 2
no auto-summary
network 172.16.0.128
network 172.16.0.132
exit

RA
enable
configure terminal
hostname RA
interface s0/0/0
ip address 172.16.0.130 255.255.255.252
clock rate 128000
no shutdown
exit
interface g0/1.100
encapsulation dot1q 100
ip address 172.16.0.97 255.255.255.240
no shutdown
exit
interface g0/1.200
encapsulation dot1q 200
ip address 172.16.0.113 255.255.255.240
no shutdown
exit
interface g0/1
no shutdown
exit
router rip
version 2
no auto-summary
network 172.16.0.128
network 172.16.0.96
network 172.16.0.112
exit

RB
enable
configure terminal
hostname RB
interface s0/0/1
ip address 172.16.0.134 255.255.255.252
no shutdown
exit
interface g0/0
ip address 172.16.0.141 255.255.255.252
no shutdown
exit
interface g0/1
ip address 172.16.0.137 255.255.255.252
no shutdown
exit
router rip
version 2
no auto-summary
network 172.16.0.132
network 172.16.0.136
network 172.16.0.140
exit

MSB1
enable
configure terminal
hostname MSB1
vlan 10
vlan 20
vlan 30
vlan 40
exit
interface vlan 10
ip address 172.16.0.1 255.255.255.224
no shutdown
exit
interface vlan 20
ip address 172.16.0.33 255.255.255.224
no shutdown
exit
interface vlan 30
ip address 172.16.0.65 255.255.255.240
no shutdown
exit
interface vlan 40
ip address 172.16.0.81 255.255.255.240
no shutdown
exit
ip routing
interface g0/1
no switchport
ip address 172.16.0.138 255.255.255.252
no shutdown
exit
router rip
version 2
no auto-summary
network 172.16.0.0
network 172.16.0.32
network 172.16.0.64
network 172.16.0.80
network 172.16.0.136
exit

SwA1
enable
configure terminal
hostname SwA1
vlan 100
vlan 200
exit
interface range f0/1-12
switchport mode access
switchport access vlan 100
exit
interface range f0/13-24
switchport mode access
switchport access vlan 200
exit
interface range g0/1
switchport mode trunk
exit

SwB1
enable
configure terminal
hostname SwB1
vlan 10
vlan 20
exit
interface range f0/1-12
switchport mode access
switchport access vlan 10
exit
interface range f0/13-24
switchport mode access
switchport access vlan 20
exit
interface range g0/1
switchport mode trunk
exit

SwB2
enable
configure terminal
hostname SwB1
vlan 30
vlan 40
exit
interface range f0/1-12
switchport mode access
switchport access vlan 30
exit
interface range f0/13-24
switchport mode access
switchport access vlan 40
exit
interface range g0/1
switchport mode trunk
exit

También podría gustarte