Trabajo RedesII Evidencia Escrita

download Trabajo RedesII Evidencia Escrita

of 7

Transcript of Trabajo RedesII Evidencia Escrita

  • 8/6/2019 Trabajo RedesII Evidencia Escrita

    1/7

    TALLER 1CONFIGURACION SWITCH S1

    S1>enable

    S1#configure terminal

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

    S1config)#vlan 10

    S1(config-vlan)#name P1

    S1(config-vlan)#exit

    S1(config)#vlan 30

    S1config-vlan)#name P3

    S1(config-vlan)#exit

    S1(config)#interface fastEthernet 0/5

    S1(config-if)#switchport mode trunk

    S1(config-if)#exit

    S1config)#interface fastEthernet 0/6

    S1(config-if)#switchport access vlan 30

    S1(config-if)#exit

    S1(config)#interface fastEthernet 0/11

    S1(config-if)#switchport access vlan 10

    S1(config-if)#exit

    S1#show vlan brief

    VLAN Name Status Ports

    ---- ------------------------------ --------- -------------------------------

    1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4

    Fa0/5, Fa0/6, Fa0/7, Fa0/8

    Fa0/9, Fa0/10, Fa0/11, Fa0/12

    Fa0/13, Fa0/14, Fa0/15, Fa0/16

    Fa0/17, Fa0/18, Fa0/19, Fa0/20

    Fa0/21, Fa0/22, Fa0/23, Fa0/24

  • 8/6/2019 Trabajo RedesII Evidencia Escrita

    2/7

    Gig1/1,Gig1/2

    10 VLAN0010 active

    30 VLAN0030 active

    1002 fddi-default active

    1003 token-ring-default active

    1004 fddinet-default active1005 trnet-default active

    CONFIGURACION ROUTER R1

    R1>enable

    R1#configure terminal

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

    R1(config)#interface fastethernet 0/1

    R1(config-if)#no shutdown

    R1(config)#interface fastethernet 0/1.10

    R1(config-subif)#encapsulation dot1q 10

    R1(config-subif)#ip address 172.17.10.1

    % Incomplete command.

    R1(config-subif)#ip address 172.17.10.1 255.255.255.0

    R1(config-subif)#exit

    R1(config)#interface fastethernet 0/1.30

    R1(config-subif)#encapsulation dot1q 30

    R1(config-subif)#ip address 172.17.30.1 255.255.255.0

    R1(config-subif)#exit

    R1(config)#exit

  • 8/6/2019 Trabajo RedesII Evidencia Escrita

    3/7

    TALLER 2Router>enable

    Router#configure terminal

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

    Router(config)#interface fastethernet 0/0

    Router(config-if)#ip address 172.16.1.1 255.255.255.0

    Router(config-if)#exit

    Router(config)#interface serial 2/0

    Router(config-if)#ip address 172.16.2.1 255.255.255.0

    Router(config-if)#clock rate 64000

    Router(config-if)#no shutdown

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

    Router(config-if)#exit

    Router(config)#exit

    Router#

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

    Router#show interfaces

    Router>enable

    Router#configure terminal

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

    Router(config)#interface fastethernet 0/1

    %Invalid interface type and number

    Router(config)#interface fastethernet 0/0

    Router(config-if)#ip address 172.16.5.1 255.255.255.0

    Router(config-if)#exit

    Router(config)#interface serial 2/0

  • 8/6/2019 Trabajo RedesII Evidencia Escrita

    4/7

    Router(config-if)#ip address 172.16.4.2 255.255.255.0

    Router(config-if)#clock rate 64000

    Router(config-if)#no shutdown

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

    Router(config-if)#exit

    Router(config)#exit

    Router#

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

    Router#show interfaces

    Router>enable

    Router#configure terminal

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

    Router(config)#router rip

    Router(config-router)#ip route 172.16.1.0 255.255.255.0 172.16.2.1

    Router(config)#router rip

    Router(config-router)#ip route 172.16.5.0 255.255.255.0 172.16.4.2

    Router(config)#router rip

    Router(config-router)#network 172.16.2.0

    Router(config-router)#network 172.16.3.0

    Router(config-router)#network 172.16.4.0

    Router(config-router)#exit

    Router(config)#exit

    Router#

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

    Router#show ip route

    Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

    D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

    N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

  • 8/6/2019 Trabajo RedesII Evidencia Escrita

    5/7

    E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

    i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

    * - candidate default, U - per-user static route, o - ODR

    P - periodic downloaded static route

    Gateway of last resort is not set

    Router#ping 172.16.2.0

    Type escape sequence to abort.

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

    .....

    Success rate is 0 percent (0/5)

    Router#

    Router#

    Router#traceroute 172.16.2.0

    Type escape sequence to abort.

    Tracing the route to 172.16.2.0

    1 * * *

    2 * * *

    3 * * *

    4 * * *

    5 * * *

    6 * * *

    7 * * *

    8 * * *

    9 * * *

    10 * * *

    11 * * *

    12 * * *

    13 * * *

  • 8/6/2019 Trabajo RedesII Evidencia Escrita

    6/7

    14 * * *

    15 * * *

    16 * * *

    17 * * *

    18 * * *

    19 * * *

    20 * * *

    21 * * *

    22 * * *

    23 * * *

    24 * * *

    25 * * *

    26 * * *

    27 * * *

    28 * * *

    29 * * *

    30 * * *

    Switch>enable

    Switch#configure terminal

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

    Switch(config)#interface fastethernet 0/24

    Switch(config-if)#switchport mode trunk

    Switch(config-if)#exit

    Switch(config)#exit

    (aplica para los tres switch)

  • 8/6/2019 Trabajo RedesII Evidencia Escrita

    7/7