11-29-2019 05:01 AM
11-30-2019 06:57 AM
Hi @gastrit
I've made these changes:
1-In SW2 change the interface that connects to your LAN, in this way, both switches have interface g1/0/1 towards their LAN.
2-Only g1/0/1 interfaces maintain IPv6 addressing.
3-You should remember that all interfaces that are members of a PortChannel must have the same configuration.
4-You should remember that when you enter the no switchport command, you disable the layer2 functions of that interface, including trunk mode.
An interface cannot be a routed port (no switchport) and at the same time be in trunk mode.
5-Once the PortChannel is created, the changes must be made on the PortChannel interface.
I attach the file with these fixes and with the PortChannel1 UP
Regards
11-29-2019 05:42 AM
Hi @gastrit
On L3 switches you must first encapsulate the interface and then leave it in trunk mode:
SW2(config-if)#switchport trunk encapsulation dot1q
SW2(config-if)#switchport mode trunk
If you have other questions, just post them to try to help you
Regards
11-29-2019 05:50 AM
There is no such command as switchport trunk encapsulation dot1q
11-29-2019 06:31 AM
HI @gastrit
Compress (winzip) and attach your exercise to check the settings you have entered.
Regards
11-30-2019 04:17 AM
11-30-2019 06:57 AM
Hi @gastrit
I've made these changes:
1-In SW2 change the interface that connects to your LAN, in this way, both switches have interface g1/0/1 towards their LAN.
2-Only g1/0/1 interfaces maintain IPv6 addressing.
3-You should remember that all interfaces that are members of a PortChannel must have the same configuration.
4-You should remember that when you enter the no switchport command, you disable the layer2 functions of that interface, including trunk mode.
An interface cannot be a routed port (no switchport) and at the same time be in trunk mode.
5-Once the PortChannel is created, the changes must be made on the PortChannel interface.
I attach the file with these fixes and with the PortChannel1 UP
Regards
11-29-2019 05:44 AM
11-29-2019 05:51 AM
11-29-2019 06:14 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide