Taller 2 A

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

NEYCER ANCHUNDIA -383

TALLER PARCIAL 2

1. Acceso desde Webterm-1 al servidor FTP de EMPRESA-1


2. Acceso desde Webterm-2 al servidor WWW de EMPRESA-1

2. Configuración de los Routers: I4, C1 y C2

>>>>>>>::::::::::C1:::::::::::<<<<<<<<<<<<<<<

conf t

int e0/0
ip add 200.10.10.254 255.255.255.252

no shut

exit

int e0/1

ip add 192.168.10.1 255.255.255.0

no shut

exit

router rip

version 2

no auto-summary

network 192.168.10.0

network 200.10.10.252

exit

/////no ip route 192.168.150.0 255.255.255.0 200.10.10.253

>>>>>>>::::::::::C2:::::::::::<<<<<<<<<<<<<<<

conf t

int e0/0

ip add 200.10.10.250 255.255.255.252

no shut

exit

int e0/1

ip add 172.20.55.1 255.255.255.0

no shut

exit

router ospf 10

router-id 1.1.1.1

network 172.20.55.0 0.0.0.255 area 0

network 200.10.10.248 0.0.0.255 area 0

exit
>>>>>>>::::::::::I4:::::::::::<<<<<<<<<<<<<<<

conf t

int e0/0

ip add 200.10.10.253 255.255.255.252

no shut

exit

int e0/1

ip add 200.10.10.249 255.255.255.252

no shut

exit

int e0/2

ip add 200.10.10.245 255.255.255.252

no shut

exit

int e0/3

ip add 10.10.2.1 255.255.255.0

no shut

exit

int e1/0

ip add 10.10.8.1 255.255.255.0

no shut

exit

int e1/1

ip add 10.10.5.1 255.255.255.0

no shut

exit

router rip

version 2

no auto-summary
network 200.10.10.252

red ospf 10 metric 3

red static metric 8

redist connect subnets metric 7

exit

router ospf 10

router-id 4.4.4.4

network 200.10.10.248 0.0.0.255 area 0

red rip metric 3 subnets

red static subnets

redist connect subnets metric 4

exit

ip route 192.168.150.0 255.255.255.0 200.10.10.246

Tabla de Rutas de I4

You might also like