6
TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby SITUACIÓN Descarga aquí FASE 1: DIRECCIONAMIENTO DE LA WAN Nombre Interfaz Máscara de subred Limerick S0 172.16.255.245/30 255.255.255.252 Cork E1 Cork E1.1 172.16.0.1/24 255.255.255.0 Cork E1.2 172.16.1.1/24 255.255.255.0 Cork E1.3 172.16.2.1/24 255.255.255.0 Cork S0 172.16.255.254/30 255.255.255.252 Cork S1 172.16.255.250/30 255.255.255.252 Galway E0 172.16.4.1/22 255.255.252.0 Galway S0 172.16.255.253/30 255.255.255.252 Belfast E0 10.0.0.1/8 255.0.0.0 Belfast S0 172.16.255.249/30 255.255.255.252 Belfast S1 172.16.255.246/30 255.255.255.252 Nombre Conjunto de direcciones Conjunto DHCP de Galway 172.16.4.0/22, excepto 172.16.0.1(E0) LAN de Cork 172.16.0.0/22

Ccna4 cs diaz_&_romero

Embed Size (px)

DESCRIPTION

Ccna4 mi trabajo en Cisco

Citation preview

Page 1: Ccna4 cs diaz_&_romero

TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado

Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby

SITUACIÓN

Descarga aquí

FASE 1: DIRECCIONAMIENTO DE LA WAN

Nombre Interfaz Máscara de subred

Limerick S0 172.16.255.245/30 255.255.255.252

Cork E1 Cork E1.1 172.16.0.1/24 255.255.255.0

Cork E1.2 172.16.1.1/24 255.255.255.0

Cork E1.3 172.16.2.1/24 255.255.255.0

Cork S0 172.16.255.254/30 255.255.255.252

Cork S1 172.16.255.250/30 255.255.255.252

Galway E0 172.16.4.1/22 255.255.252.0

Galway S0 172.16.255.253/30 255.255.255.252

Belfast E0 10.0.0.1/8 255.0.0.0

Belfast S0 172.16.255.249/30 255.255.255.252

Belfast S1 172.16.255.246/30 255.255.255.252

Nombre Conjunto de direcciones

Conjunto DHCP de Galway

172.16.4.0/22, excepto 172.16.0.1(E0)

LAN de Cork 172.16.0.0/22

Page 2: Ccna4 cs diaz_&_romero

TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado

Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby

FASE 2: CONFIGURACIÓN DE LOS ROUTERS Y OSPF Configuraciones: Limerick

Router # configure terminal Router(config) # hostname Limerick Limerick (config) # line console 0 Limerick (config – line) # password cisco Limerick (config – line) # login Limerick (config) # enable secret cisco Limerick (config) # interface serial0/1 Limerick (config – if) # ip address 172.16.255.245 255.255.255.252 Limerick (config – if) # clock rate 64000 Limerick (config – if) # no shutdown Limerick (config) # router ospf 1 Limerick (config - router) # network 172.16.255.244 0.0.0.3 area 0

Cork

Router # configure terminal Router(config) # hostname Cork Cork (config) # line console 0 Cork (config – line) # password cisco Cork (config – line) # login Cork (config) # enable secret cisco Cork (config) # interface serial1/1 Cork (config –if) # ip address 172.16.255.250 255.255.255.252 Cork (config –if) # no shutdown Cork (config) # interface FastEthernet 0/1 Cork (config - if) # no shutdown Cork (config - if) # interface FastEthernet 0/1.1 Cork (config - subif) # encapsulation dot1q 1 Cork (config - subif) # ip address 172.16.0.1 255.255.255.0 Cork (config –subif) # no shutdown Cork (config - subif) # interface FastEthernet 0/1.2 Cork (config - subif) # encapsulation dot1q 2 Cork (config - subif) # ip address 172.16.1.1 255.255.255.0 Cork (config –subif) # no shutdown Cork (config - subif) # interface FastEthernet 0/1.3 Cork (config - subif) # encapsulation dot1q 3 Cork (config - subif) # ip address 172.16.2.1 255.255.255.0 Cork (config –subif) # no shutdown Cork (config) # router ospf 1 Cork (config - router) # network 172.16.0.0 0.0.0.255 area 0 Cork (config - router) # network 172.16.1.0 0.0.0.255 area 0 Cork (config - router) # network 172.16.2.0 0.0.0.255 area 0 Cork (config - router) # network 172.16.255.248 0.0.0.3 area 0 Cork (config - router) # network 172.16.255.252 0.0.0.3 area 0

Page 3: Ccna4 cs diaz_&_romero

TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado

Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby

Cork (config – router) # redistribute rip subnets Cork (config) # router rip Cork (config - router) # version 2 Cork (config - router) # network 172.16.0.0 Cork (config - router) # redistribute ospf 1

Belfast

Router # configure terminal Router(config) # hostname Belfast Belfast (config) # line console 0 Belfast (config – line) # password cisco Belfast (config – line) # login Belfast (config) # enable secret cisco Belfast (config) # interface serial 1/0 Belfast (config – if) # ip address 172.16.255.249 255.255.255.252 Belfast (config – if) # clock rate 64000 Belfast (config – if) # no shutdown Belfast (config) # interface serial 1/1 Belfast (config – if) # ip address 172.16.255.246 255.255.255.252 Belfast (config – if) # no shutdown Belfast (config) # router ospf 1 Belfast (config – router) # network 10.0.0.0 0.255.255.255 area 0 Belfast (config – router) # network 172.16.255.244 0.0.0.3 area 0 Belfast (config – router) # network 172.16.255.248 0.0.0.3 area 0 Belfast (config) # ip route 0.0.0.0 0.0.0.0 10.0.0.2 Belfast (config) # router ospf 1 Belfast (config – router) # default-information originate Belfast (config – router) # redistribute static

Galway

Router # configure terminal Router(config) # hostname Galway Galway (config) # line console 0 Galway (config – line) # password cisco Galway (config – line) # login Galway (config) # enable secret cisco Galway (config) # interface serial 1/0 Galway (config - if) # ip address 172.16.255.253 255.255.255.252 Galway (config - if) # no shutdown Galway (config) # interface FastEthernet 0/0 Galway (config - if) # ip address 172.16.4.1 255.255.252.0 Galway (config - if) # no shutdown Galway (config) # router rip Galway (config - router) # version 2 Galway (config - router) # network 172.16.0.0

Page 4: Ccna4 cs diaz_&_romero

TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado

Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby

FASE 3: CONFIGURACIÓN DE NAT, SIMULACIÓN DE FRAME RELAY Y ACL

Belfast (config) # ip nat pool Belfastpool 192.168.1.6 192.168.1.6 netmask 255.255.255.252 Belfast (config) # access-list 1 permit 172.16.0.0 0.0.255.255 Belfast (config) # ip nat inside source list 1 pool Belfastpool overload Belfast (config) # interface serial 1/0 Belfsat (config – if) # ip nat inside Belfast (config) # interface serial 1/1 Belfsat (config – if) # ip nat inside Belfast (config) # interface FastEthernet 0/0 Belfsat (config – if) # ip nat outside Belfast (config) # ip nat translation timeout 120 Configuración para Frame Relay Cork (config) # interface serial 1/0 Cork (config - if) # no ip address 172.16.255.254 255.255.255.252 Cork (config - if) # encapsulation frame-relay Cork (config – if) # frame-relay intf-type dte Cork (config – if) # frame-relay lmi-type cisco Cork (config – if) # interface FastEthernet0/1.1 Cork (config – subif) # ip address 172.16.255.254 255.255.255.252 Cork (config – subif) # frame-relay interface-dlci 100 Cork (config – fr-dlci) # exit Cork (config – subif) # no shutdown Galway (config) # interface serial 1/0 Galway (config - if) # no ip address 172.16.255.253 255.255.255.252 Galway (config - if) # encapsulation frame-relay Galway (config – if) # frame-relay intf-type dte Galway (config – if) # frame-relay lmi-type cisco Galway (config – if) # interface FastEthernet0/1.1 Galway (config – subif) # ip address 172.16.255.253 255.255.255.252 Galway (config – subif) # frame-relay interface-dlci 200 Galway (config – fr-dlci) # exit Galway (config – subif) # no shutdown ‘Switch Frame Relay’ Escenario: Cork S0 dlci100 S0 Router S1 dlci200 S0 Galway Router(config) # frame-relay switching Router(config) # interface serial 1/0 Router(config - if) # clock rate 64000 Router(config - if) # encapsulation frame-relay Router(config - if) # frame-relay intf-type dce Router(config - if) # frame-relay lmi-type cisco Router (config – if) # frame-relay route 100 interface serial 1 200 Router (config – if) # no shutdown

Page 5: Ccna4 cs diaz_&_romero

TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado

Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby

Router (config) # interface serial 1 Router(config - if) # clock rate 64000 Router(config - if) # encapsulation frame-relay Router(config - if) # frame-relay intf-type dce Router(config - if) # frame-relay lmi-type cisco Router (config – if) # frame-relay route 200 interface serial 0 100 Router (config – if) # no shutdown Belfast (config) # access-list 105 permit tcp 172.16.4.0 0.0.0.3.255 any eq 80 Belfast (config) # access-list 105 permit ip 172.16.0.0 0.0.3.255 any Belfast (config) # interface Ethernet 0 Belfast (config – if) # ip access-group 105 in

Elemento Valores de Configuración

Belfast nombre del conjunto NAT Belfastpool

Belfast: Número de ACL 1

Número ACL para el filtrado ACL del tráfico 105

Router para el filtrado ACL del tráfico de LAN de Galway Belfast

Puerto configurado para el filtrado ACL del tráfico de LAN de Galway

Ethernet 0

Dirección configurada para el filtrado ACL del tráfico del LAN de Galway

In

Dirección IP del servidor ISP 10.0.0.2

Máscara de subred del servidor ISP 255.0.0.0

Gateway por defecto del servidor ISP 10.0.0.1 ó 10.0.0.3 hasta 10.255.255.254

Nombre de archivo de la página web en el servidor ISP (incluye la ruta)

c:\…\htdocs\index.html

FASE 4: CONFIGURACION DE VLAN Y DHCP

Switch # vlan database Switch (vlan) # vlan 1 name VLAN1 Switch (vlan) # vlan 2 name VLAN2 Switch (vlan) # vlan 3 name VLAN3 Switch (config) # interface Ethernet 0/1

Page 6: Ccna4 cs diaz_&_romero

TECNOLOGIA DE REDES: DOCENTE: Jorge Luis Arroyo Tirado

Alumnos: 1) Díaz Pereyra Luis Manuel Enrique 2) Romero Cahuana Natalie Ruby

Switch (config – if) # switchport access vlan 1 Swithc (config – if) # switchport mode trunk Swithc (config – if) # switchport trunk encapsulation Switch (config) # interface Ethernet 0/2 Switch (config – if) # switchport access vlan 1 Switch (config) # interface Ethernet 0/3 Switch (config – if) # switchport access vlan 1 Switch (config) # interface Ethernet 0/4 Switch (config – if) # switchport access vlan 1 Switch (config) # interface Ethernet 0/5 Switch (config – if) # switchport access vlan 2 Switch (config) # interface Ethernet 0/6 Switch (config – if) # switchport access vlan 2 Switch (config) # interface Ethernet 0/7 Switch (config – if) # switchport access vlan 2 Switch (config) # interface Ethernet 0/8 Switch (config – if) # switchport access vlan 2 Switch (config) # interface Ethernet 0/9 Switch (config – if) # switchport access vlan 3 Switch (config) # interface Ethernet 0/10 Switch (config – if) # switchport access vlan 3 Switch (config) # interface Ethernet 0/11 Switch (config – if) # switchport access vlan 3 Switch (config) # interface Ethernet 0/12 Switch (config – if) # switchport access vlan 3 DHCP Galway (config) # ip dhcp pool DHCPpool Galway (dhcp - config) # network 172.16.4.0 255.255.252.0 Galway (config) # ip dhcp excluded-address 172.16.4.1 Galway (config) #ip dhcp pool DHCPpool Galway (dhcp – config) # default-router 172.16.4.1 Galway (dhcp – config) # dns-server 200.41.96.24 200.41.96.26