redes de area local docente: lic. rubicel · pdf filerubicel pineda tellez alumno: roman...

12
REDES DE AREA LOCAL DOCENTE: LIC. RUBICEL PINEDA TELLEZ ALUMNO: ROMAN GUTIERREZ SOSA GRUPO: B CUATRIMESTRE: 2 CARRERA: EVALUACION 2DO PARCIAL

Upload: duongtram

Post on 07-Mar-2018

218 views

Category:

Documents


3 download

TRANSCRIPT

REDES DE AREA LOCAL

DOCENTE: LIC. RUBICEL PINEDA TELLEZ

ALUMNO: ROMAN GUTIERREZ SOSA

GRUPO: B

CUATRIMESTRE: 2

CARRERA:

EVALUACION 2DO PARCIAL

EIGRP.

Es un protocolo de encaminamiento hibrido, ofrece lo mejor de algoritmos de vector de

distancias y del estado enlace. Fue desarrollado por cisco systems en el año de 1986. Se

considera un protocolo avanzado que se basa en las características normalmente

asociadas con los protocolos del estado de enlace. Es un protocolo fácil de configurar, el

cual mejora las propiedades de convergencia.

En esta práctica se va a poner un ejemplo de cómo se configura el protocolo eigrp,

tomando en cuenta la siguiente topología:

Lo primero que haremos es abrir el Packet Tracer y diseñar el esquema, después

continuamos con la configuración de los routers y servidores.

Configuracion Router 1.

Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname sky

sky(config)#interface serial 0/0

sky(config-if)#ip address 140.0.0.1 255.255.255.252

sky(config-if)#clock rate 56000

sky(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0, changed state to down

sky(config-if)#exit

sky(config)#interface serial 0/1

sky(config-if)#ip address 140.0.0.10 255.255.255.252

sky(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1, changed state to down

sky(config-if)#exit

sky(config)#interface fa 0/0

sky(config-if)#ip address 140.0.0.17 255.255.255.240

sky(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to

up

sky(config-if)#exit

sky(config)#router eigrp 100

sky(config-router)#network 140.0.0.16

sky(config-router)#network 140.0.0.8

sky(config-router)#network 140.0.0.0

sky(config-router)#exit

sky(config)#enable secret class

sky(config)#enable password cisco

sky(config)#line console 0

sky(config-line)#password cisco

sky(config-line)#login

sky(config-line)#exit

sky(config)#line vty 0 4

sky(config-line)#password cisco

sky(config-line)#login

sky(config-line)#exit

sky(config)#exit

sky#copy running-config startup-config

Destination filename [startup-config]?

Building configuration...

[OK]

sky#disable

sky>

Configuracion Router 2.

Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R2

R2(config)#interface serial 0/0

R2(config-if)#ip address 140.0.0.5 255.255.255.252

R2(config-if)#clock rate 56000

R2(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0, changed state to down

R2(config-if)#exit

R2(config)#interface serial 0/1

R2(config-if)#ip address 140.0.0.2 255.255.255.252

R2(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1, changed state to up

R2(config-if)#exit

R2(config)#interface

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up

serial 0/2

R2(config-if)#ip address 140.0.0.13 255.255.255.252

R2(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/2, changed state to down

R2(config-if)#exit

R2(config)#interface fa 0/0

R2(config-if)#ip address 140.0.2.1 255.255.254.0

R2(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to

up

R2(config-if)#exit

R2(config)#router eigrp 100

R2(config-router)#network 140.0.0.0

R2(config-router)#

%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 140.0.0.1 (Serial0/1) is up: new

adjacency

network 140.0.0.4

R2(config-router)#network 140.0.2.0

R2(config-router)#exit

R2(config)#enable secret class

R2(config)#enable password cisco

R2(config)#line console 0

R2(config-line)#password cisco

R2(config-line)#login

R2(config-line)#exit

R2(config)#line vty 0 4

R2(config-line)#password cisco

R2(config-line)#login

R2(config-line)#exit

R2(config)#exit

%SYS-5-CONFIG_I: Configured from console by console

R2#copy running-config startup-config

Destination filename [startup-config]?

Building configuration...

[OK]

R2#disable

R2>

Configuracion Router 3.

Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R3

R3(config)#interface serial 0/0

R3(config-if)#ip address 140.0.0.9 255.255.255.252

R3(config-if)#clock rate 56000

R3(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0, changed state to up

R3(config-if)#exit

R3(config)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up

interface serial 0/1

R3(config-if)#ip address 140.0.0.6 255.255.255.252

R3(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1, changed state to up

R3(config-if)#e

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up

xit

R3(config)#interface fa 0/0

R3(config-if)#ip address 140.0.0.33 255.255.255.240

R3(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to

up

R3(config-if)#exit

R3(config)#router eigrp 100

R3(config-router)#network 140.0.0.4

R3(config-router)#

%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 140.0.0.10 (Serial0/0) is up: new

adjacency

%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 140.0.0.5 (Serial0/1) is up: new

adjacency

network 140.0.0.8

R3(config-router)#network 140.0.0.32

R3(config-router)#exit

R3(config)#enable secret class

R3(config)#enable password cisco

R3(config)#line console 0

R3(config-line)#password cisco

R3(config-line)#login

R3(config-line)#exit

R3(config)#line vty 0 4

R3(config-line)#password cisco

R3(config-line)#login

R3(config-line)#exit

R3(config)#exit

R1#copy running-config startup-config

Destination filename [startup-config]?

Building configuration...

[OK]

R1#disable

R3>

Configuracion Router 4.

Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R4

R4(config)#interface serial 0/0

R4(config-if)#ip address 140.0.0.14 255.255.255.252

R4(config-if)#clock rate 56000

R4(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0, changed state to up

R4(config-if)#exit

R4(config)#interface fa 0/0

R4(config-if)#ip address 140.0.0.129 255.255.255.128

R4(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to

up

R4(config-if)#exit

R4(config)#router eigrp 500

R4(config-router)#network 140.0.0.12

R4(config-router)#network 140.0.0.128

R4(config-router)#exit

R4(config)#enable secret class

R4(config)#enable password cisco

R4(config)#line console 0

R4(config-line)#password cisco

R4(config-line)#login

R4(config-line)#exit

R4(config)#line vty 0 4

R4(config-line)#password cisco

R4(config-line)#login

R4(config-line)#exit

R4(config)#exit

%SYS-5-CONFIG_I: Configured from console by console

R4#copy running-config startup-config

Destination filename [startup-config]?

Building configuration...

[OK]

R4#disable

R4>

Pruebas de Conectividad.

Ping:

Telnet:

Comandos de verificación:

Show versión:

Show flash:

Historia de EIGRP.

Es un protocolo de encaminamiento hibrido, ofrece lo mejor de algoritmos de vector de distancias

y del estado enlace. Fue desarrollado por cisco systems en el año de 1986. Se considera un

protocolo avanzado que se basa en las características normalmente asociadas con los protocolos del

estado de enlace. Es un protocolo fácil de configurar, el cual mejora las propiedades de

convergencia.

Elementos de los que se apoya para elaborar sus tablas de enrutamiento:

-Árbol topológico.

-Base de datos topológica.

-Dual.

-LSA.

-LSU.

-IS-IS.

-Hello.

-OSPF.

Proceso que sigue para generar las tablas de enrutamiento y como se involucran cada uno

de los elementos.

-Árbol topológico: Es un conjunto de routers que actúan en coordinación.

-Base de datos topológica: Se encarga de guardar todos los datos en uso dentro de dicha red.

-Dual: Es un algoritmo para la actualización de rutas.

-LSA: Función de filtrado que extiende la capacidad de un ABR que ejecuta el protocolo OSPF.

-LSU: Un paquete de actualización de estado que vínculos, puede contener vario LSA.

-IS-IS: Protocolo de enrutamiento interior de link-state.

-Hello: Se define como una conversación entre iguales, como se comunican los routers.

-OSPF: Protocolo de enrutamiento interior de link-state.

Los Sistemas Autónomos y el rango disponible para numerarlos.

Sistema autónomo: Es un conjunto de redes y dispositivos Router ip que se encuentran por

una sola entidad y que cuentan con una política común de definición de trayectorias para

internet.

Comandos para configurar este protocolo de enrutamiento.

#configure terminal

#router eigrp 10

#network 172.16.3.128

#network 172.16.3.140

#network 172.16.3.136

#CTRL+Z

Comandos para verificar este protocolo de enrutamiento.

#show ip route; muestra la tabla de enrutamiento. #show ip route eigrp; muestra únicamente las entradas EIGRP en la tabla de enrutamiento. #show ip eigrp neightbors; muestra todos los “vecinos” EIGRP. #show ip eigrp topology; muestra todas las entradas EIGRP.