Está en la página 1de 124

UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD

LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

UNIDAD 1
PASO 1
ACTIVIDAD COLABORATIVA 1

PRESENTADO POR:
CRISTIAN ALEXANDER ALZATE BEDOYA
CODIGO: 1.116.437.133
VIANNY CARLOS SALDARRIAGA
CODIGO: 1.113.650.353
YUSSEF ABDUL
CODIGO: 1.113.627.761
LUIS ALBERTO SANCHEZ
CODIGO: 16.786.134

GRUPO:
2150520_1

TUTOR:
NANCY AMPARO GUACA

UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA


CEAD PALMIRA
2017
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

INTRODUCCION

Cuando se inicia el curso de principio de lan inalambrica y cableada, se tiene como objetivo
conocer sobre redes conmutadas, la configuración y conceptos básicos de PVST, así como
aprender de Vlans y el BPDU entre estas y algunos conceptos de routing. Para esto los
estudiantes se apoyan en un material en línea, el cual ayuda a desarrollar las aptitudes
necesarias para planificar e implementar redes pequeñas con una variedad de aplicaciones.
En base a lo anterior, se realiza el trabajo colaborativo 1, del presente curso, en cual se
desarrollaran una serie de ejercicios y laboratorios, en los cuales se aplicaran los
conocimientos adquiridos en el módulo 1 de cisco, donde se dio un manejo inicial del
software de redes Cisco Packet Tracer en sus diversos aspectos.
Todo esto será de gran ayuda en la aplicación de soluciones en el mundo real, ya que es una
de las ramas de la ingeniería que más avanza en la actualidad, debido a las aplicaciones y
mejoras realizadas constantemente a las redes y sobre todo a la internet, por medio de la cual
millones de personas interactúan diariamente.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

OBJETIVOS

 Describir las tecnologías de switching mejoradas, como las VLAN, el protocolo de


enlace troncal de VLAN (VTP), el protocolo de árbol de expansión rápido (RSTP),
el protocolo de árbol de expansión por VLAN (PVSTP) y 802.1q.

 Configurar las operaciones básicas de una red conmutada pequeña y resolver


problemas relacionados.

 Conocer los parámetros básicos para realizar enrutamiento entre vlans de una red
básica.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

TABLA CONTENIDO

CONTENIDO

UNIDAD 1 .......................................................................................................................................... 1
INTRODUCCION............................................................................................................................. 2
OBJETIVOS ...................................................................................................................................... 3
TABLA CONTENIDO ..................................................................................................................... 4
CONTENIDOS .................................................................................................................................. 5
2.3.1.5 Packet Tracer - Configuring PVST+ ............................................................................... 5
2.3.2.2 Packet Tracer - Configuring Rapid PVST+ ................................................................. 23
3.2.1.3 Packet Tracer - Configuring EtherChannel Instructions ............................................ 38
3.2.2.3 Packet Tracer - Troubleshooting EtherChannel Instructions .................................... 52
2.1.2.10 Lab - Building a Switched Network with Redundant Links ..................................... 60
2.3.2.3 Lab - Configuring Rapid PVST+, PortFast, and BPDU Guard ................................. 77
3.2.1.4 Lab - Configuring EtherChannel................................................................................... 91
2.4.3.4 Lab - Configuring HSRP and GLBP ........................................................................... 105
CONCLUSIONES ......................................................................................................................... 123
REFERENCIAS BIBLIOGRAFICAS ........................................................................................ 124
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

CONTENIDOS

2.3.1.5 Packet Tracer - Configuring PVST+

PACKET TRACER – CONFIGURING PVST

Topology

Addressing Table

Switch Port Assignment Specifications


UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Objectives

Part 1: Configure VLANs


Part 2: Configure Spanning Tree PVST+ and Load Balancing
Part 3: Configure PortFast and BPDU Guard

Background

In this activity, you will configure VLANs and trunks, and examine and configure the
Spanning Tree Protocol primary and secondary root bridges. You will also optimize the
switched topology using PVST+, PortFast, and BPDU guard.

Part 1: Configure VLANs

Step 1: Enable the user ports on S1, S2, and S3 in access mode.

Refer to the topology diagram to determine which switch ports (S1, S2, and S3) are activated
for end-user device access. These three ports will be configured for access mode and enabled
with the no shutdown command.

S1(config)# interface f0/6


S1(config-if)# switchport mode access
S1(config-if)# no shutdown
S2(config)# interface f0/18
S2(config-if)# switchport mode access
S2(config-if)# no shutdown
S3(config)# interface f0/11
S3(config-if)# switchport mode access
S3(config-if)# no shutdown
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 2: Create VLANs.

Using the appropriate command, create VLANs 10, 20, 30, 40, 50, 60, 70, 80, and 99 on all
of the switches.

S1(config)# vlan 10
S1(config-vlan)# vlan 20
S1(config-vlan)# vlan 30
S1(config-vlan)# vlan 40
S1(config-vlan)# vlan 50
S1(config-vlan)# vlan 60
S1(config-vlan)# vlan 70
S1(config-vlan)# vlan 80
S1(config-vlan)# vlan 99
S2(config)# vlan 10
S2(config-vlan)# vlan 20
S2(config-vlan)# vlan 30
S2(config-vlan)# vlan 40
S2(config-vlan)# vlan 50
S2(config-vlan)# vlan 60
S2(config-vlan)# vlan 70
S2(config-vlan)# vlan 80
S2(config-vlan)# vlan 99
S3(config)# vlan 10
S3(config-vlan)# vlan 20
S3(config-vlan)# vlan 30
S3(config-vlan)# vlan 40
S3(config-vlan)# vlan 50
S3(config-vlan)# vlan 60
S3(config-vlan)# vlan 70
S3(config-vlan)# vlan 80
S3(config-vlan)# vlan 99
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 3: Assign VLANs to switch ports.

Port assignments are listed in the table at the beginning of the activity. Save your
configurations after assigning switch ports to the VLANs.

S1(config)# interface f0/6


S1(config-if)# switchport access vlan 30
S2(config)# interface f0/18
S2(config-if)# switchport access vlan 20
S3(config)# interface f0/11
S3(config-if)# switchport access vlan 10
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 4: Verify the VLANs.

Use the show vlan brief command on all switches to verify that all VLANs are registered in
the VLAN table.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 5: Assign the trunks to native VLAN 99.

Use the appropriate command to configure ports F0/1 to F0/4 on each switch as trunk ports,
and assign these trunk ports to native VLAN 99.

S1(config)# interface range f0/1-4


S1(config-if-range)# switchport mode trunk
S1(config-if-range)# switchport trunk native vlan 99
S2(config)# interface range f0/1-4
S2(config-if-range)# switchport mode trunk
S2(config-if-range)# switchport trunk native vlan 99
S3(config)# interface range f0/1-4
S3(config-if-range)# switchport mode trunk
S3(config-if-range)# switchport trunk native vlan 99
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 6: Configure the management interface on all three switches with an address.

S1(config)# interface vlan99


S1(config-if)# ip address 172.31.99.1 255.255.255.0
S2(config)# interface vlan99
S2(config-if)# ip address 172.31.99.2 255.255.255.0

S3(config)# interface vlan99


S3(config-if)# ip address 172.31.99.3 255.255.255.0

Verify that the switches are correctly configured by pinging between them.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Part 2: Configure Spanning Tree PVST+ and Load Balancing

Because there is a separate instance of the spanning tree for every active VLAN, a separate
root election is conducted for each instance. If the default switch priorities are used in root
selection, the same root is elected for every spanning tree instance, as we have seen. This
could lead to an inferior design. Some reasons to control the selection of the root switch
include:

 The root switch is responsible for generating BPDUs for STP 802.1D and is the
focal point for spanning tree to control traffic. The root switch must be capable of
handling this additional load.

 The placement of the root defines the active switched paths in the network. Random
placement is likely to lead to suboptimal paths. Ideally the root is in the distribution
layer.

 Consider the topology used in this activity. Of the six trunks configured, only three
are carrying traffic. While this prevents loops, it is a waste of resources. Because the
root can be defined on the basis of the VLAN, you can have some ports blocking for
one VLAN and forwarding for another. This is demonstrated below.

Step 1: Configure STP mode.

Use the spanning-tree mode command to configure the switches so they use PVST as the
STP mode.

S1(config)# spanning-tree mode pvst

S2(config)# spanning-tree mode pvst

S3(config)# spanning-tree mode pvst


UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 2: Configure Spanning Tree PVST+ load balancing.

a. Configure S1 to be the primary root for VLANs 1, 10, 30, 50, and 70. Configure S3
to be the primary root for VLANs 20, 40, 60, 80, and 99. Configure S2 to be the
secondary root for all VLANs.

S1(config)# spanning-tree vlan 1,10,30,50,70 root primary

S2(config)# spanning-tree vlan 1,10,20,30,40,50,60,70,80,99 root secondary

S3(config)# spanning-tree vlan 20,40,60,80,99 root primary

b. Verify your configurations using the show spanning-tree command.


UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Part 3: Configure PortFast and BPDU Guard

Step 1: Configure PortFast on the switches.

PortFast causes a port to enter the forwarding state almost immediately by dramatically
decreasing the time of the listening and learning states. PortFast minimizes the time it takes
for the server or workstation to come online. Configure PortFast on the switch interfaces
that are connected to PCs.

S1(config)# interface f0/6


S1(config-if-range)# spanning-tree portfast

S2(config)# interface f0/18


S2(config-if-range)# spanning-tree portfast

S3(config)# interface f0/11


S3(config-if-range)# spanning-tree portfast

Step 2: Configure BPDU guard on the switches.

The STP PortFast BPDU guard enhancement allows network designers to enforce the STP
domain borders and keep the active topology predictable. The devices behind the ports that
have STP PortFast enabled are unable to influence the STP topology. At the reception of
BPDUs, the BPDU guard operation disables the port that has PortFast configured. The
BPDU guard transitions the port into the err-disable state, and a message appears on the
console. Configure BPDU guard on switch interfaces that are connected to PCs.

S1(config)# interface f0/6


S1(config-if)# spanning-tree bpduguard enable

S2(config)# interface f0/18


S2(config-if)# spanning-tree bpduguard enable

S3(config)# interface f0/11


S3(config-if)# spanning-tree bpduguard enable
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

2.3.2.2 Packet Tracer - Configuring Rapid PVST+

PACKET TRACER – CONFIGURING RAPID PVST

Topology

Addressing Table
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Switch Port Assignment Specifications

Objectives

Part 1: Configure VLANs


Part 2: Configure Rapid Spanning Tree PVST+ Load balancing
Part 3: Configure PortFast and BPDU Guard

Background
In this activity, you will configure VLANs and trunks, Rapid Spanning Tree PVST+, primary
and secondary root bridges, and examine the configuration results. You will also optimize
the network by configuring PortFast, and BPDU Guard on edge ports.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Part 1: Configure VLANs

Step 1: Enable the user ports on S2 in access mode.


Refer to the topology diagram to determine which switch ports on S2 are activated for end-
user device access. These three ports will be configured for access mode and enabled with
the no shutdown command.

S2(config)# interface range f0/6,f0/11,f0/18


S2(config-if-range)# switchport mode access
S2(config-fi-range)# no shutdown
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 2: Create VLANs.

Using the appropriate command, create VLANs 10, 20, 30, 40, 50, 60, 70, 80, and 99 on all
of the switches.

S1(config)# vlan 10
S1(config-vlan)# vlan 20
S1(config-vlan)# vlan 30
S1(config-vlan)# vlan 40
S1(config-vlan)# vlan 50
S1(config-vlan)# vlan 60
S1(config-vlan)# vlan 70
S1(config-vlan)# vlan 80
S1(config-vlan)# vlan 99
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S2(config)# vlan 10
S2(config-vlan)# vlan 20
S2(config-vlan)# vlan 30
S2(config-vlan)# vlan 40
S2(config-vlan)# vlan 50
S2(config-vlan)# vlan 60
S2(config-vlan)# vlan 70
S2(config-vlan)# vlan 80
S2(config-vlan)# vlan 99
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S3(config)# vlan 10
S3(config-vlan)# vlan 20
S3(config-vlan)# vlan 30
S3(config-vlan)# vlan 40
S3(config-vlan)# vlan 50
S3(config-vlan)# vlan 60
S3(config-vlan)# vlan 70
S3(config-vlan)# vlan 80
S3(config-vlan)# vlan 99
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 3: Assign VLANs to switch ports.

Port assignments are listed in the table at the beginning of the activity. Save your
configurations after assigning switch ports to the VLANs.

S2(config)# interface f0/6


S2(config-if)# switchport access vlan 30
S2(config-if)# interface f0/11
S2(config-if)# switchport access vlan 10
S2(config-if)# interface f0/18
S2(config-if)# switchport access vlan 20
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 4: Verify the VLANs.

Use the show vlan brief command on all switches to verify that all VLANs are registered in
the VLAN table.

Step 5: Assign the trunks to native VLAN 99.

Use the appropriate command to configure ports F0/1 to F0/4 on each switch as trunk ports
and assign these trunk ports to native VLAN 99.
S1(config)# interface range f0/1-4
S1(config-if-range)# switchport mode trunk
S1(config-if-range)# switchport trunk native vlan 99
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S2(config)# interface range f0/1-4


S2(config-if-range)# switchport mode trunk
S2(config-if-range)# switchport trunk native vlan 99

S3(config)# interface range f0/1-4


S3(config-if-range)# switchport mode trunk
S3(config-if-range)# switchport trunk native vlan 99
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 6: Configure the management interface on all three switches with an address.

S1(config)# interface vlan99


S1(config-if)# ip address 172.17.99.11 255.255.255.0

S2(config)# interface vlan99


S2(config-if)# ip address 172.17.99.12 255.255.255.0
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S3(config)# interface vlan99


S3(config-if)# ip address 172.17.99.13 255.255.255.0

Verify that the switches are correctly configured by pinging between them.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Part 2: Configure Rapid Spanning Tree PVST+ Load Balancing


The Rapid Spanning Tree Protocol (RSTP; IEEE 802.1w) can be seen as an evolution of the
802.1D standard more so than a revolution. The 802.1D terminology remains primarily the
same. Most parameters have been left unchanged so users familiar with 802.1D can rapidly
configure the new protocol comfortably. In most cases, RSTP performs better than
proprietary extensions of Cisco without any additional configuration. 802.1w can also revert
back to 802.1D in order to interoperate with legacy bridges on a per-port basis.

Step 1: Configure STP mode.

Use the spanning-tree mode command to configure the switches to use rapid PVST as the
STP mode.
S1(config)# spanning-tree mode rapid-pvst

S2(config)# spanning-tree mode rapid-pvst


UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S3(config)# spanning-tree mode rapid-pvst

Verify your configurations by using the show spanning-tree command.


UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Part 3: Configure PortFast and BPDU Guard

Step 1: Configuring PortFast on S2.

PortFast causes a port to enter the forwarding state almost immediately by dramatically
decreasing the time of the listening and learning states. PortFast minimizes the time it takes
for the server or workstation to come online. Configure PortFast on S2 interfaces that are
connected to PCs.

S2(config)# interface range f0/6 , f0/11 , f0/18


S2(config-if-range)# spanning-tree portfast
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 2: Configuring BPDU Guard on S2.

The STP PortFast BPDU Guard enhancement allows network designers to enforce the STP
domain borders and keep the active topology predictable. The devices behind the ports that
have STP PortFast enabled are not able to influence the STP topology. At the reception of
BPDUs, the BPDU Guard operation disables the port that has PortFast configured. The
BPDU Guard transitions the port into err-disable state, and a message appears on the console.
Configure BPDU Guard on S2 interfaces that are connected to PCs.

S2(config)# interface range f0/6 , f0/11 , f0/18


S2(config-if-range)# spanning-tree bpduguard enable

Step 3: Verify your configuration.

Use the show run command to verify your configuration.


UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

3.2.1.3 Packet Tracer - Configuring EtherChannel Instructions

PACKET TRACER – CONFIGURING ETHERCHANNEL

Topology

Objectives

Part 1: Configure Basic Switch Settings


Part 2: Configure an EtherChannel with Cisco PAgP
Part 3: Configure an 802.3ad LACP EtherChannel
Part 4: Configure a Redundant EtherChannel Link

Background

Three switches have just been installed. There are redundant uplinks between the switches.
Usually, only one of these links could be used; otherwise, a bridging loop might occur.
However, using only one link utilizes only half of the available bandwidth. EtherChannel
allows up to eight redundant links to be bundled together into one logical link. In this lab,
you will configure Port Aggregation Protocol (PAgP), a Cisco EtherChannel protocol, and
Link Aggregation Control Protocol (LACP), an IEEE 802.3ad open standard version of
EtherChannel.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Part 1: Configure Basic Switch Settings

Step 1: Configure basic switch parameters.

a. Assign each switch a hostname according to the topology diagram.

Switch(config)# hostname S1
Switch(config)# hostname S2
Switch(config)# hostname S3

b. Configure all required ports as trunks, depending on the connections between


devices.

Note: If the ports are configured with dynamic auto mode, and you do not set the
mode of the ports to trunk, the links do not form trunks and remain access ports. The
default mode on a 2960 switch is dynamic auto.

S1(config)# interface range g0/1 - 2


S1(config-if-range)# switchport mode trunk
S1(config-if-range)# interface range f0/21 - 22
S1(config-if-range)# switchport mode trunk
S1(config-if-range)# end
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S2(config)# interface range g0/1 - 2


S2(config-if-range)# switchport mode trunk
S2(config-if-range)# interface range f0/23 - 24
S2(config-if-range)# switchport mode trunk
S2(config-if-range)# end

S3(config)# interface range f0/21 - 24


S3(config-if-range)# switchport mode trunk
S3(config-if-range)# end
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Part 2: Configure an EtherChannel with Cisco PAgP


Note: When configuring EtherChannels, it is recommended to shut down the physical ports
being grouped on both devices before configuring them into channel groups. Otherwise, the
EtherChannel Misconfig Guard may place these ports into err-disabled state. The ports and
port channels can be re-enabled after EtherChannel is configured.
Step 1: Configure Port Channel 1.

a. The first EtherChannel created for this activity aggregates ports F0/22 and F0/21
between S1 and S3. Use the show interfaces trunk command to ensure that you have
an active trunk link for those two links.

S1# show interfaces trunk

Port Mode Encapsulation Status Native vlan


F0/21 on 802.1q trunking 1
F0/22 on 802.1q trunking 1
G0/1 on 802.1q trunking 1
G0/2 on 802.1q trunking 1

<output omitted>

b. On both switches, add ports F0/21 and F0/22 to Port Channel 1 with the channel-
group 1 mode desirable command. The mode desirable option enables the switch to
actively negotiate to form a PAgP link.

S1(config)# interface range f0/21 – 22


S1(config-if-range)# shutdown
S1(config-if-range)# channel-group 1 mode desirable
S1(config-if-range)# no shutdown
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S3(config)# interface range f0/21 - 22


S3(config-if-range)# shutdown
S3(config-if-range)# channel-group 1 mode desirable
S3(config-if-range)# no shutdown

c. Configure the logical interface to become a trunk by first entering the interface port-
channel number command and then the switchport mode trunk command. Add this
configuration to both switches.

S1(config)# interface port-channel 1


S1(config-if)# switchport mode trunk
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S3(config)# interface port-channel 1


S3(config-if)# switchport mode trunk

Step 2: Verify Port Channel 1 status.

a. Issue the show etherchannel summary command to verify that EtherChannel is


working on both switches. This command displays the type of EtherChannel, the
ports utilized, and port states.

S1# show etherchannel summary

Flags: D - down P - in port-channel


I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
u - unsuitable for bundling
w - waiting to be aggregated
d - default port

Number of channel-groups in use: 1


Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+----------------------------------------
1 Po1(SU) PAgP F0/21(P) F0/22(P)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S3# show etherchannel summary


Flags: D - down P - in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
u - unsuitable for bundling
w - waiting to be aggregated
d - default port

Number of channel-groups in use: 1


Number of aggregators: 1

Group Port-channel Protocol Ports


------+-------------+-----------+----------------------------------------
1 Po1(SU) PAgP F0/21(P) F0/22(P)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

b. If the EtherChannel does not come up, shut down the physical interfaces on both
ends of the EtherChannel and then bring them back up again. This involves using the
shutdown command on those interfaces, followed by a no shutdown command a few
seconds later.

The show interfaces trunk and commands also show the port channel as one
logical link.

S1# show interfaces trunk


Port Mode Encapsulation Status Native vlan
Gig0/1 on 802.1q trunking 1
Gig0/2 on 802.1q trunking 1
Po1 on 802.1q trunking 1
<output omitted>
S1# show spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0001.436E.8494
Cost 9
Port 27(Port-channel 1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec

Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)


Address 000A.F313.2395
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 20

Interface Role Sts Cost Prio.Nbr Type


---------------- ---- --- --------- -------- --------------------------------
Gi0/1 Desg FWD 4 128.25 P2p
Gi0/2 Desg FWD 4 128.26 P2p
Po1 Root FWD 9 128.27 Shr
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Part 3: Configure an 802.3ad LACP EtherChannel


Step 1: Configure Port Channel 2.

a. In 2000, the IEEE released 802.3ad, which is an open standard version of


EtherChannel. Using the previous commands, configure the link between S1 and S2
on ports G0/1 and G0/2 as an LACP EtherChannel. You must use a different port
channel number on S1 than 1, because you already used that in the previous step. To
configure a port channel as LACP, use the interface configuration mode channel-
group number mode active command. Active mode indicates that the switch actively
tries to negotiate that link as LACP, as opposed to PAgP.

S1(config)# interface range g0/1 - 2


S1(config-if-range)# shutdown
S1(config-if-range)# channel-group 2 mode active
S1(config-if-range)# no shutdown
S1(config-if-range)# interface port-channel 2
S1(config-if)# switchport mode trunk
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S2(config)# interface range g0/1 - 2


S2(config-if-range)# shutdwon
S2(config-if-range)# channel-group 2 mode active
S2(config-if-range)# no shutdown
S2(config-if-range)# interface port-channel 2
S2(config-if)# switchport mode trunk

Step 2: Verify Port Channel 2 status.

a. Use the show commands from Part 1 Step 2 to verify the status of Port Channel 2.
Look for the protocol used by each port.

S1# show etherchannel summary


Flags: D - down P - in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
u - unsuitable for bundling
w - waiting to be aggregated
d - default port

Number of channel-groups in use: 2


Number of aggregators: 2
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Group Port-channel Protocol Ports


------+-------------+-----------+----------------------------------------------
1 Po1(SU) PAgP Fa0/21(P) Fa0/22(P)
2 Po2(SU) LACP Gig0/1(P) Gig0/2(P)

Part 4: Configure a Redundant EtherChannel Link

Step 1: Configure Port Channel 3.

There are various ways to enter the channel-group number mode command:
S2(config)# interface range f0/23 - 24
S2(config-if-range)# channel-group 3 mode ?
active Enable LACP unconditionally
auto Enable PAgP only if a PAgP device is detected
desirable Enable PAgP unconditionally
on Enable Etherchannel only
passive Enable LACP only if a LACP device is detected
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

a. On switch S2, add ports F0/23 and F0/24 to Port Channel 3 with the channel-group
3 mode passive command. The passive option indicates that you want the switch to
use LACP only if another LACP device is detected. Statically configure Port Channel
3 as a trunk interface.

S2(config)# interface range f0/23 - 24


S2(config-if-range)# shutdown
S2(config-if-range)# channel-group 3 mode passive
S2(config-if-range)# no shutdown
S2(config-if-range)# interface port-channel 3
S2(config-if)# switchport mode trunk
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

b. On switch S3, add ports F0/23 and F0/24 to Port Channel 3 with the channel-group
3 mode active command. The active option indicates that you want the switch to use
LACP unconditionally. Statically configure Port Channel 3 as a trunk interface.

S3(config)# interface range f0/23 - 24


S3(config-if-range)# shutdown
S3(config-if-range)# channel-group 3 mode active
S3(config-if-range)# no shutdown
S3(config-if-range)# interface port-channel 3
S3(config-if)# switchport mode trunk

Step 2: Verify Port Channel 3 status.

a. Use the show commands from Part 1 Step 2 to verify the status of Port Channel 3.
Look for the protocol used by each port.

S2# show etherchannel summary


<output omitted>
Number of channel-groups in use: 2
Number of aggregators: 2
Group Port-channel Protocol Ports
------+-------------+-----------+----------------------------------------
2 Po2(SU) LACP Gig0/1(P) Gig0/2(P)
3 Po3(SU) LACP Fa0/23(P) Fa0/24(P)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

b. Port Channel 2 is not operative because spanning tree protocol placed some ports
into blocking mode. Unfortunately, those ports were Gigabit ports. To restore these
ports, configure S1 to be primary root for VLAN 1 or set the priority to 24576.

S1(config)# spanning-tree vlan 1 root primary


or
S1(config)# spanning-tree vlan 1 priority 24576
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

3.2.2.3 Packet Tracer - Troubleshooting EtherChannel Instructions

PACKET TRACER – TROUBLESHOOTING ETHERCHANNEL

Topology

Objectives

Part 1: Examine the Physical Layer and Correct Switch Port Mode Issues
Part 2: Identify and Correct Port Channel Assignment Issues
Part 3: Identify and Correct Port Channel Protocol Issues

Background

Four switches were recently configured by a junior technician. Users are complaining that
the network is running slow and would like you to investigate.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Part 1: Examine the Physical Layer and Correct Switch Port Mode Issues

Step 1: Look for access ports.

Examine the switches. When physical ports are assigned to an EtherChannel port, they
behave as one. Each pair will either be operational or down. They will not be mixed with one
port green and the other port orange.

Step 2: Set ports to trunking mode.

a. Verify that all physical ports in the topology are set to trunking. Correct any that are
in access mode.

S2(config)# interface range f0/21 - 24


S2(config-if-range)# switchport mode trunk
S2(config-if-range)# interface range g0/1-2
S2(config-if-range)# switchport mode trunk
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

b. Correct any EtherChannel ports that are not set to trunking mode.

S1(config)# interface port-channel 1


S1(config-if)# switchport mode trunk

S2(config)# interface port-channel 2


S2(config-if)# switchport mode trunk
S2(config-if)# interface port-channel 3
S2(config-if)# switchport mode trunk
S2(config-if)# interface Port-channel 6
S2(config-if)# switchport mode trunk
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Part 2: Identify and Correct Port Channel Assignment Issues

Step 1: Examine port channel assignments.

The topology illustrates physical ports and their EtherChannel assignments. Verify that the
switches are configured as indicated.

S1# show etherchannel summary


<output omitted>
1 Po1(SD) LACP Gig0/1(I) Gig0/2(I)
3 Po3(SU) LACP Fa0/23(P) Fa0/24(P)
5 Po5(SU) LACP Fa0/21(P) Fa0/22(P)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S2# show etherchannel summary


<output omitted>
2 Po2(SU) LACP Gig0/1(P) Gig0/2(P)
3 Po3(SU) LACP Fa0/23(P) Fa0/24(P)
6 Po6(SD) LACP Fa0/21(I) Fa0/22(I)

S3# show etherchannel summary


<output omitted>
1 Po1(SD) PAgP Gig0/1(I) Gig0/2(I)
4 Po4(SD) PAgP Fa0/23(I) Fa0/24(I)
6 Po6(SD) PAgP Fa0/21(I) Fa0/22(I)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S4# show etherchannel summary


<output omitted>
2 Po2(SU) LACP Gig0/1(P) Gig0/2(P)
4 Po4(SU) LACP Fa0/21(P) Fa0/22(P) Fa0/23(I) Fa0/24(I)
5 Po5(SD) -

Step 2: Correct port channel assignments.

Correct any switch ports that are not assigned to the correct EtherChannel port.
S4(config)# interface range f0/21 - 22
S4(config-if-range)# channel-group 5 mode active
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Part 3: Identify and Correct Port Channel Protocol Issues

Step 1: Identify protocol issues.

In 2000, the IEEE released 802.3ad (LACP), which is an open standard version of
EtherChannel. For compatibility reasons, the network design team chose to use LACP across
the network. All ports that participate in EtherChannel need to actively negotiate the link as
LACP, as opposed to PAgP. Verify that the physical ports are configured as indicated.

S3# show etherchannel summary


<output omitted>
1 Po1(SD) PAgP Gig0/1(I) Gig0/2(I)
4 Po4(SD) PAgP Fa0/23(I) Fa0/24(I)
6 Po6(SD) PAgP Fa0/21(I) Fa0/22(I)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Step 2: Correct Protocol issues.

Correct any switch ports that are not negotiating using LACP.
S3(config)# interface range g0/1 - 2
S3(config-if-range)# no channel-group
S3(config-if-range)# channel-group 1 mode active
S3(config-if-range)# interface range f0/21 - 22
S3(config-if-range)# no channel-group
S3(config-if-range)# channel-group 6 mode active
S3(config-if-range)# interface range f0/23 - 24
S3(config-if-range)# no channel-group
S3(config-if-range)# channel-group 4 mode active
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

2.1.2.10 Lab - Building a Switched Network with Redundant Links

Práctica de laboratorio: Armado de una red conmutada con enlaces redundantes

Topología

Tabla de asignación de direcciones

Dirección
Dispositivo Interfaz IP Máscara de subred

S1 VLAN 1 192.168.1.1 255.255.255.0


S2 VLAN 1 192.168.1.2 255.255.255.0
S3 VLAN 1 192.168.1.3 255.255.255.0

Objetivos
Parte 1: armar la red y configurar los parámetros básicos de los dispositivos
Parte 2: Determinar el puente raíz
Parte 3: Observar la selección del puerto STP sobre la base del costo de puerto
Parte 4: Observar la selección del puerto STP sobre la base de la prioridad de puerto
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Información básica/situación
La redundancia aumenta la disponibilidad de los dispositivos en la topología de la red
mediante la protección de la red contra un único punto de falla. La redundancia en una
red conmutada se logra con el uso de varios switches o varios enlaces entre switches.
Cuando se introduce la redundancia física en un diseño de red, se producen bucles y se
duplican las tramas.
El protocolo de árbol de expansión (STP) se desarrolló como mecanismo para evitar
bucles de capa 2 en los enlaces redundantes en una red conmutada. STP asegura que
exista sólo una ruta lógica entre todos los destinos de la red, al realizar un bloqueo de
forma intencional a aquellas rutas redundantes que puedan ocasionar un bucle.
En esta práctica de laboratorio, utilizará el comando show spanning-tree para observar
el proceso de elección del puente raíz con STP. También observará el proceso de
selección de puertos según el costo y la prioridad.
Nota: los switches que se utilizan son Cisco Catalyst 2960s con IOS de Cisco versión
15.0(2) (imagen de lanbasek9). Se pueden utilizar otros switches y otras versiones del
IOS de Cisco. Según el modelo y la versión de IOS de Cisco, los comandos disponibles
y los resultados que se obtienen pueden diferir de los que se muestran en las prácticas de
laboratorio.
Nota: asegúrese de que los switches se hayan borrado y que no tengan configuraciones
de inicio. Si no está seguro, consulte al instructor.

Recursos necesarios
 3 switches (Cisco 2960 con IOS de Cisco versión 15.0(2), imagen lanbasek9 o
similar)
 Cables de consola para configurar los dispositivos con IOS de Cisco mediante los
puertos de consola
 Cables Ethernet, como se muestra en la topología
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Parte 1 Armar la red y configurar los parámetros básicos de los dispositivos


En la parte 1, establecerá la topología de la red y configurará los parámetros básicos en
los switches.
Paso 1. Realizar el cableado de red tal como se muestra en la topología.
Conecte los dispositivos que se muestran en el diagrama de la topología y realice el
cableado según sea necesario.

Paso 2. Inicialice y vuelva a cargar los switches, según sea necesario.

Paso 3. Configure los parámetros básicos para cada switch.


a. Desactive la búsqueda del DNS.
b. Configure el nombre del dispositivo como se muestra en la topología.
c. Asigne class como la contraseña cifrada del modo EXEC privilegiado.
d. Asigne cisco como la contraseña de vty y la contraseña de consola, y habilite el inicio
de sesión para las líneas de vty y de consola.
e. Configure logging synchronous para la línea de consola.
f. Configure un aviso de mensaje del día (MOTD) para advertir a los usuarios que el
acceso no autorizado está prohibido.
g. Configure la dirección IP que se indica en la tabla de direccionamiento para la VLAN
1 en todos los switches.
h. Copie la configuración en ejecución en la configuración de inicio

Paso 4. Probar la conectividad.


Verifique que los switches puedan hacer ping entre sí.
¿Puede S1 hacer ping a S2? SI
¿Puede S1 hacer ping a S3? SI
¿Puede S2 hacer ping a S3? SI
Lleve a cabo la resolución de problemas hasta que pueda responder afirmativamente
todas las preguntas.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Parte 2. Determinar el puente raíz


Toda instancia de spanning-tree (LAN conmutada o dominio de broadcast) posee un
switch designado como puente raíz. El puente raíz sirve como punto de referencia para
todos los cálculos de spanning-tree para determinar las rutas redundantes que deben
bloquearse.
Un proceso de elección determina el switch que se transforma en el puente raíz. El switch
con el menor identificador de puente (BID) se convierte en el puente raíz. El BID está
compuesto por un valor de prioridad del puente, una ID de sistema extendido y la
dirección MAC del switch. El valor de prioridad puede variar entre 0 y 65535, en
incrementos de 4096, con un valor predeterminado de 32768.

Paso 5. Desactivar todos los puertos en los switches.


Paso 6. Configurar los puertos conectados como enlaces troncales.
Paso 7. Activar los puertos F0/2 y F0/4 en todos los switches.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 8. Mostrar la información del árbol de expansión.


Emita el comando show spanning-tree en los tres switches. La prioridad de la ID de
puente se calcula agregando el valor de prioridad y la ID de sistema extendido. La ID de
sistema extendido siempre es el número de VLAN. En el ejemplo que se muestra a
continuación, los tres switches tienen los mismos valores de prioridad de ID de puente
(32769 = 32768 + 1, donde la prioridad predeterminada es 32768, y el número de VLAN
es 1); por lo tanto, el switch con la menor dirección MAC se convierte en el puente raíz
(en el ejemplo, el S2).
S1# show spanning-tree

VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0cd9.96d2.4000
Cost 19
Port 2 (FastEthernet0/2)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec

Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)


Address 0cd9.96e8.8a00
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300 sec

Interface Role Sts Cost Prio.Nbr Type


------------------- ---- --- --------- -------- --------------------------------
Fa0/2 Root FWD 19 128.2 P2p
Fa0/4 Altn BLK 19 128.4 P2p
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S2# show spanning-tree

VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0cd9.96d2.4000
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec

Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)


Address 0cd9.96d2.4000
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300 sec

Interface Role Sts Cost Prio.Nbr Type


------------------- ---- --- --------- -------- --------------------------------
Fa0/2 Desg FWD 19 128.2 P2p
Fa0/4 Desg FWD 19 128.4 P2p
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S3# show spanning-tree

VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0cd9.96d2.4000
Cost 19
Port 2 (FastEthernet0/2)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec

Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)


Address 0cd9.96e8.7400
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300 sec

Interface Role Sts Cost Prio.Nbr Type


------------------- ---- --- --------- -------- --------------------------------
Fa0/2 Root FWD 19 128.2 P2p
Fa0/4 Desg FWD 19 128.4 P2p
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Nota: el modo STP predeterminado del switch 2960 es el protocolo de árbol de expansión
por VLAN (PVST).
En el diagrama que se muestra a continuación, registre la función y el estado de los
puertos activos en cada switch de la topología.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Sobre la base del resultado de los switches, responda las siguientes preguntas:
¿Qué switch es el puente raíz? S2
¿Por qué el árbol de expansión eligió este switch como puente raíz?
Por el valor de prioridad vlan y por la mac
¿Cuáles son los puertos raíz en los switches? S3 fa0/2, S1 fa0/2
¿Cuáles son los puertos designados en los switches? S2 fa0/2 y fa0/4, S3 Fa0/4
¿Qué puerto se muestra como puerto alternativo y está actualmente bloqueado? S1 fa0/4
¿Por qué el árbol de expansión seleccionó este puerto como puerto no designado
(bloqueado)?
S1 porque tiene mayor Mac

Parte 2. Observar la selección del puerto STP sobre la base del costo de puerto
El algoritmo de árbol de expansión (STA) utiliza el puente raíz como punto de referencia
y después determina qué puertos debe bloquear según el costo de la ruta. Se prefiere el
puerto con el menor costo de ruta. Si los costos de puerto son iguales, entonces el árbol
de expansión compara los BID. Si los BID son iguales, entonces se utilizan las
prioridades de puerto para diferenciarlos. Siempre se prefieren los valores inferiores. En
la parte 3, modificará el costo de puerto para controlar qué puerto se bloquea mediante el
árbol de expansión.
Paso 1. Buscar el switch con el puerto bloqueado.
Con la configuración actual, solo debe haber un switch con un puerto bloqueado por STP.
Emita el comando show spanning-tree en ambos switches que no son raíz. En el ejemplo
anterior, el árbol de expansión bloquea el puerto F0/4 en el switch con el BID más alto
(el S1).
S1# show spanning-tree

VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0cd9.96d2.4000
Cost 19
Port 2 (FastEthernet0/2)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec

Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)


Address 0cd9.96e8.8a00
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Aging Time 300 sec

Interface Role Sts Cost Prio.Nbr Type


------------------- ---- --- --------- -------- --------------------------------
Fa0/2 Root FWD 19 128.2 P2p
Fa0/4 Altn BLK 19 128.4 P2p

S3# show spanning-tree

VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0cd9.96d2.4000
Cost 19
Port 2 (FastEthernet0/2)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec

Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)


Address 0cd9.96e8.7400
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 15 sec

Interface Role Sts Cost Prio.Nbr Type


------------------- ---- --- --------- -------- --------------------------------
Fa0/2 Root FWD 19 128.2 P2p
Fa0/4 Desg FWD 19 128.4 P2p
Nota: el puente raíz y la selección de puerto pueden variar en su topología.

Paso 2. Cambiar el costo de puerto.


Además del puerto bloqueado, el único puerto activo en este switch es el designado como
puerto raíz. Disminuya el costo de este puerto raíz a 18 mediante la emisión del comando
spanning-tree cost 18 del modo de configuración de interfaz.
S1(config)# interface f0/2
S1(config-if)# spanning-tree cost 18
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 3. Observar los cambios en el árbol de expansión.


Vuelva a emitir el comando show spanning-tree en ambos switches que no son raíz.
Observe que el puerto bloqueado anteriormente (F0/4 en el S1) ahora es un puerto
designado, y el árbol de expansión bloquea un puerto en el otro switch que no es raíz
(F0/4 en el S3).
S1# show spanning-tree

VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0cd9.96d2.4000
Cost 18
Port 2 (FastEthernet0/2)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec

Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)


Address 0cd9.96e8.8a00
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300 sec

Interface Role Sts Cost Prio.Nbr Type


------------------- ---- --- --------- -------- --------------------------------
Fa0/2 Root FWD 18 128.2 P2p
Fa0/4 Desg FWD 19 128.4 P2p

S3# show spanning-tree

VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0cd9.96d2.4000
Cost 19
Port 2 (FastEthernet0/2)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec

Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)


Address 0cd9.96e8.7400
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Aging Time 300 sec

Interface Role Sts Cost Prio.Nbr Type


------------------- ---- --- --------- -------- --------------------------------
Fa0/2 Root FWD 19 128.2 P2p
Fa0/4 Altn BLK 19 128.4 P2p
¿Por qué el árbol de expansión convirtió el puerto bloqueado anteriormente en un puerto
designado y bloqueó el puerto que era el designado en el otro switch?
Porque se ha bajado el costo y este se ha vuelto un puerto designado

Parte 4. Eliminar los cambios de costo de puerto.


i. Emita el comando no spanning-tree cost 18 del modo de configuración de interfaz
para eliminar la instrucción de costo que creó anteriormente.
S1(config)# interface f0/2
S1(config-if)# no spanning-tree cost 18
j. Vuelva a emitir el comando show spanning-tree para verificar que STP haya
restablecido la configuración de puerto original en los switches que no son raíz. STP
tarda aproximadamente 30 segundos en completar el proceso de transición de puerto.

Parte 3. Observar la selección del puerto STP sobre la base de la prioridad de puerto
Si los costos de puerto son iguales, entonces el árbol de expansión compara los BID. Si
los BID son iguales, entonces se utilizan las prioridades de puerto para diferenciarlos. El
valor predeterminado de prioridad de puerto es 128. STP agrega el número de puerto a la
prioridad de puerto para desequiparar. Siempre se prefieren los valores inferiores. En la
parte 4, activará las rutas redundantes a cada switch para observar cómo STP selecciona
un puerto mediante la prioridad de puerto.
k. Activar los puertos F0/1 y F0/3 en todos los switches.
l. Espere 30 segundos hasta que STP complete el proceso de transición de puerto y, a
continuación, emita el comando show spanning-tree en los switches que no son raíz.
Observe que el puerto raíz pasó a ser el puerto de menor número conectado al switch
raíz y bloqueó el puerto raíz anterior.
S1# show spanning-tree

VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0cd9.96d2.4000
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Cost 19
Port 1 (FastEthernet0/1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec

Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)


Address 0cd9.96e8.8a00
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 15 sec

Interface Role Sts Cost Prio.Nbr Type


------------------- ---- --- --------- -------- --------------------------------
Fa0/1 Root FWD 19 128.1 P2p
Fa0/2 Altn BLK 19 128.2 P2p
Fa0/3 Altn BLK 19 128.3 P2p
Fa0/4 Altn BLK 19 128.4 P2p
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S3# show spanning-tree

VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0cd9.96d2.4000
Cost 19
Port 1 (FastEthernet0/1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec

Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)


Address 0cd9.96e8.7400
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 15 sec

Interface Role Sts Cost Prio.Nbr Type


------------------- ---- --- --------- -------- --------------------------------
Fa0/1 Root FWD 19 128.1 P2p
Fa0/2 Altn BLK 19 128.2 P2p
Fa0/3 Desg FWD 19 128.3 P2p
Fa0/4 Desg FWD 19 128.4 P2p
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

¿Cuál es el puerto que seleccionó STP como puerto raíz en cada switch que no es raíz?
S1 fa0/1, S3 fa0/1
¿Por qué STP seleccionó estos puertos como puertos raíz en estos switches? Por la
prioridad del priority number de cada puerto ya que sus costos son iguales

Reflexión
1. Después de que se selecciona un puente raíz, ¿cuál es el primer valor que utiliza STP para
determinar la selección de puerto?
Primer valor es el costo
2. Si el primer valor es igual en los dos puertos, ¿cuál es el siguiente valor que utiliza STP
para determinar la selección de puerto?
Esta dado por el VID, la prioridad y la Mac
3. Si ambos valores son iguales en los dos puertos, ¿cuál es el siguiente valor que utiliza
STP para determinar la selección de puerto?
Number Priority
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

2.3.2.3 Lab - Configuring Rapid PVST+, PortFast, and BPDU Guard

Práctica de laboratorio: Configuración de PVST+ rápido, PortFast y protección


BPDU

Topología

Tabla de asignación de direcciones

Dispositivo Interfaz Dirección IP Máscara de subred

S1 VLAN 99 192.168.1.11 255.255.255.0


S2 VLAN 99 192.168.1.12 255.255.255.0
S3 VLAN 99 192.168.1.13 255.255.255.0
PC-A NIC 192.168.0.2 255.255.255.0
PC-C NIC 192.168.0.3 255.255.255.0

Asignación de VLAN

VLAN Nombre

10 Usuario
99 Management
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Objetivos
Parte 1: armar la red y configurar los parámetros básicos de los dispositivos
Parte 2: Configurar redes VLAN, VLAN nativa y enlaces troncales
Parte 3: Configurar el puente raíz y examinar la convergencia de PVST+
Parte 4: Configurar el PVST+ rápido, PortFast, la protección BPDU, y examinar la
convergencia

Información básica/situación
El protocolo de árbol de expansión por VLAN (PVST) es exclusivo de Cisco. Los
switches Cisco funcionan con PVST de manera predeterminada. PVST+ rápido (IEEE
802.1w) es una versión mejorada de PVST+ y permite un cálculo de árbol de expansión
y una convergencia más rápidos en respuesta a los cambios de topología de capa 2.
PVST+ rápido define tres estados de puerto: descartar, descubrir y reenviar, y
proporciona varias mejoras para optimizar el rendimiento de la red.
En esta práctica de laboratorio, configurará los puentes raíz principal y secundario,
examinará la convergencia de PVST+, configurará PVST+ rápido y comparará su
convergencia con la de PVST+. Además, configurará los puertos perimetrales para que
pasen de inmediato al estado de reenvío mediante PortFast y evitará que los puertos
perimetrales reenvíen BPDU mediante la protección BPDU.
Nota: en esta práctica de laboratorio, se proporciona la ayuda mínima relativa a los
comandos que efectivamente se necesitan para la configuración. Sin embargo, los
comandos requeridos se proporcionan en el apéndice A. Ponga a prueba su conocimiento
e intente configurar los dispositivos sin consultar el apéndice.
Nota: los switches que se utilizan en las prácticas de laboratorio de CCNA son Cisco
Catalyst 2960s con IOS de Cisco versión 15.0(2) (imagen lanbasek9). Se pueden utilizar
otros switches y otras versiones del IOS de Cisco. Según el modelo y la versión de IOS
de Cisco, los comandos disponibles y los resultados que se obtienen pueden diferir de los
que se muestran en las prácticas de laboratorio.
Nota: asegúrese de que los switches se hayan borrado y que no tengan configuraciones
de inicio. Si no está seguro, consulte al instructor.

Recursos necesarios
 3 switches (Cisco 2960 con IOS de Cisco versión 15.0(2), imagen lanbasek9 o
similar)
 2 computadoras (Windows 7, Vista o XP con un programa de emulación de terminal,
como Tera Term)
 Cables de consola para configurar los dispositivos con IOS de Cisco mediante los
puertos de consola
 Cables Ethernet, como se muestra en la topología
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Parte 2. Armar la red y configurar los parámetros básicos de los dispositivos


En la parte 1, configurará la topología de la red y los parámetros básicos, como
direcciones IP de la interfaz, el acceso a dispositivos y contraseñas.

Paso 1. Realizar el cableado de red tal como se muestra en la topología.


Paso 2. Configure los host del equipo.
Paso 3. Inicialice y vuelva a cargar los switches, según sea necesario.
Paso 4. Configure los parámetros básicos para cada switch.
m. Desactive la búsqueda del DNS.
n. Configure el nombre del dispositivo como se muestra en la topología.
o. Asigne cisco como la contraseña de vty y la contraseña de consola, y habilite el inicio
de sesión.
p. Asigne class como la contraseña cifrada del modo EXEC privilegiado.
q. Configure logging synchronous para evitar que los mensajes de consola interrumpan
la entrada de comandos.
r. Desactive todos los puertos de switch.
s. Copie la configuración en ejecución en la configuración de inicio.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Parte 3. Configurar las VLAN, la VLAN nativa y los enlaces troncales


En la parte 2, creará redes VLAN, asignará puertos de switch a las VLAN, configurará
puertos de enlace troncal y cambiará la VLAN nativa para todos los switches.
Nota: los comandos requeridos para la parte 2 se proporcionan en el apéndice A. Ponga
a prueba su conocimiento e intente configurar las VLAN, la VLAN nativa y los enlaces
troncales sin consultar el apéndice.

Paso 1. Crear las VLAN.


Utilice los comandos correspondientes para crear las VLAN 10 y 99 en todos los
switches. Asigne el nombre User a la VLAN 10 y Management a la 99.
S1(config)# vlan 10
S1(config-vlan)# name User
S1(config-vlan)# vlan 99
S1(config-vlan)# name Management

S2(config)# vlan 10
S2(config-vlan)# name User
S2(config-vlan)# vlan 99
S2(config-vlan)# name Management

S3(config)# vlan 10
S3(config-vlan)# name User
S3(config-vlan)# vlan 99
S3(config-vlan)# name Management

Paso 2. Habilitar puertos de usuario en modo de acceso y asignar las VLAN.


Para el puerto F0/6 en el S1 y el F0/18 en el S3, habilite los puertos, configúrelos como
puertos de acceso y asígnelos a la VLAN 10.

Paso 3. Configurar los puertos de enlace troncal y asignarlos a la VLAN 99 nativa.


Para los puertos F0/1 y F0/3 en todos los switches, habilite los puertos, configúrelos como
puertos de enlace troncal y asígnelos a la VLAN 99 nativa.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 4. Configurar la interfaz de administración en todos los switches.


Utilice la tabla de direccionamiento para configurar la interfaz de administración en todos
los switches con la dirección IP correspondiente.

Paso 5. Verificar las configuraciones y la conectividad.


Utilice el comando show vlan brief en todos los switches para verificar que todas las
VLAN estén registradas en la tabla de VLAN y que se hayan asignado los puertos
correctos.
Utilice el comando show interfaces trunk en todos los switches para verificar las
interfaces de enlace troncal.
Utilice el comando show running-config en todos los switches para verificar el resto de
la configuración.
¿Cuál es la configuración predeterminada para el modo de árbol de expansión en los
switches Cisco?
PVST
Verificar la conectividad entre la PC-A y la PC-C. ¿El ping se realizó correctamente? SI
Si el ping no se realizó correctamente, lleve a cabo la resolución de problemas de
configuración hasta que se resuelva el problema.
Nota: puede ser necesario deshabilitar el firewall de las computadoras para hacer ping
entre ellas correctamente.

Parte 4. Configurar el puente raíz y examinar la convergencia de PVST+


En la parte 3, determinará la raíz predeterminada en la red, asignará las raíces principal y
secundaria, y utilizará el comando debug para examinar la convergencia de PVST+.
Nota: los comandos requeridos para la parte 3 se proporcionan en el apéndice A. Ponga
a prueba su conocimiento e intente configurar el puente raíz sin consultar el apéndice.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 1. Determinar el puente raíz actual.


¿Qué comando permite al usuario determinar el estado del árbol de expansión de un
switch Cisco Catalyst para todas las VLAN? Escriba el comando en el espacio
proporcionado.
Show spanning-tree

Utilice el comando en los tres switches para determinar las respuestas a las siguientes
preguntas:
Nota: hay tres instancias del árbol de expansión en cada switch. La configuración
predeterminada de STP en los switches Cisco es PVST+, lo que crea una instancia de
árbol de expansión distinta para cada VLAN (la VLAN 1 y cualquier VLAN configurada
por el usuario).
¿Cuál es la prioridad del puente del switch S1 para la VLAN 1? 32769
¿Cuál es la prioridad del puente del switch S2 para la VLAN 1? 32769
¿Cuál es la prioridad del puente del switch S3 para la VLAN 1? 32769
¿Qué switch es el puente raíz? S2
¿Por qué se eligió este switch como puente raíz?

Paso 2. Configurar un puente raíz principal y secundario para todas las VLAN
existentes.
Si se elige un puente raíz (switch) por la dirección MAC, esto puede generar una
configuración poco óptima. En esta práctica de laboratorio, configurará el switch S2
como puente raíz y el S1 como puente raíz secundario.
t. Configure el switch S2 como puente raíz principal para todas las VLAN existentes.
Escriba el comando en el espacio proporcionado.
spanning-tree vlan 1 root primary
u. Configure el switch S1 como puente raíz secundario para todas las VLAN existentes.
Escriba el comando en el espacio proporcionado.
spanning-tree vlan 1 root secondary
Utilice el comando show spanning-tree para responder las siguientes preguntas:
¿Cuál es la prioridad del puente del S1 para la VLAN 1? 28673
¿Cuál es la prioridad del puente del S2 para la VLAN 1? 24577
¿Qué interfaz de la red está en estado de bloqueo? Fa0/3 de S3
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 3. Cambiar la topología de capa 2 y examinar la convergencia.


Para examinar la convergencia de PVST+, creará un cambio de topología de capa 2
mientras utiliza el comando debug para controlar los eventos del árbol de expansión.
v. Introduzca el comando debug spanning-tree events en el modo EXEC privilegiado
en el switch S3.
S3# debug spanning-tree events
Spanning Tree event debugging is on
w. Cree un cambio de topología mediante la deshabilitación de la interfaz F0/1 en el S3.
S3(config)# interface f0/1
S3(config-if)# shutdown
*Mar 1 00:58:56.225: STP: VLAN0001 new root port Fa0/3, cost 38
*Mar 1 00:58:56.225: STP: VLAN0001 Fa0/3 -> listening
*Mar 1 00:58:56.225: STP[1]: Generating TC trap for port FastEthernet0/1
*Mar 1 00:58:56.225: STP: VLAN0010 new root port Fa0/3, cost 38
*Mar 1 00:58:56.225: STP: VLAN0010 Fa0/3 -> listening
*Mar 1 00:58:56.225: STP[10]: Generating TC trap for port FastEthernet0/1
*Mar 1 00:58:56.225: STP: VLAN0099 new root port Fa0/3, cost 38
*Mar 1 00:58:56.225: STP: VLAN0099 Fa0/3 -> listening
*Mar 1 00:58:56.225: STP[99]: Generating TC trap for port FastEthernet0/1
*Mar 1 00:58:56.242: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Vlan1, changed state to down
*Mar 1 00:58:56.242: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Vlan99, changed state to down
*Mar 1 00:58:58.214: %LINK-5-CHANGED: Interface FastEthernet0/1, changed
state to administratively down
*Mar 1 00:58:58.230: STP: VLAN0001 sent Topology Change Notice on Fa0/3
*Mar 1 00:58:58.230: STP: VLAN0010 sent Topology Change Notice on Fa0/3
*Mar 1 00:58:58.230: STP: VLAN0099 sent Topology Change Notice on Fa0/3
*Mar 1 00:58:59.220: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/1, changed state to down
*Mar 1 00:59:11.233: STP: VLAN0001 Fa0/3 -> learning
*Mar 1 00:59:11.233: STP: VLAN0010 Fa0/3 -> learning
*Mar 1 00:59:11.233: STP: VLAN0099 Fa0/3 -> learning
*Mar 1 00:59:26.240: STP[1]: Generating TC trap for port FastEthernet0/3
*Mar 1 00:59:26.240: STP: VLAN0001 Fa0/3 -> forwarding
*Mar 1 00:59:26.240: STP[10]: Generating TC trap for port FastEthernet0/3
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

*Mar 1 00:59:26.240: STP: VLAN0010 sent Topology Change Notice on Fa0/3


*Mar 1 00:59:26.240: STP: VLAN0010 Fa0/3 -> forwarding
*Mar 1 00:59:26.240: STP[99]: Generating TC trap for port FastEthernet0/3
*Mar 1 00:59:26.240: STP: VLAN0099 Fa0/3 -> forwarding
*Mar 1 00:59:26.248: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Vlan1, changed state to up
*Mar 1 00:59:26.248: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Vlan99, changed state to up
Nota: antes de continuar, utilice el resultado de debug para verificar que todas las
VLAN en F0/3 hayan alcanzado el estado de reenvío y, a continuación, utilice el
comando no debug spanning-tree events para detener el resultado de debug.
¿Por qué estados de puerto pasa cada VLAN en F0/3 durante la convergencia de la
red?
Escuchar, aprender y enviar
Utilice la marca horaria del primer y último mensaje de depuración de STP para
calcular el tiempo (hasta el segundo más cercano) que tardó la red en converger.
Sugerencia: el formato de la marca horaria de la depuración es fecha hh.mm.ss:mseg.
30 segundos

Parte 5. Configurar PVST+ rápido, PortFast, la protección BPDU, y examinar la


convergencia
En la parte 4, configurará PVST+ rápido en todos los switches. Configurará PortFast y la
protección BPDU en todos los puertos de acceso y, a continuación, utilizará el comando
debug para examinar la convergencia de PVST+ rápido.
Nota: los comandos requeridos para la parte 4 se proporcionan en el apéndice A. Ponga
a prueba su conocimiento e intente configurar PVST+ rápido, PortFast y la protección
BPDU sin consultar el apéndice.
Paso 1. Configurar PVST+ rápido.
x. Configure el S1 para PVST+ rápido. Escriba el comando en el espacio proporcionado.
spanning-tree mode rapid-pvst
y. Configure S2 y S3 para PVST+ rápido.
z. Verifique la configuración con el comando show running-config | include
spanning-tree mode.
S1# show running-config | include spanning-tree mode
spanning-tree mode rapid-pvst

S2# show running-config | include spanning-tree mode


spanning-tree mode rapid-pvst
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S3# show running-config | include spanning-tree mode


spanning-tree mode rapid-pvst
Paso 2. Configurar PortFast y la protección BPDU en los puertos de acceso.
PortFast es una característica del árbol de expansión que realiza la transición inmediata
de un puerto al estado de reenvío en cuanto se activa. Esto es útil para conectar hosts de
modo que puedan comenzar a comunicarse en la VLAN instantáneamente, en lugar de
esperar al árbol de expansión. Para evitar que los puertos que están configurados con
PortFast reenvíen BPDU, lo que podría modificar la topología del árbol de expansión, se
puede habilitar la protección BPDU. Cuando se recibe una BPDU, la protección BPDU
deshabilita un puerto configurado con PortFast.
aa. Configure la interfaz F0/6 en el S1 con PortFast. Escriba el comando en el espacio
proporcionado.
spanning-tree portfast
bb. Configure la interfaz F0/6 en el S1 con la protección BPDU. Escriba el comando en
el espacio proporcionado.
spanning-tree bpduguard enable
cc. Configure de forma global todos los puertos que no son enlaces troncales en el switch
S3 con PortFast. Escriba el comando en el espacio proporcionado.
spanning-tree portfast default
dd. Configure de forma global todos los puertos PortFast que no son enlaces troncales en
el switch S3 con la protección BPDU. Escriba el comando en el espacio
proporcionado.
spanning-tree portfast bpdguard default

Paso 3. Examinar la convergencia de PVST+ rápido.


ee. Introduzca el comando debug spanning-tree events en el modo EXEC privilegiado
en el switch S3.
ff. Cree un cambio de topología mediante la habilitación de la interfaz F0/1 en el switch
S3.
S3(config)# interface f0/1
S3(config-if)# no shutdown
*Mar 1 01:28:34.946: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed
state to up
*Mar 1 01:28:37.588: RSTP(1): initializing port Fa0/1
*Mar 1 01:28:37.588: RSTP(1): Fa0/1 is now designated
*Mar 1 01:28:37.588: RSTP(10): initializing port Fa0/1
*Mar 1 01:28:37.588: RSTP(10): Fa0/1 is now designated
*Mar 1 01:28:37.588: RSTP(99): initializing port Fa0/1
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

*Mar 1 01:28:37.588: RSTP(99): Fa0/1 is now designated


*Mar 1 01:28:37.597: RSTP(1): transmitting a proposal on Fa0/1
*Mar 1 01:28:37.597: RSTP(10): transmitting a proposal on Fa0/1
*Mar 1 01:28:37.597: RSTP(99): transmitting a proposal on Fa0/1
*Mar 1 01:28:37.597: RSTP(1): updt roles, received superior bpdu on Fa0/1
*Mar 1 01:28:37.597: RSTP(1): Fa0/1 is now root port
*Mar 1 01:28:37.597: RSTP(1): Fa0/3 blocked by re-root
*Mar 1 01:28:37.597: RSTP(1): synced Fa0/1
*Mar 1 01:28:37.597: RSTP(1): Fa0/3 is now alternate
*Mar 1 01:28:37.597: RSTP(10): updt roles, received superior bpdu on Fa0/1
*Mar 1 01:28:37.597: RSTP(10): Fa0/1 is now root port
*Mar 1 01:28:37.597: RSTP(10): Fa0/3 blocked by re-root
*Mar 1 01:28:37.597: RSTP(10): synced Fa0/1
*Mar 1 01:28:37.597: RSTP(10): Fa0/3 is now alternate
*Mar 1 01:28:37.597: RSTP(99): updt roles, received superior bpdu on Fa0/1
*Mar 1 01:28:37.605: RSTP(99): Fa0/1 is now root port
*Mar 1 01:28:37.605: RSTP(99): Fa0/3 blocked by re-root
*Mar 1 01:28:37.605: RSTP(99): synced Fa0/1
*Mar 1 01:28:37.605: RSTP(99): Fa0/3 is now alternate
*Mar 1 01:28:37.605: STP[1]: Generating TC trap for port FastEthernet0/1
*Mar 1 01:28:37.605: STP[10]: Generating TC trap for port FastEthernet0/1
*Mar 1 01:28:37.605: STP[99]: Generating TC trap for port FastEthernet0/1
*Mar 1 01:28:37.622: RSTP(1): transmitting an agreement on Fa0/1 as a response to
a proposal
*Mar 1 01:28:37.622: RSTP(10): transmitting an agreement on Fa0/1 as a response
to a proposal
*Mar 1 01:28:37.622: RSTP(99): transmitting an agreement on Fa0/1 as a response
to a proposal
*Mar 1 01:28:38.595: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/1, changed state to up
Utilice la marca horaria del primer y último mensaje de depuración de RSTP para
calcular el tiempo que tardó la red en converger.
Un (1) segundo

Reflexión
1. ¿Cuál es el principal beneficio de utilizar PVST+ rápido?
Por el tiempo
2. ¿Cómo se logra una convergencia más rápida configurando un puerto con PortFast?
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Al comunicar los puestos con fast, hace que siempre estén en fordwarding, y se han
mas rápido.
3. ¿Qué es lo que protege la protección BPDU?
Que la información que este en el dominio de spanning-tree no sea modificado.

Apéndice A: comandos de configuración de switch

Switch S1
S1(config)# vlan 10
S1(config-vlan)# name User
S1(config-vlan)# vlan 99
S1(config-vlan)# name Management
S1(config-vlan)# exit
S1(config)# interface f0/6
S1(config-if)# no shutdown
S1(config-if)# switchport mode access
S1(config-if)# switchport access vlan 10
S1(config-if)# interface f0/1
S1(config-if)# no shutdown
S1(config-if)# switchport mode trunk
S1(config-if)# switchport trunk native vlan 99
S1(config-if)# interface f0/3
S1(config-if)# no shutdown
S1(config-if)# switchport mode trunk
S1(config-if)# switchport trunk native vlan 99
S1(config-if)# interface vlan 99
S1(config-if)# ip address 192.168.1.11 255.255.255.0
S1(config-if)# exit
S1(config)# spanning-tree vlan 1,10,99 root secondary
S1(config)# spanning-tree mode rapid-pvst
S1(config)# interface f0/6
S1(config-if)# spanning-tree portfast
S1(config-if)# spanning-tree bpduguard enable

Switch S2
S2(config)# vlan 10
S2(config-vlan)# name User
S2(config-vlan)# vlan 99
S2(config-vlan)# name Management
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S2(config-vlan)# exit
S2(config)# interface f0/1
S2(config-if)# no shutdown
S2(config-if)# switchport mode trunk
S2(config-if)# switchport trunk native vlan 99
S2(config-if)# interface f0/3
S2(config-if)# no shutdown
S2(config-if)# switchport mode trunk
S2(config-if)# switchport trunk native vlan 99
S2(config-if)# interface vlan 99
S2(config-if)# ip address 192.168.1.12 255.255.255.0
S2(config-if)# exit
S2(config)# spanning-tree vlan 1,10,99 root primary
S2(config)# spanning-tree mode rapid-pvst

Switch S3
S3(config)# vlan 10
S3(config-vlan)# name User
S3(config-vlan)# vlan 99
S3(config-vlan)# name Management
S3(config-vlan)# exit
S3(config)# interface f0/18
S3(config-if)# no shutdown
S3(config-if)# switchport mode access
S3(config-if)# switchport access vlan 10
S3(config-if)# spanning-tree portfast
S3(config-if)# spanning-tree bpduguard enable
S3(config-if)# interface f0/1
S3(config-if)# no shutdown
S3(config-if)# switchport mode trunk
S3(config-if)# switchport trunk native vlan 99
S3(config-if)# interface f0/3
S3(config-if)# no shutdown
S3(config-if)# switchport mode trunk
S3(config-if)# switchport trunk native vlan 99
S3(config-if)# interface vlan 99
S3(config-if)# ip address 192.168.1.13 255.255.255.0
S3(config-if)# exit
S3(config)# spanning-tree mode rapid-pvst
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

3.2.1.4 Lab - Configuring EtherChannel

Práctica de laboratorio: Configuración de EtherChannel

Topología

Tabla de asignación de direcciones

Máscara de
Dispositivo Interfaz Dirección IP subred

S1 VLAN 99 192.168.99.11 255.255.255.0


S2 VLAN 99 192.168.99.12 255.255.255.0
S3 VLAN 99 192.168.99.13 255.255.255.0
PC-A NIC 192.168.10.1 255.255.255.0
PC-B NIC 192.168.10.2 255.255.255.0
PC-C NIC 192.168.10.3 255.255.255.0

Objetivos
Parte 1: Configurar los parámetros básicos del switch
Parte 2: configurar PAgP
Parte 3: configurar LACP
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Información básica/situación
La agregación de enlaces permite la creación de enlaces lógicos que se componen de dos
o más enlaces físicos. Esto proporciona un mayor rendimiento más allá del uso de un
único enlace físico. Si uno de los enlaces falla, la agregación de enlaces también
proporciona redundancia.
En esta práctica de laboratorio, configurará EtherChannel, una forma de agregación de
enlaces que se utiliza en las redes conmutadas. Configurará EtherChannel mediante el
protocolo de agregación de puertos (PAgP) y el protocolo de control de agregación de
enlaces (LACP).
Nota: PAgP es un protocolo exclusivo de Cisco que solo se puede ejecutar en switches
Cisco y en switches que sean de proveedores con licencia para admitir PAgP. LACP es
un protocolo de agregación de enlaces definido en IEEE 802.3ad y no se asocia a ningún
proveedor específico.
LACP permite que los switches Cisco administren los canales Ethernet entre los switches
que cumplen con el protocolo 802.3ad. Puede configurar hasta 16 puertos para formar un
canal. Ocho de los puertos están en modo activo y los otros ocho están en modo de espera.
Cuando falla alguno de los puertos activos, se activa un puerto en espera. El modo de
espera funciona solo para LACP, no para PAgP.
Nota: los switches que se utilizan en las prácticas de laboratorio de CCNA son Cisco
Catalyst 2960s con IOS de Cisco versión 15.0(2) (imagen lanbasek9). Se pueden utilizar
otros switches y otras versiones del IOS de Cisco. Según el modelo y la versión de IOS
de Cisco, los comandos disponibles y los resultados que se obtienen pueden diferir de los
que se muestran en las prácticas de laboratorio.
Nota: asegúrese de que los switches se hayan borrado y que no tengan configuraciones
de inicio. Si no está seguro, consulte al instructor.

Recursos necesarios
 3 switches (Cisco 2960 con IOS de Cisco versión 15.0(2), imagen lanbasek9 o
similar)
 3 computadoras (Windows 7, Vista o XP con un programa de emulación de terminal,
como Tera Term)
 Cables de consola para configurar los dispositivos con IOS de Cisco mediante los
puertos de consola
 Cables Ethernet, como se muestra en la topología
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Parte 1. Configurar los parámetros básicos del switch


En la parte 1, configurará la topología de la red y los parámetros básicos, como
direcciones IP de la interfaz, el acceso a dispositivos y contraseñas.
Paso 1. Realizar el cableado de red tal como se muestra en la topología.
Conecte los dispositivos que se muestran en el diagrama de la topología y realice el
cableado según sea necesario.
Paso 2. Inicializar y volver a cargar los switches.
Paso 3. Configure los parámetros básicos para cada switch.
a. Desactive la búsqueda del DNS.
b. Configure el nombre del dispositivo como se muestra en la topología.
c. Cifre las contraseñas de texto no cifrado.
d. Cree un mensaje MOTD que advierta a los usuarios que se prohíbe el acceso no
autorizado.
e. Asigne class como la contraseña cifrada del modo EXEC privilegiado.
f. Asigne cisco como la contraseña de vty y de la consola, y habilite el inicio de sesión.
g. Configure logging synchronous para evitar que un mensaje de consola interrumpa la
entrada de comandos.
h. Desactive todos los puertos del switch, excepto los puertos conectados a
computadoras.
i. Configure la VLAN 99 y asígnele el nombre Management.
j. Configure la VLAN 10 y asígnele el nombre Staff.
k. Configure los puertos del switch con hosts conectados como puertos de acceso en la
VLAN 10.
l. Asigne el direccionamiento IP según la tabla de direccionamiento.
m. Copie la configuración en ejecución en la configuración de inicio.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 4. Configurar las PC.


Asigne direcciones IP a las computadoras según la tabla de direccionamiento.

Parte 2. Configurar PAgP


PAgP es un protocolo exclusivo de Cisco para la agregación de enlaces. En la parte 2, se
configurará un enlace entre el S1 y el S3 mediante PAgP.

Paso 1. Configurar PAgP en el S1 y el S3.


Para establecer un enlace entre el S1 y el S3, configure los puertos en el S1 con modo
deseado de PAgP y los puertos en el S3 con modo automático de PAgP. Habilite los
puertos después de que se configuren los modos PAgP.
S1(config)# interface range f0/3-4
S1(config-if-range)# channel-group 1 mode desirable
Creating a port-channel interface Port-channel 1

S1(config-if-range)# no shutdown
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S3(config)# interface range f0/3-4


S3(config-if-range)# channel-group 1 mode auto
Creating a port-channel interface Port-channel 1

S3(config-if-range)# no shutdown
*Mar 1 00:09:12.792: %LINK-3-UPDOWN: Interface FastEthernet0/3, changed
state to up
*Mar 1 00:09:12.792: %LINK-3-UPDOWN: Interface FastEthernet0/4, changed
state to up
S3(config-if-range)#
*Mar 1 00:09:15.384: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/3, changed state to up
*Mar 1 00:09:16.265: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/4, changed state to up
S3(config-if-range)#
*Mar 1 00:09:16.357: %LINK-3-UPDOWN: Interface Port-channel1, changed state
to up
*Mar 1 00:09:17.364: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Port-channel1, changed state to up
*Mar 1 00:09:44.383: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Vlan1, changed state to up

Paso 2. Examinar la configuración en los puertos.


Actualmente, las interfaces F0/3, F0/4 y Po1 (canal de puertos 1) en el S1 y el S3 están
en modo operativo de acceso con el modo administrativo en dinámico automático.
Verifique la configuración mediante los comandos show run interface id-interfaz y
show interfaces id-interfaz switchport, respectivamente. Los resultados de
configuración de ejemplo para F0/3 en el S1 son los siguientes:
S1# show run interface f0/3
Building configuration...

Current configuration : 103 bytes


!
interface FastEthernet0/3
channel-group 1 mode desirable

S1# show interfaces f0/3 switchport


Name: Fa0/3
Switchport: Enabled
Administrative Mode: dynamic auto
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Operational Mode: static access (member of bundle Po1)


Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: native
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: enabled
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk Native VLAN tagging: enabled
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk associations: none
Administrative private-vlan trunk mappings: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL
Protected: false
Unknown unicast blocked: disabled
Unknown multicast blocked: disabled
Appliance trust: none
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 3. Verificar que se hayan agregado los puertos.


S1# show etherchannel summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator

M - not in use, minimum links not met


u - unsuitable for bundling
w - waiting to be aggregated
d - default port

Number of channel-groups in use: 1


Number of aggregators: 1

Group Port-channel Protocol Ports


------+-------------+-----------+-----------------------------------------------
1 Po1(SU) PAgP Fa0/3(P) Fa0/4(P)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

S3# show etherchannel summary


Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
M - not in use, minimum links not met
u - unsuitable for bundling
w - waiting to be aggregated
d - default port

Number of channel-groups in use: 1


Number of aggregators: 1

Group Port-channel Protocol Ports


------+-------------+-----------+-----------------------------------------------
1 Po1(SU) PAgP Fa0/3(P) Fa0/4(P)

¿Qué significan los indicadores SU y P en el resumen de Ethernet?


S que está en capa dos (2) de su puerto, La U que está en uso, P esta interface es
parte de un puerto channel.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 4. Configurar los puertos de enlace troncal.


Una vez que se agregaron los puertos, los comandos aplicados a la interfaz de canal de
puertos afectan a todos los enlaces que se agruparon. Configure manualmente los puertos
Po1 en el S1 y el S3 como puertos de enlace troncal y asígnelos a la VLAN 99 nativa.
S1(config)# interface port-channel 1
S1(config-if)# switchport mode trunk
S1(config-if)# switchport trunk native vlan 99

S3(config)# interface port-channel 1


S3(config-if)# switchport mode trunk
S3(config-if)# switchport trunk native vlan 99

Paso 5. Verificar que los puertos estén configurados como puertos de enlace troncal.
n. Emita los comandos show run interface id-interfaz en el S1 y el S3. ¿Qué comandos
se indican para F0/3 y F0/4 en ambos switches? ¿Compare los resultados con la
configuración en ejecución para la interfaz Po1? Registre la observación.
Configuracion de los puertos f0/3 y f0/4 y el Nuevo Puerto creado Port channel
1.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

o. Emita los comandos show interfaces trunk y show spanning-tree en el S1 y el S3.


¿Qué puerto de enlace troncal se indica? ¿Cuál es la VLAN nativa? ¿Cuál es la
conclusión del resultado?
Para Vlan 1puerto 1 encendido, Vlan native 99,

Según el resultado de show spanning-tree, ¿cuál es el costo y la prioridad de puerto


para el enlace agregado?
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Parte 3. Configurar LACP


LACP es un protocolo de código abierto que desarrolló el IEEE para la agregación de
enlaces. En la parte 3, se configurará el enlace entre el S1y el S2, así como el enlace entre
el S2 y el S3, mediante LACP. Además, se configurarán los enlaces individuales como
enlaces troncales antes de que se agrupen como EtherChannels.

Paso 1. Configurar LACP entre el S1 y el S2.


S1(config)# interface range f0/1-2
S1(config-if-range)# switchport mode trunk
S1(config-if-range)# switchport trunk native vlan 99
S1(config-if-range)# channel-group 2 mode active
Creating a port-channel interface Port-channel 2

S1(config-if-range)# no shutdown

S2(config)# interface range f0/1-2


S2(config-if-range)# switchport mode trunk
S2(config-if-range)# switchport trunk native vlan 99
S2(config-if-range)# channel-group 2 mode passive
Creating a port-channel interface Port-channel 2
S2(config-if-range)# no shutdown
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 2. Verificar que se hayan agregado los puertos.


¿Qué protocolo usa Po2 para la agregación de enlaces? ¿Qué puertos se agregaron para
formar Po2? Registre el comando que se utilizó para verificar.
Show etherchannel summary

Paso 3. Configurar LACP entre el S2 y el S3.


p. Configure el enlace entre el S2 y el S3 como Po3 y use LACP como protocolo de
agregación de enlaces.
S2(config)# interface range f0/3-4
S2(config-if-range)# switchport mode trunk
S2(config-if-range)# switchport trunk native vlan 99
S2(config-if-range)# channel-group 3 mode active
Creating a port-channel interface Port-channel 3
S2(config-if-range)# no shutdown

S3(config)# interface range f0/1-2


S3(config-if-range)# switchport mode trunk
S3(config-if-range)# switchport trunk native vlan 99
S3(config-if-range)# channel-group 3 mode passive
Creating a port-channel interface Port-channel 3

S3(config-if-range)# no shutdown
q. Verifique que se haya formado el EtherChannel.

Paso 4. Verifique la conectividad de extremo a extremo.


Verifique que todos los dispositivos puedan hacer ping entre sí dentro de la misma
VLAN. De lo contrario, lleve a cabo la resolución de problemas hasta que haya
conectividad de extremo a extremo.
Nota: puede ser necesario inhabilitar el firewall del equipo para hacer ping entre los
equipos.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Reflexión
¿Qué podría evitar que se formen los EtherChannels?
Las interfaces físicas tienen que tener el mismo modo dotas en troncal, la misma
encapsulación, la misma vlan native
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

2.4.3.4 Lab - Configuring HSRP and GLBP

Práctica de laboratorio: Configuración de HSRP y GLBP

Topología
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Tabla de asignación de direcciones

Gateway
Dispositivo Interfaz Dirección IP Máscara de subred predeterminado

R1 G0/1 192.168.1.1 255.255.255.0 N/A


S0/0/0 (DCE) 10.1.1.1 255.255.255.252 N/A
R2 S0/0/0 10.1.1.2 255.255.255.252 N/A
S0/0/1 (DCE) 10.2.2.2 255.255.255.252 N/A
Lo1 209.165.200.225 255.255.255.224 N/A
R3 G0/1 192.168.1.3 255.255.255.0 N/A
S0/0/1 10.2.2.1 255.255.255.252 N/A
S1 VLAN 1 192.168.1.11 255.255.255.0 192.168.1.1
S3 VLAN 1 192.168.1.13 255.255.255.0 192.168.1.3
PC-A NIC 192.168.1.31 255.255.255.0 192.168.1.1
PC-C NIC 192.168.1.33 255.255.255.0 192.168.1.3

Objetivos
Parte 1: armar la red y verificar la conectividad
Parte 2: Configurar la redundancia de primer salto mediante HSRP
Parte 3: Configurar la redundancia de primer salto mediante GLBP

Información básica/situación
El árbol de expansión proporciona una redundancia sin bucles entre los switches dentro
de la LAN. Sin embargo, no proporciona gateways predeterminados redundantes para los
dispositivos para usuarios finales dentro de la red si falla uno de los routers. Los
protocolos de redundancia de primer salto (FHRP) proporcionan gateways
predeterminados redundantes para las terminales sin necesidad de una configuración de
usuario final.
En esta práctica de laboratorio, configurará dos FHRP. En la parte 2, configurará el
protocolo del router de reserva activa (HSRP) de Cisco, y en la parte 3, configurará el
protocolo de balanceo de carga de gateway (GLBP).
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Nota: los routers que se utilizan en las prácticas de laboratorio de CCNA son routers de
servicios integrados (ISR) Cisco 1941 con IOS de Cisco versión 15.2(4)M3 (imagen
universalk9). Los switches que se utilizan son Cisco Catalyst 2960s con IOS de Cisco
versión 15.0(2) (imagen de lanbasek9). Se pueden utilizar otros routers, switches y otras
versiones del IOS de Cisco. Según el modelo y la versión de IOS de Cisco, los comandos
disponibles y los resultados que se obtienen pueden diferir de los que se muestran en las
prácticas de laboratorio. Consulte la tabla Resumen de interfaces del router que se
encuentra al final de esta práctica de laboratorio para obtener los identificadores de
interfaz correctos.

Nota: asegúrese de que los routers y los switches se hayan borrado y no tengan
configuraciones de inicio. Si no está seguro, consulte al instructor.
Recursos necesarios
 3 routers (Cisco 1941 con Cisco IOS, versión 15.2(4)M3, imagen universal o similar)
 2 switches (Cisco 2960 con IOS de Cisco versión 15.0(2), imagen lanbasek9 o
similar)
 2 computadoras (Windows 7, Vista o XP con un programa de emulación de terminal,
como Tera Term)
 Cables de consola para configurar los dispositivos con IOS de Cisco mediante los
puertos de consola
 Cables Ethernet y seriales, como se muestra en la topología.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Parte 1. Arme la red y verifique la conectividad


En la Parte 1, establecerá la topología de la red y configurará los parámetros básicos,
como las direcciones IP de interfaz, el routing estático, el acceso al dispositivo y las
contraseñas.

Paso 1. Realizar el cableado de red tal como se muestra en la topología.


Conecte los dispositivos que se muestran en el diagrama de la topología y realice el
cableado según sea necesario.

Paso 2. Configure los host del equipo.


UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 3. Inicialice y vuelva a cargar los routers y switches, según sea necesario.

Paso 4. Configure los parámetros básicos para cada router.


a. Desactive la búsqueda del DNS.
b. Configure el nombre del dispositivo como se muestra en la topología.
c. Configure las direcciones IP para los routers como aparece en la tabla de
direccionamiento.
d. Establezca la frecuencia de reloj en 128000 para todas las interfaces seriales DCE.
e. Asigne class como la contraseña cifrada del modo EXEC privilegiado.
f. Asigne cisco como la contraseña de vty y de la consola, y habilite el inicio de sesión.
g. Configure logging synchronous para evitar que los mensajes de consola interrumpan
la entrada de comandos.
h. Copie la configuración en ejecución en la configuración de inicio

Paso 5. Configure los parámetros básicos para cada switch.


a. Desactive la búsqueda del DNS.
b. Configure el nombre del dispositivo como se muestra en la topología.
c. Asigne class como la contraseña cifrada del modo EXEC privilegiado.
d. Configure las direcciones IP para los switches como se indica en la tabla de
direccionamiento.
e. Configure el gateway predeterminado en cada switch.
f. Asigne cisco como la contraseña de vty y de la consola, y habilite el inicio de sesión.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

g. Configure logging synchronous para evitar que los mensajes de consola interrumpan
la entrada de comandos.
h. Copie la configuración en ejecución en la configuración de inicio
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 6. Verificar la conectividad entre la PC-A y la PC-C.


Haga ping de la PC-A a la PC-C. ¿Fueron correctos los resultados del ping?SI

Si los pings no se realizan correctamente, lleve a cabo la resolución de problemas de las


configuraciones básicas del dispositivo antes de continuar.
Nota: puede ser necesario deshabilitar el firewall de las computadoras para hacer ping
entre ellas correctamente.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 7. Configure el routing.


i. Configure EIGRP en los routers con el número de AS 1. Agregue todas las redes,
excepto 209.165.200.224/27, al proceso EIGRP.
j.

k. Configure una ruta predeterminada en el R2 con Lo1 como la interfaz de salida a la


red 209.165.200.224/27 y vuelva a distribuir esta ruta al proceso EIGRP.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 8. Verifique la conectividad.


l. Desde la PC-A, debería poder hacer ping a cualquier interfaz en el R1, el R2, el R3 y
la PC-C. ¿Todos los pings se realizaron correctamente? SI

m. Desde la PC-C, debería poder hacer ping a cualquier interfaz en el R1, el R2, el R3 y
la PC-A. ¿Todos los pings se realizaron correctamente? SI
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Parte 2. Configurar la redundancia de primer salto mediante HSRP


Si bien la topología se diseñó con algo de redundancia (dos routers y dos switches en la
misma red LAN), tanto la PC-A como la PC-C se configuraron con una sola dirección de
gateway. La PC-A utiliza el R1 y la PC-C utiliza el R3. Si alguno de estos routers o las
interfaces en los routers dejaran de funcionar, la computadora podría perder la conexión
a Internet.
En la parte 2, evaluará cómo se comporta la red antes de configurar HSRP y después de
hacerlo. Para lograrlo, determinará la ruta que toman los paquetes hacia la dirección de
loopback en el R2.

Paso 1. Determinar la ruta del tráfico de Internet para la PC-A y la PC-C.


n. En el símbolo del sistema en la PC-A, emita un comando tracert a la dirección de
loopback 209.165.200.225 del R2.
C:\ tracert 209.165.200.225
Tracing route to 209.165.200.225 over a maximum of 30 hops

1 1 ms 1 ms 1 ms 192.168.1.1
2 13 ms 13 ms 13 ms 209.165.200.225

Trace complete.
¿Qué ruta tomaron los paquetes desde la PC-A hacia 209.165.200.225?
_________________________________
o. En el símbolo del sistema en la PC-C, emita un comando tracert a la dirección de
loopback 209.165.200.225 del R2.
¿Qué ruta tomaron los paquetes desde la PC-C hacia 209.165.200.225?
________________________________

Paso 2. Iniciar una sesión de ping en la PC-A e interrumpir la conexión entre el S1 y el


R1.
p. En el símbolo del sistema en la PC-A, emita un comando ping –t a la dirección
209.165.200.225 en el R2. Asegúrese de dejar abierta la ventana del símbolo del
sistema.
Nota: los pings continúan hasta que presione Ctrl+C o hasta que cierre la ventana
del símbolo del sistema.
C:\ ping –t 209.165.200.225
Pinging 209.165.200.225 with 32 bytes of data:
Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Reply from 209.165.200.225: bytes=32 time=9ms TTL=254


Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
Reply from 209.165.200.225: bytes=32 time=9ms TTL=254
<resultado omitido>
q. Mientras continúa el ping, desconecte el cable Ethernet de F0/5 en el S1. Además,
puede desactivar la interfaz F0/5 del S1, lo que provoca el mismo resultado.
¿Qué pasó con el tráfico del ping?
___________________________________________________________________
_________________
r. Repita los pasos 2a y 2b en la PC-C y en el S3. Desconecte el cable de F0/5 en el S3.
¿Cuáles fueron los resultados?
___________________________________________________________________
_________________
s. Vuelva a conectar los cables Ethernet a F0/5 o habilite la interfaz F0/5 en el S1 y el
S3, respectivamente. Vuelva a emitir pings a 209.165.200.225 desde la PC-A y la PC-
C para asegurarse de que se haya restablecido la conectividad.

Paso 3. Configurar HSRP en el R1 y el R3.


En este paso, configurará HSRP y cambiará la dirección de gateway predeterminado en
la PC-A, la PC-C, el S1 y el S2 por la dirección IP virtual para HSRP. El R1 se convierte
en el router activo mediante la configuración del comando de prioridad de HSRP.
t. Configure el protocolo HSRP en R1.
R1(config)# interface g0/1
R1(config-if)# standby 1 ip 192.168.1.254
R1(config-if)# standby 1 priority 150
R1(config-if)# standby 1 preempt
u. Configure el protocolo HSRP en R3.
R3(config)# interface g0/1
R3(config-if)# standby 1 ip 192.168.1.254
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

v. Verifique HSRP mediante la emisión del comando show standby en el R1 y el R3.


R1# show standby
GigabitEthernet0/1 - Group 1
State is Active
1 state change, last state change 00:02:11
Virtual IP address is 192.168.1.254
Active virtual MAC address is 0000.0c07.ac01
Local virtual MAC address is 0000.0c07.ac01 (v1 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 0.784 secs
Preemption enabled
Active router is local
Standby router is 192.168.1.3, priority 100 (expires in 9.568 sec)
Priority 150 (configured 150)
Group name is "hsrp-Gi0/1-1" (default)

R3# show standby


GigabitEthernet0/1 - Group 1
State is Standby
4 state changes, last state change 00:02:20
Virtual IP address is 192.168.1.254
Active virtual MAC address is 0000.0c07.ac01
Local virtual MAC address is 0000.0c07.ac01 (v1 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 2.128 secs
Preemption disabled
Active router is 192.168.1.1, priority 150 (expires in 10.592 sec)
Standby router is local
Priority 100 (default 100)
Group name is "hsrp-Gi0/1-1" (default)
Utilice el resultado que se muestra más arriba para responder las siguientes preguntas.
¿Qué router está activo? _____________________
¿Cuál es la dirección MAC para la dirección IP virtual?
____________________________
¿Cuál es la dirección IP y la prioridad del router de reserva?
___________________________________________________________________
_________________
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

___________________________________________________________________
_________________
___________________________________________________________________
_________________
w. Utilice el comando show standby brief en el R1 y el R3 para ver un resumen del
estado de HSRP. A continuación, se muestra un ejemplo de resultado.
R1# show standby brief
P indicates configured to preempt.
|
Interface Grp Pri P State Active Standby Virtual IP
Gi0/1 1 150 P Active local 192.168.1.3 192.168.1.254

R3# show standby brief


P indicates configured to preempt.
|
Interface Grp Pri P State Active Standby Virtual IP
Gi0/1 1 100 Standby 192.168.1.1 local 192.168.1.254
x. Cambie la dirección de gateway predeterminado para la PC-A, la PC-C, el S1 y el S3.
¿Qué dirección debería utilizar?
___________________________________________________________________
_________________
Verifique la nueva configuración. En la PC-A y la PC-C, haga ping a la dirección de
loopback del R2. ¿Los pings son exitosos? __________
Paso 4. Iniciar una sesión de ping en la PC-A e interrumpir la conexión entre el switch
que está conectado al router HSRP activo (el R1).
y. En el símbolo del sistema en la PC-A, emita un comando ping –t a la dirección
209.165.200.225 en el R2. Asegúrese de dejar abierta la ventana del símbolo del
sistema.
z. A medida que continúa el ping, desconecte el cable Ethernet de F0/5 en el S1 o
desactive la interfaz F0/5.
¿Qué pasó con el tráfico del ping?
___________________________________________________________________
_________________
___________________________________________________________________
_________________
___________________________________________________________________
_________________
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 5. Verificar la configuración HSRP en el R1 y el R3.


aa. Emita el comando show standby brief en el R1 y el R3.
¿Qué router está activo? __________________________________
bb. Vuelva a conectar el cable entre el switch y el router o habilite la interfaz F0/5.
cc. Deshabilite los comandos de configuración de HSRP en el R1 y el R3.
R1(config)# interface g0/1
R1(config-if)# no standby 1

R3(config)# interface g0/1


R3(config-if)# no standby 1

Parte 3. Configurar la redundancia de primer salto mediante GLBP


De manera predeterminada, HSRP NO realiza el balanceo de carga. El router activo
siempre maneja todo el tráfico, mientras que el router de reserva no se utiliza, a menos
que ocurra una falla en el enlace. Este no es un uso eficaz de los recursos. GLBP
proporciona una redundancia de ruta continua para IP al compartir el protocolo y las
direcciones MAC entre gateways redundantes. Además, permite que un grupo de routers
comparta la carga del gateway predeterminado en una LAN. La configuración de GLBP
es muy similar a la de HSRP. El balanceo de carga se puede llevar a cabo de diversas
formas con GLBP. En esta práctica de laboratorio, utilizará el método de turnos rotativos.

Paso 1. Configurar GLBP en el R1 y el R3.


dd. Configure GLBP en el R1.
R1(config)# interface g0/1
R1(config-if)# glbp 1 ip 192.168.1.254
R1(config-if)# glbp 1 preempt
R1(config-if)# glbp 1 priority 150
R1(config-if)# glbp 1 load-balancing round-robin
ee. Configure GLBP en el R3.
R3(config)# interface g0/1
R3(config-if)# glbp 1 ip 192.168.1.254
R3(config-if)# glbp 1 load-balancing round-robin
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 2. Verificar GLBP en el R1 y el R3.


ff. Emita el comando show glbp brief en el R1 y el R3.
R1# show glbp brief
Interface Grp Fwd Pri State Address Active router Standby router
Gi0/1 1 - 150 Active 192.168.1.254 local 192.168.1.3
Gi0/1 1 1 - Active 0007.b400.0101 local -
Gi0/1 1 2 - Listen 0007.b400.0102 192.168.1.3 -

R3# show glbp brief


Interface Grp Fwd Pri State Address Active router Standby router
Gi0/1 1 - 100 Standby 192.168.1.254 192.168.1.1 local
Gi0/1 1 1 - Listen 0007.b400.0101 192.168.1.1 -
Gi0/1 1 2 - Active 0007.b400.0102 local -

Paso 3. Generar tráfico de la PC-A y la PC-C a la interfaz loopback del R2.


a. En el símbolo del sistema en la PC-A, haga ping a la dirección 209.165.200.225 del
R2.
C:\> ping 209.165.200.225
b. Emita el comando arp –a en la PC-A. ¿Cuál es la dirección MAC que se utiliza para
la dirección 192.168.1.254?
___________________________________________________________________
_________________
c. Genere más tráfico a la interfaz loopback del R2. Emita otro comando arp –a. ¿La
dirección MAC cambió por la dirección de gateway predeterminado 192.168.1.254?
___________________________________________________________________
___________
Como puede ver, tanto el R1 como el R3 cumplen una función importante en el
reenvío de tráfico a la interfaz loopback del R2. Ninguno de los dos routers permanece
inactivo.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Paso 4. Iniciar una sesión de ping en la PC-A e interrumpir la conexión entre el switch
que está conectado al R1.
a. En el símbolo del sistema en la PC-A, emita un comando ping –t a la dirección
209.165.200.225 en el R2. Asegúrese de dejar abierta la ventana del símbolo del
sistema.
b. A medida que continúa el ping, desconecte el cable Ethernet de F0/5 en el S1 o
desactive la interfaz F0/5.
¿Qué pasó con el tráfico del ping?
___________________________________________________________________
_________________
___________________________________________________________________
_________________

Reflexión
1. ¿Por qué se necesitaría redundancia en una LAN?
______________________________________________________________________
_________________
______________________________________________________________________
_________________
2. Si pudiera elegir, ¿qué protocolo implementaría en su red, HSRP o GLBP? Explique su
elección.
______________________________________________________________________
_________________
______________________________________________________________________
_________________
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

Tabla de resumen de interfaces del router

Resumen de interfaces del router

Modelo de Ethernet Interface Ethernet Interface Serial Interface Serial Interface #2


router #1 #2 #1

1800 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1) (S0/0/0)
1900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1) (S0/0/0)
2801 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/1/0 Serial 0/1/1 (S0/1/1)
(F0/0) (F0/1) (S0/1/0)
2811 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1) (S0/0/0)
2900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1) (S0/0/0)
Nota: para conocer la configuración del router, observe las interfaces a fin de identificar el tipo de router
y cuántas interfaces tiene. No existe una forma eficaz de confeccionar una lista de todas las combinaciones
de configuraciones para cada clase de router. En esta tabla, se incluyen los identificadores para las
posibles combinaciones de interfaces Ethernet y seriales en el dispositivo. En esta tabla, no se incluye
ningún otro tipo de interfaz, si bien puede haber interfaces de otro tipo en un router determinado. La
interfaz BRI ISDN es un ejemplo. La cadena entre paréntesis es la abreviatura legal que se puede utilizar
en los comandos de IOS de Cisco para representar la interfaz.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

CONCLUSIONES

 Terminadas las actividades propuestas para este trabajo colaborativo número 1, se


comprende la importancia que posee el Aprendizaje Basado en Problemas (ABP), ya
que por medio de este se consiguió desarrollar el contenido de la unidad número 1, la
cual se basa en dar solución a ejercicios, que comprometen la implementación del
software Packet Tracer, tanto en las funciones graficas como en su entorno de
programación CLI, además se trabajó en la configuración, de diferentes dispositivos
propios de una red.

 Por otra parte se consiguió uno de los objetivos de la UNAD, el cual es la interacción
y retroalimentación de la información, entre los integrantes del grupo, con esto se
pudo realizar un muy buen trabajo final.
UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD
LAN INALAMBRICA Y CABLEADA (MOD3 - CISCO) (E-LEARNING)

REFERENCIAS BIBLIOGRAFICAS

 Temática: Introducción al escalamiento de redes. CISCO. (2014). Introducción al


escalamiento de redes. Scalling Networks. Recuperado de https://static-course-
assets.s3.amazonaws.com/ScaN50ES/index.html

 Temática: Redundancia en redes LAN. CISCO. (2014). Redundancia en redes LAN.


Scalling Networks. Recuperado de https://static-course-
assets.s3.amazonaws.com/ScaN50ES/index.html

 Temática: Establecimiento de enlaces en redes LAN. CISCO. (2014).


Establecimiento de enlaces en redes LAN. Scalling Networks. Recuperado de
https://static-course-assets.s3.amazonaws.com/ScaN50ES/index.html

 OVA Unidad 1 - Video Instalación y Configuración del IOS en Switches. Este Objeto
Virtual de Aprendizaje, titulado Video - Instalación y Configuración del IOS en
Switches, tiene como objetivo, orientar al estudiante sobre la instalación y
configuración básica de Switches bajo el uso de Tecnología CISCO. UNAD (2014).
Instalación y Configuración del IOS en Switches [OVA]. Recuperado de
https://1drv.ms/u/s!AmIJYei-NT1IlyYRohwtwPUV64dg

También podría gustarte