iti804 practica4

Upload: grecia-guadalupe-contreras-sierra

Post on 08-Apr-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/7/2019 ITI804 PRACTICA4

    1/18

    0

    NOMBRE:VIRIDIANA HERNNDEZ TORRES

    MATRICULA:06309134

    CARRERA:INGENIERIA EN TECNOLOGAS DE LA INFORMACIN Y COMUNICACIONES

    GRADO Y GRUPO:ITI-804

    MATERIA:REDES CONVERGENTES

    ASUNTO:ITI804 PRACTICA 4

    PROFESOR:MIGUEL ANGEL ARIAS

    FECHA:13 DE MARZO DEL 2011

  • 8/7/2019 ITI804 PRACTICA4

    2/18

    1

    INDICE

    TEMA PGINA

    Introduccin 2

    Desarrollo de topologa 3

    Configuracin de Routers y PCs 5

    Bibliografa 16

    Conclusin 17

  • 8/7/2019 ITI804 PRACTICA4

    3/18

    2

    INTRODUCCION

    En la siguiente practica muestra la configuracin y aplicacin de ipv6 con dos routersaplicando la topologa de red en Cisco Packet Tracer con la nueva versin de protocolo deinternet ipv6 e ipv4.

  • 8/7/2019 ITI804 PRACTICA4

    4/18

    3

    DESARROLLO

    Comenzamos realizando la topologa de red en packet tracer

    Insertamos dos routers.

    Insertamos dos PCs.

  • 8/7/2019 ITI804 PRACTICA4

    5/18

    4

    Conectamos los dos routers (fastEthernet 0/0)

    Conectamos los routers a las PCs (fastEthernet 0/1)

  • 8/7/2019 ITI804 PRACTICA4

    6/18

  • 8/7/2019 ITI804 PRACTICA4

    7/18

    6

    Current configuration : 590 bytes

    !

    version 12.4

    no service timestamps log datetime msec

    no service timestamps debug datetime msec

    no service password-encryption

    !

    hostname R1

    interface FastEthernet0/0

    ip address 10.10.0.1 255.255.0.0

    duplex auto

    speed auto

    ipv6 address 2001:DB8:2::/1

    ipv6 mtu 1500

    ipv6 enable

    !

    interface FastEthernet0/1

    ip address 10.9.0.1 255.255.0.0

    duplex auto

    speed auto

    ipv6 mtu 1500

    ipv6 enable

    !

    interface Vlan1

    no ip address

    shutdown

    !

    ip classless

  • 8/7/2019 ITI804 PRACTICA4

    8/18

    7

    ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

    line con 0

    line vty 0 4

    login

    end

    R1#

    R1 con0 is now available

    Press RETURN to get started.

    R1>

    R1>ena

    R1#show running-config

    Building configuration...

    Current configuration : 590 bytes

    !

    version 12.4

    no service timestamps log datetime msec

    no service timestamps debug datetime msec

    no service password-encryption

    !

    hostname R1

    !

    interface FastEthernet0/0

    ip address 10.10.0.1 255.255.0.0

    duplex auto

    speed auto

    ipv6 address 2001:DB8:2::/1

  • 8/7/2019 ITI804 PRACTICA4

    9/18

    8

    ipv6 mtu 1500

    ipv6 enable

    !

    interface FastEthernet0/1

    ip address 10.9.0.1 255.255.0.0

    duplex auto

    speed auto

    ipv6 mtu 1500

    ipv6 enable

    !

    interface Vlan1

    no ip address

    shutdown

    !

    ip classless

    ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

    line con 0

    line vty 0 4

    login

    end

    Router 2

    R2(config-if)#

    %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)#exit

    R2#

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

  • 8/7/2019 ITI804 PRACTICA4

    10/18

    9

    R2#ping 10.10.0.1

    Type escape sequence to abort.

    Sending 5, 100-byte ICMP Echos to 10.10.0.1, timeout is 2 seconds:

    .!!!!

    Success rate is 80 percent (4/5), round-trip min/avg/max = 2/8/26 ms

    R2#ping 10.10.0.1

    Type escape sequence to abort.

    Sending 5, 100-byte ICMP Echos to 10.10.0.1, timeout is 2 seconds:

    !!!!!

    Success rate is 100 percent (5/5), round-trip min/avg/max = 1/6/24 ms

    R2#ping 2001:db8:2::/1

    Translating "2001:db8:2::/1"...domain server (255.255.255.255)

    % Unrecognized host or address or protocol not running.

    R2#

    R2#ping 2001:db8:2::1

    Type escape sequence to abort.

    Sending 5, 100-byte ICMP Echos to 2001:db8:2::1, timeout is 2 seconds:

    .....

    Success rate is 0 percent (0/5)

    R2#ping 2001:db8:2:1

    Translating "2001:db8:2:1"...domain server (255.255.255.255)

    % Unrecognized host or address or protocol not running.

    R2#config t

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

    R2(config)#ip route 0.0.0.0 0.0.0.0 fa0/0

    R2(config)#interface fa0/1

  • 8/7/2019 ITI804 PRACTICA4

    11/18

    10

    R2(config-if)#ipv6 enable

    R2(config-if)#ip address 10.11.0.1 255.255.0.0

    R2(config-if)#ipv6 address 2001db8:3::/1

    % Incomplete command.

    R2(config-if)#ipv6 address 2001:db8:3::/1

    %FastEthernet0/1: Error: ::/1 is overlapping with ::/2 on FastEthernet0/0

    R2(config-if)#

    R2(config-if)#ipv6 address 2001:db8:3::/1 enable

    ^

    % Invalid input detected at '^' marker.

    R2(config-if)#

    R2(config-if)#no shut

    R2(config-if)#

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

    R2(config-if)#exit

    R2(config)#interface FastEthernet0/1

    R2(config-if)#

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

    R2(config-if)#exit

    R2(config)#interface FastEthernet0/0

    R2(config-if)#

    R2 con0 is now available

    Press RETURN to get started.

    R2>ena

    R2#show r

    R2#show running-config

  • 8/7/2019 ITI804 PRACTICA4

    12/18

    11

    Building configuration...

    Current configuration : 591 bytes

    !

    version 12.4

    no service timestamps log datetime msec

    no service timestamps debug datetime msec

    no service password-encryption

    !

    hostname R2

    interface FastEthernet0/0

    ip address 10.10.0.2 255.255.0.0

    duplex auto

    speed auto

    ipv6 address 2001:DB8:2::/2

    ipv6 mtu 1500

    ipv6 enable

    !

    interface FastEthernet0/1

    ip address 10.11.0.1 255.255.0.0

    duplex auto

    speed auto

    ipv6 mtu 1500

    ipv6 enable

    !

    interface Vlan1

    no ip address

    shutdown

    !

  • 8/7/2019 ITI804 PRACTICA4

    13/18

    12

    ip classless

    ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

    line con 0

    line vty 0 4

    login

    !

    end

    R2#

    R2 con0 is now available

    Press RETURN to get started.

    R2>enable

    R2#show r

    R2#show running-config

    Building configuration...

    Current configuration : 591 bytes

    !

    version 12.4

    no service timestamps log datetime msec

    no service timestamps debug datetime msec

    no service password-encryption

    !

    hostname R2

    interface FastEthernet0/0

    ip address 10.10.0.2 255.255.0.0

    duplex auto

    speed auto

    ipv6 address 2001:DB8:2::/2

    ipv6 mtu 1500

  • 8/7/2019 ITI804 PRACTICA4

    14/18

    13

    ipv6 enable

    !

    interface FastEthernet0/1

    ip address 10.11.0.1 255.255.0.0

    duplex auto

    speed auto

    ipv6 mtu 1500

    ipv6 enable

    !

    interface Vlan1

    no ip address

    shutdown

    !

    ip classless

    ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

    line con 0

    line vty 0 4

    login

    end

    R2#

  • 8/7/2019 ITI804 PRACTICA4

    15/18

    14

    PC 1

    PC 2

  • 8/7/2019 ITI804 PRACTICA4

    16/18

  • 8/7/2019 ITI804 PRACTICA4

    17/18

    16

    BIBLIOGRAFIA

    http://dspace.cedia.org.ec/bitstream/123456789/44/2/cedia%20ipv6%20curso.pdf

  • 8/7/2019 ITI804 PRACTICA4

    18/18