cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1045
Views
0
Helpful
3
Replies

Packet Tracer Trouble

Sanjay916
Level 1
Level 1

Hello, I am trying to solve this network but I don't understand 2 of these instructions. 

 

- Configure all redundant links between Switch0 and Switch1 as an etherchannel

- Configure all Trunks to allow only Vlan traffic for the vlans in the topology

 

Anyone has any ideas of how I can configure this properly? I provided a screenshot of the network topology. Please help.

3 Replies 3

Martin L
VIP
VIP

 

it looks like your Etherchannel config is not correct since STP blocking 2 and allowing 1 link;

Please share your config here; just the part that includes those trunks between switches and Etherchannel  config

 

Regards, ML
**Please Rate All Helpful Responses **

Thank you for replying. Included a packet tracer file and also a configuration script of the network. The areas that's  highlighted in red are the ones that I am unable to configure. Thanks 

Martin L
VIP
VIP

To make etherchannels work, add following config:

 

interface FastEthernet0/3

channel-group 1 mode on

!

interface FastEthernet0/4

channel-group 1 mode on

!

interface FastEthernet0/5

channel-group 1 mode on

!

Note: those will allow all vlans

!

Regards, ML
**Please Rate All Helpful Responses **