Configuración del router UNOh

Embed Size (px)

Citation preview

  • 8/2/2019 Configuracin del router UNOh

    1/13

    I N S T I T U T O T E C N O L G I C O DE H U E J U T L A

    Licenciatura en InformticaAsignatura:

    Administracin de Redes

    Catedrtico:MTI. Salomn Blas Hernndez

    Tema:Reporte de Practica en Packet Trace

    Nombre de la alumna:Claudia Eulalia Hernndez Daz

    VIII SemestreGrupo A

    Huejutla, Hgo; Mayo 2010.

  • 8/2/2019 Configuracin del router UNOh

    2/13

    Configuracin del router UNO

    Router>enable

    Router#configure terminal

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

    Router(config)#hostname UNO

    UNO(config)#enable secret password ITH

    UNO(config)#enable secret OCTAVOUNO(config)#banner motd #BIENVENIDO AL ROUTER UNO DEL ITH#

    UNO(config)#interface fastethernet 0/0

    UNO(config-if)#ip address 172.16.0.1 255.255.0.0

    UNO(config-if)#description esta es la E0 del router UNO

    UNO(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

    UNO(config-if)#exit

    UNO(config)#interface serial 0/0

    UNO(config-if)#ip address 192.168.1.1 255.255.255.0

    UNO(config-if)#no shutdown

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

    UNO#copy running-config startup-config

    Destination filename [startup-config]?

    Building configuration...[OK]

    UNO#

    UNO#exit

    UNO con0 is now available

    Press RETURN to get started.BIENVENIDOS AL ROUTER UNO DEL ITH

    UNO>

    Configuracin del router DOS

    Router>enable

    Router#configure terminal

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

    Router(config)#hostname DOS

    DOS(config)#enable password ITH

    DOS(config)#enable secret OCTAVO

    DOS(config)#banner motd #BIENVENIDOS AL ROUTER DOS DEL ITH#

    DOS(config)#interface fastethernet 0/0

    DOS(config-if)#ip address 172.17.0.1 255.255.0.0

    DOS(config-if)#description esta es la E0 del router DOS

    DOS(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

    DOS(config-if)#exit

    DOS(config)#interface serial 0/1

    DOS(config-if)#ip address 192.168.1.2 255.255.255.0

    DOS(config-if)#description esta es la serial 0/1 del router DOS

    DOS(config-if)#no shutdown

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

    DOS(config-if)#exit

    DOS(config)#interface serial 0/0DOS(config-if)#ip address 192.168.2.1 255.255.255.0

    DOS(config-if)#description esta es la serial 0/0 del router DOS

    DOS(config-if)#clock rate 64000DOS(config-if)#no shutdown

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

    DOS(config-if)#exit

    DOS(config)#interface serial 1/0DOS(config-if)#ip address 192.168.2.1 255.255.255.0

    DOS(config-if)#description esta es la serial 1/0 del router DOS

    DOS(config-if)#no shutdown

  • 8/2/2019 Configuracin del router UNOh

    3/13

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

    DOS(config-if)#clockrate 64000

    DOS(config)#exit

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

    DOS#copy running-config startup-config

    Destination filename [startup-config]?Building configuration...

    [OK]

    DOS#DOS#exit

    DOS con0 is now available

    Press RETURN to get started.

    BIENVENIDOS AL ROUTER DOS DEL ITH

    DOS>

    Configuracin del router TRESRouter>enable

    Router#configure terminal

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

    Router(config)#hostname TRES

    TRES(config)#enable password ITH

    TRES(config)#enable secret OCTAVO

    TRES(config)#banner motd #BIENVENIDO AL ROUTER TRES DEL ITH#TRES(config)#interface fastethernet 0/0

    TRES(config-if)#ip address 172.19.0.1 255.255.0.0

    TRES(config-if)#description esta es la E0 del router TRES

    TRES(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

    TRES(config-if)#exit

    TRES(config)#interface serial 0/0

    TRES(config-if)#ip address 192.168.5.2 255.255.255.0

    TRES(config-if)#description esta es la serial 0/0 del router TRES

    TRES(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/0, changed state to up

    TRES(config-if)#exit

    TRES(config)#interface serial 0/1

    TRES(config-if)#ip address 192.168.4.1 255.255.255.0

    TRES(config-if)#description esta es la serial 0/1 del router TRES

    TRES(config-if)#no shutdow

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

    TRES(config-if)#exit

    TRES(config)#exit

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

    TRES#copy running-config startup-config

    Destination filename [startup-config]?

    Building configuration...

    [OK]

    TRES#TRES#exit

    TRES con0 is now available

    Press RETURN to get started.

    BIENVENIDO AL ROUTER TRES DEL ITH

    TRES>

    Configuracin del router CINCORouter>enable

    Router#configure terminal

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

    Router(config)#hostname CINCO

    CINCO(config)#enable password ITH

    CINCO(config)#enable secret OCTAVO

    CINCO(config)#banner motd #BIENVENIDO AL ROUTER CINCO DEL ITH#

    CINCO(config)#interface fastethernet 0/0

  • 8/2/2019 Configuracin del router UNOh

    4/13

    CINCO(config-if)#ip address 172.18.0.1 255.255.0.0

    CINCO(config-if)#description esta es la E0 del router CINCO

    CINCO(config-if)#no shutdow

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

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

    CINCO(config-if)#exitCINCO(config)#interface serial 0/0

    CINCO(config-if)#ip address 192.168.2.2 255.255.255.0

    CINCO(config-if)#description esta es la serial del router CINCOCINCO(config-if)#no shutdown

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

    CINCO(config-if)#exit

    CINCO(config)#interface serial 0/1

    CINCO(config-if)#ip address 192.168.3.1 255.255.255.0

    CINCO(config-if)#description esta es la serial del 0/1 del router CINCO

    CINCO(config-if)#no shutdown

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

    CINCO(config-if)#exit

    CINCO(config)#exit

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

    CINCO#copy running-config startup-configDestination filename [startup-config]?

    Building configuration...

    [OK]CINCO#exitCINCO con0 is now available

    Press RETURN to get started.

    BIENVENIDO AL ROUTER CINCO DEL ITH

    CINCO>

    Configuracin del router SEISRouter>enable

    Router#configure terminal

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

    Router(config)#hostname SEISSEIS(config)#enable password ITH

    SEIS(config)#enable secret OCTAVO

    SEIS(config)#banner motd #BIENVENIDOS AL ROUTER SEIS DEL ITH#

    SEIS(config)#interface fastethernet 0/0

    SEIS(config-if)#ip address 172.20.0.1 255.255.0.0

    SEIS(config-if)#description esta es la E0 del router SEIS

    SEIS(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

    SEIS(config-if)#exit

    SEIS(config)#interface fastethernet 1/0

    SEIS(config-if)# ip address 172.24.0.1 255.255.0.0

    SEIS(config-if)#description esta es la E1 del router SEIS

    SEIS(config-if)#no shutdown

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

    SEIS(config-if)#exit

    SEIS(config)#interface fastethernet 1/1

    SEIS(config-if)# ip address 172.21.0.1 255.255.0.0

    SEIS(config-if)#description esta es la E1/1 del router SEISSEIS(config-if)#no shutdown

    %LINK-5-CHANGED: Interface FastEthernet1/1, changed state to upSEIS(config-if)#exit

    SEIS(config)#interface serial 0/0

    SEIS(config-if)#ip address 192.168.3.2 255.255.255.0

    SEIS(config-if)#description esta es la serial 0/0 del router SEISSEIS(config-if)#no shutdown

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

    SEIS(config)#interface serial 0/1

    SEIS(config-if)#ip address 192.168.4.2 255.255.255.0

  • 8/2/2019 Configuracin del router UNOh

    5/13

    SEIS(config-if)#description esta es la serial 0/1 del router SEIS

    SEIS(config-if)#no shutdown

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

    SEIS(config-if)#exit

    SEIS(config)#exit

    %SYS-5-CONFIG_I: Configured from console by consoleSEIS#copy running-config startup-config

    Destination filename [startup-config]?

    Building configuration...[OK]

    SEIS#

    SEIS#exit

    SEIS con0 is now available

    Press RETURN to get started.

    BIENVENIDOS AL ROUTER SEIS DEL ITH

    SEIS>

    Configuracin del router SIETE

    Router>enable

    Router#configure terminal

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

    Router(config)#hostname SIETE

    SIETE(config)#enable password ITHSIETE(config)#enable secret OCTAVO

    SIETE(config)#banner motd #BIENVENIDOS AL ROUTER SIETE DEL ITH#

    SIETE(config)#interface fastethernet 1/0

    SIETE(config-if)#ip address 172.24.0.3 255.255.0.0

    SIETE(config-if)#description esta es la E0 del router SIETE

    SIETE(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

    SIETE(config)#interface fastethernet 0/0

    SIETE(config-if)#ip address 172.22.0.2 255.255.0.0

    SIETE(config-if)#description esta es la E0 del router SIETESIETE(config-if)#no shutdown

    SIETE(config-if)#exit

    SIETE(config)#exit

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

    SIETE#copy running-config startup-config

    Destination filename [startup-config]?

    Building configuration...

    [OK]

    SIETE#

    SIETE#exit

    SIETE con0 is now available

    Press RETURN to get started.

    BIENVENIDOS AL ROUTER SIETE DEL ITH

    SIETE>

    Configuracin del router OCHO

    Router>enable

    Router#configure terminal

    Enter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname OCHO

    OCHO(config)#enable password ITH

    OCHO(config)#enable secret OCTAVO

    OCHO(config)#banner motd #BIENVENIDOS AL ROUTER OCHO DEL ITH#

    OCHO(config)#interface fastethernet 1/0

    OCHO(config-if)#ip address 172.24.0.2 255.255.0.0

    OCHO(config-if)#description esta es la E0 del router OCHO

    OCHO(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

  • 8/2/2019 Configuracin del router UNOh

    6/13

    OCHO(config)#interface fastethernet 0/0

    OCHO(config-if)#ip address 172.23.0.1 255.255.0.0

    OCHO(config-if)#description esta es la E0 del router OCHO

    OCHO(config-if)#no shutdown

    OCHO(config-if)#exit

    OCHO(config)#exit%SYS-5-CONFIG_I: Configured from console by console

    OCHO#copy running-config startup-config

    Destination filename [startup-config]?Building configuration...

    [OK]

    OCHO#exit

    OCHO con0 is now available

    Press RETURN to get started.

    BIENVENIDOS AL ROUTER OCHO DEL ITH

    OCHO>

    Router UNOUNO>enable

    Password: OCTAVO

    UNO#config t

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

    UNO(config)#ip route 172.17.0.0 255.255.0.0 192.168.1.2

    UNO(config)#ip route 172.18.0.0 255.255.0.0 192.168.1.2

    UNO(config)#ip route 172.19.0.0 255.255.0.0 192.168.1.2

    UNO(config)#ip route 172.20.0.0 255.255.0.0 192.168.1.2

    UNO(config)#ip route 172.21.0.0 255.255.0.0 192.168.1.2

    UNO(config)#ip route 172.24.0.0 255.255.0.0 192.168.1.2

    UNO(config)#ip route 172.22.0.0 255.255.0.0 192.168.1.2

    UNO(config)#ip route 172.23.0.0 255.255.0.0 192.168.1.2

    UNO(config)#exit

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

    UNO#copy running-config startup-config

    Destination filename [startup-config]?

    Building configuration...

    [OK]

    UNO#exit

  • 8/2/2019 Configuracin del router UNOh

    7/13

    Router DOS

    DOS>enable

    Password: OCTAVO

    DOS#config t

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

    DOS(config)#ip route 172.16.0.0 255.255.0.0 192.168.1.1

    DOS(config)#ip route 172.18.0.0 255.255.0.0 192.168.2.2

    DOS(config)#ip route 172.18.0.0 255.255.0.0 192.168.5.1

    DOS(config)#ip route 172.19.0.0 255.255.0.0 192.168.2.2

    DOS(config)#ip route 172.19.0.0 255.255.0.0 192.168.5.1

    DOS(config)#ip route 172.20.0.0 255.255.0.0 192.168.2.2

    DOS(config)#ip route 172.20.0.0 255.255.0.0 192.168.5.1

    DOS(config)#ip route 172.21.0.0 255.255.0.0 192.168.2.2

    DOS(config)#ip route 172.21.0.0 255.255.0.0 192.168.5.1

    DOS(config)#ip route 172.24.0.0 255.255.0.0 192.168.2.2

    DOS(config)#ip route 172.24.0.0 255.255.0.0 192.168.5.1

    DOS(config)#ip route 172.22.0.0 255.255.0.0 192.168.2.2

    DOS(config)#ip route 172.22.0.0 255.255.0.0 192.168.5.1

    DOS(config)#ip route 172.23.0.0 255.255.0.0 192.168.2.2

    DOS(config)#ip route 172.23.0.0 255.255.0.0 192.168.5.1

    DOS(config)#exit

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

    DOS#copy running-config startup-config

    Destination filename [startup-config]?

    Building configuration...

    [OK]

  • 8/2/2019 Configuracin del router UNOh

    8/13

    DOS#exit

    Router TRES

    TRES>enable

    Password: OCTAVO

    TRES#config t

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

    TRES(config)#ip route 172.16.0.0 255.255.0.0 192.168.5.1

    TRES(config)#ip route 172.16.0.0 255.255.0.0 192.168.4.2

    TRES(config)#ip route 172.17.0.0 255.255.0.0 192.168.5.1

    TRES(config)#ip route 172.17.0.0 255.255.0.0 192.168.4.2

    TRES(config)#ip route 172.18.0.0 255.255.0.0 192.168.5.1

    TRES(config)#ip route 172.18.0.0 255.255.0.0 192.168.4.2

    TRES(config)#ip route 172.20.0.0 255.255.0.0 192.168.5.1

    TRES(config)#ip route 172.20.0.0 255.255.0.0 192.168.4.2

    TRES(config)#ip route 172.21.0.0 255.255.0.0 192.168.5.1

    TRES(config)#ip route 172.21.0.0 255.255.0.0 192.168.4.2

    TRES(config)#ip route 172.24.0.0 255.255.0.0 192.168.5.1

    TRES(config)#ip route 172.24.0.0 255.255.0.0 192.168.4.2

    TRES(config)#ip route 172.22.0.0 255.255.0.0 192.168.5.1

    TRES(config)#ip route 172.22.0.0 255.255.0.0 192.168.4.2

    TRES(config)#ip route 172.23.0.0 255.255.0.0 192.168.5.1

    TRES(config)#ip route 172.23.0.0 255.255.0.0 192.168.4.2

    TRES(config)#exit

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

  • 8/2/2019 Configuracin del router UNOh

    9/13

    TRES#copy running-config startup-config

    Destination filename [startup-config]?

    Building configuration...

    [OK]

    TRES#exit

    Router CINCO

    CINCO>enable

    Password: OCTAVO

    CINCO#config t

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

    CINCO(config)#ip route 172.16.0.0 255.255.0.0 192.168.2.1

    CINCO(config)#ip route 172.16.0.0 255.255.0.0 192.168.3.2

    CINCO(config)#ip route 172.17.0.0 255.255.0.0 192.168.2.1

    CINCO(config)#ip route 172.17.0.0 255.255.0.0 192.168.3.2

    CINCO(config)#ip route 172.19.0.0 255.255.0.0 192.168.2.1

    CINCO(config)#ip route 172.19.0.0 255.255.0.0 192.168.3.2

    CINCO(config)#ip route 172.20.0.0 255.255.0.0 192.168.2.1

    CINCO(config)#ip route 172.20.0.0 255.255.0.0 192.168.3.2

    CINCO(config)#ip route 172.21.0.0 255.255.0.0 192.168.2.1

    CINCO(config)#ip route 172.21.0.0 255.255.0.0 192.168.3.2

    CINCO(config)#ip route 172.24.0.0 255.255.0.0 192.168.2.1

    CINCO(config)#ip route 172.24.0.0 255.255.0.0 192.168.3.2

    CINCO(config)#ip route 172.22.0.0 255.255.0.0 192.168.2.1

    CINCO(config)#ip route 172.22.0.0 255.255.0.0 192.168.3.2

    CINCO(config)#ip route 172.23.0.0 255.255.0.0 192.168.2.1

  • 8/2/2019 Configuracin del router UNOh

    10/13

    CINCO(config)#ip route 172.23.0.0 255.255.0.0 192.168.3.2

    CINCO(config)#exit

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

    CINCO#copy running-config startup-config

    Destination filename [startup-config]?

    Building configuration...

    [OK]

    CINCO#exit

    Router SEIS

    SEIS>enable

    Password: SEIS

    SEIS#config t

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

    SEIS(config)#ip route 172.16.0.0 255.255.0.0 192.168.4.1

    SEIS(config)#ip route 172.16.0.0 255.255.0.0 192.168.3.1

    SEIS(config)#ip route 172.17.0.0 255.255.0.0 192.168.4.1

    SEIS(config)#ip route 172.17.0.0 255.255.0.0 192.168.3.1

    SEIS(config)#ip route 172.18.0.0 255.255.0.0 192.168.4.1

    SEIS(config)#ip route 172.18.0.0 255.255.0.0 192.168.3.1

    SEIS(config)#ip route 172.19.0.0 255.255.0.0 192.168.4.1

    SEIS(config)#ip route 172.19.0.0 255.255.0.0 192.168.3.1

    SEIS(config)#ip route 172.22.0.0 255.255.0.0 172.24.0.3

    SEIS(config)#ip route 172.23.0.0 255.255.0.0 172.24.0.2

    SEIS(config)#exit

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

  • 8/2/2019 Configuracin del router UNOh

    11/13

    SEIS#copy running-config startup-config

    Destination filename [startup-config]?

    Building configuration...

    [OK]

    SEIS#exit

    Router SIETE

    SIETE>enable

    Password: OCTAVO

    SIETE#config t

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

    SIETE(config)#ip route 172.16.0.0 255.255.0.0 172.24.0.1

    SIETE(config)#ip route 172.17.0.0 255.255.0.0 172.24.0.1

    SIETE(config)#ip route 172.18.0.0 255.255.0.0 172.24.0.1

    SIETE(config)#ip route 172.19.0.0 255.255.0.0 172.24.0.1

    SIETE(config)#ip route 172.20.0.0 255.255.0.0 172.24.0.1

    SIETE(config)#ip route 172.21.0.0 255.255.0.0 172.24.0.1

    SIETE(config)#ip route 172.23.0.0 255.255.0.0 172.24.0.2

    SIETE(config)#exit

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

    SIETE#copy running-config startup-config

    Destination filename [startup-config]?

    Building configuration...

    [OK]

    SIETE#exit

  • 8/2/2019 Configuracin del router UNOh

    12/13

    Router OCHO

    OCHO>enable

    Password: OCTAVO

    OCHO#config t

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

    OCHO(config)#ip route 172.16.0.0 255.255.0.0 172.24.0.1

    OCHO(config)#ip route 172.17.0.0 255.255.0.0 172.24.0.1

    OCHO(config)#ip route 172.18.0.0 255.255.0.0 172.24.0.1

    OCHO(config)#ip route 172.19.0.0 255.255.0.0 172.24.0.1

    OCHO(config)#ip route 172.20.0.0 255.255.0.0 172.24.0.1

    OCHO(config)#ip route 172.21.0.0 255.255.0.0 172.24.0.1

    OCHO(config)#ip route 172.22.0.0 255.255.0.0 172.24.0.3

    OCHO(config)#exit

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

    OCHO#copy running-config startup-config

    Destination filename [startup-config]?

    Building configuration...

    [OK]

    OCHO#exit

  • 8/2/2019 Configuracin del router UNOh

    13/13

    Pantalla de Diseo lgico en Packet Trace