LAB CCNA - FEITO - CAP 10 - RSTP and EtherChannel Configuration
LAB CCNA - FEITO - CAP 10 - RSTP and EtherChannel Configuration
LAB CCNA - FEITO - CAP 10 - RSTP and EtherChannel Configuration
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.
G1/0/1
Po1
G1/0/2
Core 1 Core 2
G1/0/5 G1/0/5
Po2 Po3
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
DST 1
interface range gigabitEthernet 0/1 - 2
no shutdown
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
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:
shut
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 10,20
switchport nonegotiate
shut
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 10,20
switchport nonegotiate
shut
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
shut
switchport mode trunk
switchport trunk allowed vlan 10,20
switchport nonegotiate
shut
switchport mode trunk
switchport trunk allowed vlan 10,20
switchport nonegotiate
5 - Em todos os switches:
6 - CORE 1
7 - CORE 2
8 - CORE 1
9 - CORE 2
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