08-26-2017 05:16 PM - edited 03-04-2019 03:07 AM
Hello
due to some singularities (riverbed implementation), we need to configure an Etherchannel within the same C3850 stack. Schema is below:
1/0/4 (C3850) ----- lan0_0 (RB) / wan0_0 (RB) ------ 1/0/7 (C3850)
2/0/4 (C3850)----- lan0_1 (RB) / wan0_1 (RB) ------ 2/0/7 (C3850)
1/0/4 and 2/0/4: L3 etherchannel
2/0/7 and 2/0/7: L2 etherchannel vlan 230
Does anyone know if this is possible?
Thank you
Marcos
Solved! Go to Solution.
08-27-2017 07:01 AM - edited 08-27-2017 07:50 AM
Hi,
Nop, at simple sight everything looks fine. You can also evaluate to change the mode to be used with LaCP instead on both switches.
08-29-2017 03:28 PM
08-26-2017 07:50 PM
Hi Marcos
What's your question? Is it related to design or configuration?
In terms of config, you can do both on your 3850.
I'm not very familiar with riverbed, but others like barracuda have quite the same design. It's for in-path and out-path.
Is your vlan 230 your outside subnet?
Thanks
PS: Please don't forget to rate and select as validated answer if that answered your question
08-27-2017 05:57 AM
Hi Francesco
actually is both design and configuration.
We configured that topology and it worked, but 3 days later the network got unstable.
Initially we thought it could be the Riverbed, but when we removed it from the stack, the issue persisted what caused some doubts if an etherchannel can really be configured within the same C3850 stack.
Vlan 230 is an outside subnet where I have 2 firewalls (HA mode) connected.
config is below:
ip route 0.0.0.0 0.0.0.0 10.95.64.201
!
interface Port-channel11
description *** CHANNEL TOWARDS LAN RIVERBED ***
no switchport
ip address 10.95.64.202 255.255.255.248
speed 100
duplex full
spanning-tree portfast
!
interface Port-channel12
description *** CHANNEL FROM WAN RIVERBED ***
switchport access vlan 230
switchport mode access
speed 100
duplex full
!
interface GigabitEthernet1/0/4
description ## TO LAN0_0 Riverbed ##
no switchport
no ip address
speed 100
duplex full
channel-group 11 mode on
spanning-tree portfast
!
interface GigabitEthernet2/0/4
description ## TO LAN0_1 Riverbed ##
no switchport
no ip address
speed 100
duplex full
channel-group 11 mode on
spanning-tree portfast
!
interface GigabitEthernet1/0/7
description ## TO WAN0_0 Riverbed ##
switchport access vlan 230
switchport mode access
speed 100
duplex full
channel-group 12 mode on
spanning-tree portfast
!
interface GigabitEthernet2/0/7
description ## TO WAN0_1 Riverbed ##
switchport access vlan 230
switchport mode access
speed 100
duplex full
channel-group 12 mode on
spanning-tree portfast
08-27-2017 06:01 AM
Hi
Remove the spanning portfast and set up the speed as auto.
08-27-2017 06:44 AM
08-27-2017 07:01 AM - edited 08-27-2017 07:50 AM
Hi,
Nop, at simple sight everything looks fine. You can also evaluate to change the mode to be used with LaCP instead on both switches.
08-27-2017 06:54 AM
Hi
Except what Julio said, nothing special. Maybe you can also change your port-channel in lacp as riverbed support that.
However, what kind of instability you had?
Maybe nothing related to your new po?
Did you took some debugs or logs or whatever to share?
Thanks
PS: Please don't forget to rate and select as validated answer if this answered your question
08-29-2017 10:04 AM
08-29-2017 03:28 PM
09-19-2017 12:42 PM
Hi Julio and Francesco
we configured the etherchannel as LACP and we have not had any issue since then.
Thank you very much for your help
Kind regards
Marcos
09-19-2017 12:47 PM - edited 09-19-2017 12:48 PM
Hi
Im glad to hear that. Thank you for the update.
Have a great day
:-)
09-19-2017 03:47 PM
08-27-2017 05:48 AM - edited 08-27-2017 05:49 AM
Hi
Im not really sure about the question, but you can have 2 separate ether-channel on the switches but you cannot have the same etherchannel working as L2 and L3 at the same time, they need in different groups. But you need to group at least 2 interface for each group to take advantage of Etherchannel.
Hope it answered the question.
:-)
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