LAB CCNA - FEITO - CAP 10 - RSTP and EtherChannel Configuration

Fazer download em pdf ou txt
Fazer download em pdf ou txt
Você está na página 1de 4

LAB CAP 10 - RESPOSTAS - RSTP and

CCNA
EtherChannel Configuration

Olá pessoas! Sejam bem vindas! Nesse Lab trataremos dos assuntos discutidos no CAP 9 -
Spanning Tree Protocol Concepts e do CAP 10 - RSTP and EtherChannel Configuration.

A topologia que vamos utilizar está representada no desenho abaixo:

G1/0/1
Po1
G1/0/2
Core 1 Core 2

G1/0/5 G1/0/5

Po2 Po3

G1/0/3 G1/0/4 G1/0/4 G1/0/3

G0/1 G0/2 G0/1 G0/2


F0/22 F0/22
DST1 DST2

F0/24 F0/23 F0/24

F0/23
F0/24 F0/24

AC1 AC2

Tarefas:
1. Crie as VLANs 10 e 20 em todos os switches;
2. Configure as conexões redundantes entre os switches como EtherChannel seguindo os
seguintes requisitos:
a. O EtherChannel entre CORE1 e CORE2 não deve utilizar nenhum protocolo de
negociação e o seu id deve ser o Po1;
b. O EtherChannel entre CORE1 e DST1 deve utilizar um protocolo de negociação aberto e
o seu id deve ser o Po2;
c. O EtherChannel entre CORE2 e DST2 deve utilizar um protocolo de negociação
proprietário Cisco e o seu id deve ser o Po3;
d. Somente os switches Core devem iniciar a negociação nos casos em que um protocolo
for utilizado;
3. Configure as portas que conectam os switches entre si como tronco e não deve ser utilizado
nenhum tipo de negociação;
4. Permita somente as VLANs 10 e 20 nos troncos;
5. Altere o modo STP de PVST para Rapid PVST em todos os Switches;
6. O switch Core 1 deve ser o SW Root da VLAN 10;
7. O switch Core 2 deve ser o SW Root da VLAN 20;
8. O switch Core 1 deve ser o SW Backup Root da VLAN 20;
9. O switch Core 2 deve ser o SW Backup Root da VLAN 10;

As respostas serão postadas na próxima aula assim como o guia de comandos, mesmo que não
consiga fazer o lab no primeiro momento (o que é normal) e tenha que ver a resolução da próxima
aula, é extremamente importante que você faça esse lab diversas vezes para se habituar a linha de
comando e aos comandos de verificação e telas.

gustavokalau.com.br
LAB CAP 10 - RESPOSTAS - RSTP and
CCNA
EtherChannel Configuration
1 - Em todos os switches
en
conf t
vlan 10
vlan 20
end
sh vlan brief

2 - A:

CORE 1
interface range gigabitEthernet 1/0/1 - 2
shutdown
channel-group 1 mode on
end

CORE 2
interface range gigabitEthernet 1/0/1 - 2
shutdown
channel-group 1 mode on
end

CORE 1 e CORE 2
interface range gigabitEthernet 1/0/1 - 2
no shut

2 - B:

CORE 1
interface range gigabitEthernet 1/0/3 - 4
shutdown
channel-protocol lacp
channel-group 2 mode active
end
wr

DST 1
interface range gigabitEthernet 0/1 - 2
shutdown
channel-protocol lacp
channel-group 2 mode passive
end
wr

CORE 1
interface range gigabitEthernet 1/0/3 - 4
no shutdown

DST 1
interface range gigabitEthernet 0/1 - 2
no shutdown

interface range gigabitEthernet 1/0/3 - 4


no shutdown

DST 1
interface range gigabitEthernet 0/1 - 2
no shutdown

interface range gigabitEthernet 1/0/3 - 4


channel-group 2 mode active

CORE 2
interface range gigabitEthernet 1/0/3 - 4
channel-group 3 mode desirable

gustavokalau.com.br
LAB CAP 10 - RESPOSTAS - RSTP and
CCNA
EtherChannel Configuration
2 - C:

CORE 2
interface range gigabitEthernet 1/0/3 - 4
shutdown
channel-protocol pagp
channel-group 3 mode desirable
end
wr
sh etherchannel summary

DST 2
interface range gigabitEthernet 0/1 - 2
shutdown
channel-protocol pagp
channel-group 3 mode auto
end
wr
sh etherchannel summary

CORE 1
interface range gigabitEthernet 1/0/3 - 4
no shutdown

DST 1
interface range gigabitEthernet 0/1 - 2
no shutdown

D - Já foi feito anteriormente com os seguintes comandos:

CORE 1
interface range gigabitEthernet 1/0/3 - 4
channel-group 2 mode active

CORE 2
interface range gigabitEthernet 1/0/3 - 4
channel-group 3 mode desirable

3 e 4:

CORE 1 - Nas interfaces Po1, Po2 e G1/0/5 executar os seguintes comandos:

shut
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 10,20
switchport nonegotiate

CORE 2 - Nas interfaces Po1, Po3 e G1/0/5 executar os seguintes comandos:

shut
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 10,20
switchport nonegotiate

DST 1 - Nas interfaces Po1, F0/22 e F0/24 executar os seguintes comandos:

shut
switchport mode trunk
switchport trunk allowed vlan 10,20
switchport nonegotiate

switchport mode trunk


switchport trunk allowed vlan 10,20
switchport nonegotiate

gustavokalau.com.br
LAB CAP 10 - RESPOSTAS - RSTP and
CCNA
EtherChannel Configuration
DST 2 - Nas interfaces Po3, F0/22, F0/23 e F0/24 executar os seguintes
comandos:

shut
switchport mode trunk
switchport trunk allowed vlan 10,20
switchport nonegotiate

AC1 - Nas interfaces F0/23 e F0/24 executar os seguintes comandos:

shut
switchport mode trunk
switchport trunk allowed vlan 10,20
switchport nonegotiate

AC2 - Nas interface F0/24 executar os seguintes comandos:

shut
switchport mode trunk
switchport trunk allowed vlan 10,20
switchport nonegotiate

EXECUTAR O NO SHUT EM TODAS AS INTERFACES ACIMA (RELIGAR AS PORTAS)

5 - Em todos os switches:

spanning-tree mode rapid-pvst

6 - CORE 1

spanning-tree vlan 10 priority 0

7 - CORE 2

spanning-tree vlan 20 priority 0

8 - CORE 1

spanning-tree vlan 20 priority 4096

9 - CORE 2

spanning-tree vlan 10 priority 4096

Comandos de verificação:

Sh running-config
sh interface trunk
sh interfaces switchport
sh spanning-tree summary
sh spanning-tree
sh spanning-tree vlan 10
sh spanning-tree vlan 20

gustavokalau.com.br

Você também pode gostar