miércoles, 24 de abril de 2013

PRACTICA 3 UTILIZACIÓN DE PROTOCOLOS OSPF, EIGRP


PROPÓSITO:
El alumno conocerá y pondrá en práctica las  características de los protocolos de  enrutamiento ospf, eigrp, para determinar la diferencia entre ambos mediante comparaciones.

REQUERIMIENTOS DE SOFTWARE
Reutilizar la configuración de la practica 2, es decir respetar la topología física.

CASO DE USO:
Se requiere que la gerencia general de la casa matriz se comunique con todas las gerencias de las sucursales. pero las sucursales solo pueden establecer comunicación  con cada una de sus areas y la gerencia general  de la matriz
Caso 1 ejecuta la configuración con el protocolo ospf

Caso 2 ejecuta la configuración con el protocolo eigrp

RESULTADO:
Utiliza el comando para mostrar la configuración y describe lo que suceda en cada una

FUNCIÓN DE LOS PROTOCOLOS
OSPF:
Open Shortest Path First
Es un protocolo de enrutamiento jerárquico de pasarela interior. Puede descomponer en regiones (áreas) más pequeñas. Hay un área especial llamada área backbone que forma la parte central de la red y donde hay otras áreas conectadas a ella. Las rutas entre diferentes áreas circulan siempre por el backbone, por lo tanto todas las áreas deben conectar con el backbone. 
EIGRP:
Enhanced Interior Gateway Routing Protocol
Protocolo de enrutamiento de gateway interior mejorado es un protocolo de encaminamiento vector distancia y un protocolo de enrutamiento de link-state , propiedad de Cisco Systems, que ofrece lo mejor de los algoritmos de vector de distancias y del estado de enlace. Se considera un protocolo avanzado que se basa en las características normalmente asociadas con los protocolos del estado de enlace.
DISEÑO DE LA RED 
CONFIGURACION DE SWITCH VLANS
Switch>
Switch>en
Switch#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#vlan 2
Switch(config-vlan)#name A
Switch(config-vlan)#exit
Switch(config)#vlan 3
Switch(config-vlan)#name B
Switch(config-vlan)#exit
Switch(config)#vlan 4
Switch(config-vlan)#name C
Switch(config-vlan)#exit
Switch(config)#vlan 5
Switch(config-vlan)#name D
Switch(config-vlan)#exit
Switch(config)#vlan 6
Switch(config-vlan)#name E
Switch(config-vlan)#exit
Switch(config)#exit
Switch#
Switch>
Switch>en
Switch#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#int range fa0/1-5
Switch(config-if-range)#switchport access vlan 2
Switch(config-if-range)#exit
Switch(config)#int range fa0/6-10
Switch(config-if-range)#switchport access vlan 3
Switch(config-if-range)#exit
Switch(config)#int range fa0/11-15
Switch(config-if-range)#switchport access vlan 4
Switch(config-if-range)#exit
Switch(config-if-range)#int range fa0/16-20
Switch(config-if-range)#switchport access vlan 5
Switch(config-if-range)#exit
Switch(config)#int range fa0/21-22
Switch(config-if-range)#switchport access vlan 6
Switch(config-if-range)#exit
Switch(config)#interface fas0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#switchport trunk allowed vlan 2,3,4,5,6
Switch(config-if)#exit

CONFIGURACIÓN DE ROUTER
Router>en
Router#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fas0/0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface fas0/0.2
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.2, changed state to up

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

Router(config-subif)#encapsulation dot1Q 2
Router(config-subif)#ip address 174.26.10.18 255.255.255.240
% 174.26.10.16 overlaps with FastEthernet0/0
Router(config-subif)#exit
Router(config)#interface fas0/0.3

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

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.3, changed state to up
Router(config-subif)#encapsulation dot1Q 3
Router(config-subif)#ip address 174.26.10.34 255.255.255.240
Router(config-subif)#exit
Router(config)#interface fas0/0.4

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

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.4, changed state to up
Router(config-subif)#encapsulation dot1Q 4
Router(config-subif)#ip address 174.26.10.49 255.255.255.240
Router(config-subif)#exit
Router(config)#interface fas0/0.5
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.5, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.5, changed state to up
Router(config-subif)#encapsulation dot1Q 5
Router(config-subif)#ip address 174.26.10.66 255.255.255.240
Router(config-subif)#exit
Router(config)#interface fas0/0.6

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

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.6, changed state to up
Router(config-subif)#encapsulation dot1Q 6
Router(config-subif)#ip address 174.26.10.82 255.255.255.240
Router(config-subif)#exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

CONFIGURACIÓN DE ROUTER CON PROTOCOLOS
PROTOCOLO EIGRP  
  Router#en
Router#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#router eigrp 100
Router(config-router)#network 174.26.10.112
Router(config-router)#network 174.26.10.16
Router(config-router)#network 174.26.10.80
Router(config-router)#network 174.26.10.96
Router(config-router)#

2.   Router>show ip protocols
Routing Protocol is "eigrp  100 "
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Default networks flagged in outgoing updates 
  Default networks accepted from incoming updates
  EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
  EIGRP maximum hopcount 100
  EIGRP maximum metric variance 1
Redistributing: eigrp 100
  Automatic network summarization is in effect 
  Automatic address summarization:
  Maximum path: 4
  Routing for Networks: 
     174.26.0.0
  Routing Information Sources: 
    Gateway         Distance      Last Update
  Distance: internal 90 external 170








No hay comentarios:

Publicar un comentario