06-21-2018 09:34 AM - edited 03-05-2019 10:38 AM
Hello. I have a lab where I created an L3 Etherchannel setup.
I am using two 3560 switches.
I was able to successfully configure the L3 Etherchannel but I can not ping the other switch.
I assume that I need to setup routing but have no routers. If so any suggestions how to set it up on the switches?
SW1
int vlan 1
ip add 10.0.0.1 255.255.255.0
no shut
int port-channel10
ip add 10.0.1.1 255.255.255.252
int range gig 0/45 - 48
no switchport
channel-group 10 mode on
SW2
int vlan 1
ip add 10.0.0.2 255.255.255.0
no shut
int port-channel10
ip add 10.0.1.2 255.255.255.252
int range gig 0/45 - 48
no switchport
channel-group 10 mode on
Any help is greatly appreciated
Solved! Go to Solution.
06-23-2018 06:01 AM
06-22-2018 06:08 AM - edited 06-22-2018 06:39 AM
Your VLAN 1, on both switches, is in the same network. You need to fix that.
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