Práctica de Frame Relay

10
“Práctica de Configuración de Frame Relay”

Transcript of Práctica de Frame Relay

Page 1: Práctica de Frame Relay

“Práctica de Configuración de Frame Relay”

Page 2: Práctica de Frame Relay

Instructor: Ing Adolfo Vargas Labastida

2

Objetivo: Implementar una configuración de Frame Relay en un ambiente de Mesh Parcial para cumplir con las necesidades de enlace WAN de una compañía. 

Exercicio: 

 Configuring Frame Relay in a Partial Mesh Environment 

Tomado como referencia el ejercicio de revisión de conceptos del documento de Frame Relay entregado en clase, tenemos la siguiente topología acordada con el proveedor UNINET, estos circuitos ya han sido instalados y aprovisionados dentro de la nube del ISP, queda al administrador configurar sus routers de frontera con el ISP para levantar estos circuitos. El protocolo de Ruteo que se utilizará es EIGRP con número de Sistema Autónomo 50.

Tomando como referencia el archivo de Cisco Packet Tracer: “FR ejercicio inicial.pkt”, en el que encontramos la siguiente configuración inicial de la red:

Page 3: Práctica de Frame Relay

Instructor: Ing Adolfo Vargas Labastida

3

Tenemos la configuración sugerida para el router de Cedar:

Cedar#show ip interface brief Interface IP-Address OK? Method Status Protocol Serial0/0 unassigned YES NVRAM up down Serial0/1 unassigned YES NVRAM administratively down down Serial0/2 unassigned YES NVRAM administratively down down Serial0/3 unassigned YES NVRAM administratively down down Ethernet1/0 unassigned YES NVRAM administratively down down FastEthernet2/0 192.168.2.1 YES manual up up Cedar#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Cedar(config)#interface serial 0/0 Cedar(config-if)#encapsulation frame-relay Cedar(config-if)#exit *Mar 1 00:03:40.059: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up Cedar(config)#interface serial 0/0.802 point-to-point Cedar(config-subif)#ip address 10.1.2.1 255.255.255.0 Cedar(config-subif)#frame-relay interface-dlci 802 Cedar(config-fr-dlci)#exit Cedar(config-subif)#exit Cedar(config)#interface serial 0/0.634 point-to-point Cedar(config-subif)#ip address 10.1.10.1 255.255.255.0 Cedar(config-subif)#frame-relay interface-dlci 634 Cedar(config-fr-dlci)#exit Cedar(config-subif)#exit Cedar(config)#interface serial 0/0.381 point-to-point

Page 4: Práctica de Frame Relay

Instructor: Ing Adolfo Vargas Labastida

4

Cedar(config-subif)#ip address 10.1.8.1 255.255.255.0 Cedar(config-subif)#frame-relay interface-dlci 381 Cedar(config-fr-dlci)#exit Cedar(config-subif)#exit Cedar(config)#router eigrp 50 Cedar(config-router)#network 10.0.0.0 Cedar(config-router)#network 192.168.2.0 Cedar(config-router)#no auto-summary Cedar(config-router)#exit Cedar(config)#exit *Mar 1 00:05:17.535: %SYS-5-CONFIG_I: Configured from console by console Cedar#show ip interface brief Interface IP-Address OK? Method Status Protocol Serial0/0 unassigned YES NVRAM up up Serial0/0.381 10.1.8.1 YES manual down down Serial0/0.634 10.1.10.1 YES manual up up Serial0/0.802 10.1.2.1 YES manual down down Serial0/1 unassigned YES NVRAM administratively down down Serial0/2 unassigned YES NVRAM administratively down down Serial0/3 unassigned YES NVRAM administratively down down Ethernet1/0 unassigned YES NVRAM administratively down down FastEthernet2/0 192.168.2.1 YES manual up up Configuración sugerida del Router de Oak: Oak#show ip interface brief Interface IP-Address OK? Method Status Protocol Ethernet0 192.168.3.1 YES manual up up Ethernet1 unassigned YES unset administratively down down Serial0 unassigned YES unset up down Serial1 unassigned YES unset administratively down down Oak#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Oak(config)#interface serial 0 Oak(config-if)#encapsulation frame-relay Oak(config-if)#exit 00:20:01: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up 00:20:02: %LINK-3-UPDOWN: Interface Serial0, changed state to up 00:20:02: %FR-5-DLCICHANGE: Interface Serial0 - DLCI 802 state changed to ACTIVE Oak(config)#interface serial 0.802 point-to-point Oak(config-subif)#ip address 10.1.2.2 255.255.255.0 Oak(config-subif)#frame-relay interface-dlci 802 Oak(config-fr-dlci)#exit Oak(config-subif)#exit Oak(config)#interface serial 0.324 point-to-point Oak(config-subif)#ip address 10.1.5.2 255.255.255.0 Oak(config-subif)#frame-relay interface-dlci 324 00:20:57: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0.324, changed state to down Oak(config-fr-dlci)#exit Oak(config-subif)#exit Oak(config)#router eigrp 50

Page 5: Práctica de Frame Relay

Instructor: Ing Adolfo Vargas Labastida

5

Oak(config-router)#network 10.0.0.0 Oak(config-router)#network 192.168.3.0 Oak(config-router)#no auto-summary Oak(config-router)#exit Oak(config)#exit 00:21:19: %SYS-5-CONFIG_I: Configured from console by console Oak#show ip interface brief Interface IP-Address OK? Method Status Protocol Ethernet0 192.168.3.1 YES manual up up Ethernet1 unassigned YES unset administratively down down Serial0 unassigned YES unset up up Serial0.324 10.1.5.2 YES manual down down Serial0.802 10.1.2.2 YES manual up up Serial1 unassigned YES unset administratively down down Oak#ping 10.1.2.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.1.2.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 60/60/60 ms

Configuración sugerida pare el Router de Pine:

Code View: Pine#show ip interface brief Interface IP-Address OK? Method Status Protocol Ethernet0/0 192.168.1.1 YES manual up up Serial0/0 unassigned YES NVRAM up down Pine#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Pine(config)#interface serial 0/0 Pine(config-if)#encapsulation frame-relay Pine(config-if)#exit *Mar 1 00:22:51.147: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up Pine(config)#interface serial 0/0.436 point-to-point Pine(config-subif)#ip address 10.1.10.2 255.255.255.0 Pine(config-subif)#frame-relay interface-dlci 436 Pine(config-fr-dlci)#exit Pine(config-subif)#exit Pine(config)#router eigrp 50 Pine(config-router)#network 10.0.0.0 Pine(config-router)#network 192.168.1.0 Pine(config-router)#no auto-summary Pine(config-router)#exit Pine(config)# Pine(config)#exit *Mar 1 00:23:45.504: %SYS-5-CONFIG_I: Configured from console by console Pine#show ip interface brief Interface IP-Address OK? Method Status Protocol Ethernet0/0 192.168.1.1 YES manual up up Serial0/0 unassigned YES NVRAM up up Serial0/0.436 10.1.10.2 YES manual up up

Page 6: Práctica de Frame Relay

Instructor: Ing Adolfo Vargas Labastida

6

Pine#ping 10.1.10.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.1.10.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/57/60 ms

Configuración sugerida para Redwood:

Redwood#show ip interface brief Interface IP-Address OK? Method Status Protocol Ethernet0/0 192.168.4.1 YES manual up up Serial0/0 unassigned YES unset up down Redwood#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Redwood(config)#interface serial 0/0 Redwood(config-if)#encapsulation frame-relay Redwood(config-if)#exit *Mar 1 00:35:28.484: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up Redwood(config)#interface serial 0/0.183 point-to-point Redwood(config-subif)#ip address 10.1.8.2 255.255.255.0 Redwood(config-subif)#frame-relay interface-dlci 183 Redwood(config-fr-dlci)#exit Redwood(config-subif)#exit Redwood(config)#interface serial 0/0.777 point-to-point Redwood(config-subif)#ip address 10.1.5.1 255.255.255.0 Redwood(config-subif)#frame-relay interface-dlci 777 Redwood(config-fr-dlci)#exit Redwood(config-subif)#exit Redwood(config)#router eigrp 50 Redwood(config-router)#network 10.0.0.0 *Mar 1 00:37:12.411: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 50: Neighbor 10.1.8.1 (Serial0/0.183) is up: new adjacency *Mar 1 00:37:14.714: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 50: Neighbor 10.1.5.2 (Serial0/0.777) is up: new adjacency Redwood(config-router)#network 192.168.4.0 Redwood(config-router)#no auto-summary Redwood(config-router)#^Z Redwood# *Mar 1 00:37:30.316: %SYS-5-CONFIG_I: Configured from console by console Redwood#show ip interface brief Interface IP-Address OK? Method Status Protocol Ethernet0/0 192.168.4.1 YES manual up up Serial0/0 unassigned YES unset up up Serial0/0.183 10.1.8.2 YES manual up up Serial0/0.777 10.1.5.1 YES manual up up Redwood#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS

Page 7: Práctica de Frame Relay

Instructor: Ing Adolfo Vargas Labastida

7

ia - IS-IS inter area, * - candidate default, U - per-user static o - ODR, P - periodic downloaded static route Gateway of last resort is not set C 192.168.4.0/24 is directly connected, Ethernet0/0 10.0.0.0/24 is subnetted, 4 subnets D 10.1.10.0 [90/21024000] via 10.1.8.1, 00:00:12, Serial0/0.183 C 10.1.8.0 is directly connected, Serial0/0.183 D 10.1.2.0 [90/2681856] via 10.1.5.2, 00:00:12, Serial0/0.777 C 10.1.5.0 is directly connected, Serial0/0.777 D 192.168.1.0/24 [90/21049600] via 10.1.8.1, 00:00:12, Serial0/0.183 D 192.168.2.0/24 [90/2172416] via 10.1.8.1, 00:00:12, Serial0/0.183 D 192.168.3.0/24 [90/2195456] via 10.1.5.2, 00:00:13, Serial0/0.777

Resolviendo las diferencias en las interfaces de los routers del simulador, se debe de completar la siguiente topología de la red.

Page 8: Práctica de Frame Relay

Instructor: Ing Adolfo Vargas Labastida

8

Como puedes observar en la figura, se han añadido los switches correspondiente a las LAN’s de cada una de los routers y en Cedar se ha puesto un servidor en un segmento de red distinto a la LAN en el cuál se habilitará un servidor Web, los hosts de cada uno de los segmentos de la red recibirán su dirección IP por medio de un servidor DHCP habilitado en Cedar, Oak y Pine. En Redwood el servidor de DHCP se habilitará en el servidor de su LAN. Cada uno de los Switches debe de tener su VLAN1 habilitada y con una dirección IP de la LAN habilitada para fines de administración, así como tener habilitado el servicio de Telnet y passwords de acceso a Telnet y enable.

Se muestran las tablas de ruteo de cada uno de los routers de esta red:

Page 9: Práctica de Frame Relay

Instructor: Ing Adolfo Vargas Labastida

9

Page 10: Práctica de Frame Relay

Instructor: Ing Adolfo Vargas Labastida

10

Como prueba final de funcionamiento de la red, se modificará la página Web del Servidor de Cedar y desde cada uno de los hosts de las demás LAN’s (4) deberán de dar Ping a este servidor Web y entrar por medio de su Browser a esta página web.

--------------------------------------------------------------------------------------------------- Ing. Adolfo Vargas Labastida Coordinador Académico / Instructor / Ing. de Diseño CCNA & CCDA # 11197261 / CCSI # 31928 CERT, TELECOMUNICACIONES & EDUCACION Phone: + 52 (222) 225 0135 ext. 342 Phone: + 52 (222) 225 6185 ext. 342 Phone: 01 800 874 2220 Cellular: + 52 (222) 449 7315 Skype: tucan.cert Msg: [email protected] Email: [email protected] www.cert.mx ----------------------------------------------------------------------------------------------------