Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

download Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

of 28

Transcript of Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    1/28

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    2/28

    Tarea 1:

    Paso 1

    Paso 2

    Tarea 2:

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    3/28

    Tarea 3:

    Paso 1

    Paso 2

    Paso 3

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    4/28

    Paso 4

    Tarea 4:

    Paso 1:

    Paso 2:

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    5/28

    Tarea 5:

    Paso 1

    Paso 2

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    6/28

    Paso 3

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    7/28

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    8/28

    Tarea 6:

    Paso 1:

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    9/28

    Paso 2:

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    10/28

    Paso 3:

    Tarea 7:

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    11/28

    Paso 1:

    Paso 2:

    Paso 3:

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    12/28

    Tarea 8:

    Paso 1

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    13/28

    Paso 2

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    14/28

    En qu se diferencian las decisiones de enrutamiento ahora que se ejecuta OSPF?

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    15/28

    R: la diferencia es que con rip los routers tomaban el camino en base a la distancia ms corta, pero

    con ospf ahora lo hacen en base a la ruta ms rpida.

    Paso 3:

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    16/28

    Tarea 9:

    Paso 1

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    17/28

    Paso 2

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    18/28

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    19/28

    Paso 3

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    20/28

    Tarea 10:

    R1#show run

    Building configuration...

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    21/28

    Current configuration : 1354 bytes

    !

    version 12.2

    no service timestamps log datetime msec

    no service timestamps debug datetime msec

    no service password-encryption

    !

    hostname R1

    !

    !

    !

    enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0

    !

    !

    !

    !

    !

    !

    !

    !

    !

    !

    no ip domain-lookup

    !

    !

    !

    !

    !

    !

    interface FastEthernet0/0

    no ip address

    duplex auto

    speed auto

    !

    interface FastEthernet0/0.10

    encapsulation dot1Q 10

    ip address 192.168.10.1 255.255.255.0

    !

    interface FastEthernet0/0.12

    encapsulation dot1Q 12

    ip address 10.12.12.1 255.255.255.0

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    22/28

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    23/28

    !

    ip classless

    !

    !

    !

    banner motd ^Chola^C

    !

    !

    !

    !

    line con 0

    password cisco

    login

    !

    line aux 0

    !

    line vty 0 4

    password cisco

    login

    !

    !

    !

    End

    R2#show run

    Building configuration...

    Current configuration : 1310 bytes

    !

    version 12.2

    no service timestamps log datetime msec

    no service timestamps debug datetime msec

    no service password-encryption

    !

    hostname R2

    !

    !

    !

    enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0

    !

    !

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    24/28

    !

    !

    !

    !

    !

    !

    !

    !

    no ip domain-lookup

    !

    !

    !

    !

    !

    !

    interface FastEthernet0/0

    no ip address

    duplex auto

    speed auto

    !

    interface FastEthernet0/0.12

    encapsulation dot1Q 12

    ip address 10.12.12.2 255.255.255.0

    !

    interface FastEthernet0/0.20

    encapsulation dot1Q 20

    ip address 192.168.20.1 255.255.255.0

    !

    interface FastEthernet1/0

    no ip address

    duplex auto

    speed auto

    shutdown

    !

    interface Serial2/0

    ip address 10.1.1.2 255.255.255.252

    !

    interface Serial3/0

    ip address 10.2.2.1 255.255.255.252

    !

    interface FastEthernet4/0

    no ip address

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    25/28

    shutdown

    !

    interface FastEthernet5/0

    no ip address

    shutdown

    !

    interface Serial6/0

    no ip address

    shutdown

    !

    router eigrp 10

    network 10.1.1.0 0.0.0.3

    network 10.2.2.0 0.0.0.3

    network 10.12.12.0 0.0.0.255

    network 192.168.20.0

    no auto-summary

    !

    router ospf 2

    log-adjacency-changes

    network 192.168.20.0 0.0.0.255 area 0

    network 10.12.12.0 0.0.0.255 area 0

    !

    router rip

    version 2

    network 10.0.0.0

    network 192.168.20.0

    !

    ip classless

    !

    !

    !

    banner motd ^Chola^C

    !

    !

    !

    !

    line con 0

    password cisco

    login

    !

    line aux 0

    !

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    26/28

    line vty 0 4

    password cisco

    login

    !

    !

    !

    End

    R3#show run

    Building configuration...

    Current configuration : 1225 bytes

    !

    version 12.2

    no service timestamps log datetime msec

    no service timestamps debug datetime msec

    no service password-encryption

    !

    hostname R3

    !

    !

    !

    enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0

    !

    !

    !

    !

    !

    !

    !

    !

    !

    !

    no ip domain-lookup

    !

    !

    !

    !

    !

    !

    interface FastEthernet0/0

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    27/28

  • 8/12/2019 Practica 1.4.1 -Gibran Salinas, Ismael Cardoso

    28/28

    network 10.13.13.0 0.0.0.255 area 0

    !

    router rip

    version 2

    network 10.0.0.0

    network 192.168.30.0

    !

    ip classless

    !

    !

    !

    banner motd ^Chola^C

    !

    !

    !

    !

    line con 0

    password cisco

    login

    !

    line aux 0

    !

    line vty 0 4

    password cisco

    login

    !

    !

    !

    end