geimberthbenitez.files.wordpress.com€¦  · web viewconfiguracion router 1. router>enable....

12
LUIS GEIMBERTH BENITEZ SORIANO 2B TICSI UTIM 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: 1

Upload: others

Post on 03-Oct-2020

12 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: geimberthbenitez.files.wordpress.com€¦  · Web viewConfiguracion Router 1. Router>enable. Router#configure terminal. Enter configuration commands, one per line. End with CNTL/Z

LUIS GEIMBERTH BENITEZ SORIANO 2B TICSI UTIM

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.

1

Page 2: geimberthbenitez.files.wordpress.com€¦  · Web viewConfiguracion Router 1. Router>enable. Router#configure terminal. Enter configuration commands, one per line. End with CNTL/Z

LUIS GEIMBERTH BENITEZ SORIANO 2B TICSI UTIM

Configuracion Router 1.

Router>enableRouter#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R1R1(config)#interface serial 0/0R1(config-if)#ip address 140.0.0.1 255.255.255.252R1(config-if)#clock rate 56000R1(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/0, changed state to downR1(config-if)#exitR1(config)#interface serial 0/1R1(config-if)#ip address 140.0.0.10 255.255.255.252R1(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/1, changed state to downR1(config-if)#exitR1(config)#interface fa 0/0R1(config-if)#ip address 140.0.0.17 255.255.255.240R1(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 upR1(config-if)#exitR1(config)#router eigrp 100R1(config-router)#network 140.0.0.16R1(config-router)#network 140.0.0.8R1(config-router)#network 140.0.0.0R1(config-router)#exitR1(config)#enable secret classR1(config)#enable password ciscoR1(config)#line console 0R1(config-line)#password ciscoR1(config-line)#loginR1(config-line)#exitR1(config)#line vty 0 4R1(config-line)#password ciscoR1(config-line)#loginR1(config-line)#exitR1(config)#exitR1#copy running-config startup-configDestination filename [startup-config]? Building configuration...[OK]R1#disable

2

Page 3: geimberthbenitez.files.wordpress.com€¦  · Web viewConfiguracion Router 1. Router>enable. Router#configure terminal. Enter configuration commands, one per line. End with CNTL/Z

LUIS GEIMBERTH BENITEZ SORIANO 2B TICSI UTIM

R1>

Configuracion Router 2.

Router>enableRouter#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R2R2(config)#interface serial 0/0R2(config-if)#ip address 140.0.0.5 255.255.255.252R2(config-if)#clock rate 56000R2(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/0, changed state to downR2(config-if)#exitR2(config)#interface serial 0/1R2(config-if)#ip address 140.0.0.2 255.255.255.252R2(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/1, changed state to upR2(config-if)#exitR2(config)#interface %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to upserial 0/2R2(config-if)#ip address 140.0.0.13 255.255.255.252R2(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/2, changed state to downR2(config-if)#exitR2(config)#interface fa 0/0R2(config-if)#ip address 140.0.2.1 255.255.254.0R2(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 upR2(config-if)#exitR2(config)#router eigrp 100R2(config-router)#network 140.0.0.0R2(config-router)#%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 140.0.0.1 (Serial0/1) is up: new adjacencynetwork 140.0.0.4R2(config-router)#network 140.0.2.0R2(config-router)#exitR2(config)#enable secret classR2(config)#enable password ciscoR2(config)#line console 0R2(config-line)#password cisco

3

Page 4: geimberthbenitez.files.wordpress.com€¦  · Web viewConfiguracion Router 1. Router>enable. Router#configure terminal. Enter configuration commands, one per line. End with CNTL/Z

LUIS GEIMBERTH BENITEZ SORIANO 2B TICSI UTIM

R2(config-line)#loginR2(config-line)#exitR2(config)#line vty 0 4R2(config-line)#password ciscoR2(config-line)#loginR2(config-line)#exitR2(config)#exit%SYS-5-CONFIG_I: Configured from console by consoleR2#copy running-config startup-configDestination filename [startup-config]? Building configuration...[OK]R2#disableR2>

Configuracion Router 3.

Router>enableRouter#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R3R3(config)#interface serial 0/0R3(config-if)#ip address 140.0.0.9 255.255.255.252R3(config-if)#clock rate 56000R3(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/0, changed state to upR3(config-if)#exitR3(config)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to upinterface serial 0/1R3(config-if)#ip address 140.0.0.6 255.255.255.252R3(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/1, changed state to upR3(config-if)#e%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to upxitR3(config)#interface fa 0/0R3(config-if)#ip address 140.0.0.33 255.255.255.240R3(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 upR3(config-if)#exitR3(config)#router eigrp 100R3(config-router)#network 140.0.0.4R3(config-router)#

4

Page 5: geimberthbenitez.files.wordpress.com€¦  · Web viewConfiguracion Router 1. Router>enable. Router#configure terminal. Enter configuration commands, one per line. End with CNTL/Z

LUIS GEIMBERTH BENITEZ SORIANO 2B TICSI UTIM

%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 adjacencynetwork 140.0.0.8R3(config-router)#network 140.0.0.32R3(config-router)#exitR3(config)#enable secret classR3(config)#enable password ciscoR3(config)#line console 0R3(config-line)#password ciscoR3(config-line)#loginR3(config-line)#exitR3(config)#line vty 0 4R3(config-line)#password ciscoR3(config-line)#loginR3(config-line)#exitR3(config)#exitR1#copy running-config startup-configDestination filename [startup-config]? Building configuration...[OK]R1#disableR3>

Configuracion Router 4.

Router>enableRouter#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R4R4(config)#interface serial 0/0R4(config-if)#ip address 140.0.0.14 255.255.255.252R4(config-if)#clock rate 56000R4(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/0, changed state to upR4(config-if)#exitR4(config)#interface fa 0/0R4(config-if)#ip address 140.0.0.129 255.255.255.128R4(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 upR4(config-if)#exitR4(config)#router eigrp 500R4(config-router)#network 140.0.0.12

5

Page 6: geimberthbenitez.files.wordpress.com€¦  · Web viewConfiguracion Router 1. Router>enable. Router#configure terminal. Enter configuration commands, one per line. End with CNTL/Z

LUIS GEIMBERTH BENITEZ SORIANO 2B TICSI UTIM

R4(config-router)#network 140.0.0.128R4(config-router)#exitR4(config)#enable secret classR4(config)#enable password ciscoR4(config)#line console 0R4(config-line)#password ciscoR4(config-line)#loginR4(config-line)#exitR4(config)#line vty 0 4R4(config-line)#password ciscoR4(config-line)#loginR4(config-line)#exitR4(config)#exit%SYS-5-CONFIG_I: Configured from console by consoleR4#copy running-config startup-configDestination filename [startup-config]? Building configuration...[OK]R4#disableR4>

6

Page 7: geimberthbenitez.files.wordpress.com€¦  · Web viewConfiguracion Router 1. Router>enable. Router#configure terminal. Enter configuration commands, one per line. End with CNTL/Z

LUIS GEIMBERTH BENITEZ SORIANO 2B TICSI UTIM

Pruebas de Conectividad.

Ping:

7

Page 8: geimberthbenitez.files.wordpress.com€¦  · Web viewConfiguracion Router 1. Router>enable. Router#configure terminal. Enter configuration commands, one per line. End with CNTL/Z

LUIS GEIMBERTH BENITEZ SORIANO 2B TICSI UTIM

Telnet:

8

Page 9: geimberthbenitez.files.wordpress.com€¦  · Web viewConfiguracion Router 1. Router>enable. Router#configure terminal. Enter configuration commands, one per line. End with CNTL/Z

LUIS GEIMBERTH BENITEZ SORIANO 2B TICSI UTIM

Comandos de verificación:

Show versión:

Show flash:

9

Page 10: geimberthbenitez.files.wordpress.com€¦  · Web viewConfiguracion Router 1. Router>enable. Router#configure terminal. Enter configuration commands, one per line. End with CNTL/Z

LUIS GEIMBERTH BENITEZ SORIANO 2B TICSI UTIM

Conclusiones:

Bueno, para mi esta práctica se me torno un poco entretenida pero a la vez sirvió para desarrollar aun mas las habilidades que día a día voy adquiriendo, fue un momento emotivo al finalizar todo el procedimiento y ejecutar la prueba de conectividad, una buena práctica en mi punto de vista.

10