cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
388
Views
0
Helpful
7
Replies

Routing redundency to stacked CAT3750

ronshuster
Level 1
Level 1

I have a C2851 facing a private network and behind it a stacked cat3750 (currently there are 2 switches in the stack, but that will grow).

At the moment, the setup is as follows:

cat3750 --> C2851 --> private network

but we wish to add another level of redundancy b/w the 3750 & 2851. Given a HSRP setup will not work on the CAT3750 due to its stacking nature, do you recommend to have two gig ports terminate at each of the switches in the stack with etherchannel?

The idea is if one 3750 fails or one of the gig ports fail on the 2851, the connection will still be maintained (at least to one of the switches).

that is :

cat37500 --> gig0/0 C2851 -->private net

--> gig0/1 C2851

Any thoughts about this?

7 Replies 7

Jon Marshall
Hall of Fame
Hall of Fame

Roni

Yes this seems like a sensible solution to me. Make it a L3 etherchannel rather than a L2 etherchannel and configure it as a P2P link.

This is assuming that the vlans on the 3750 are routed on the 3750 and not the 2800. If the 2800 routes the vlan(s) then L2 etherchannel.

Jon

The etherchannel I am familiar with is where I create a portchannel (virtual) interface and then group 2 or multiple physical interface to be part of this etherchannel.

What other options do I have (L2 vs L3).

Can you provide an example?

Roni

Attached is paper on 2800 etherchannel - you will need to check the IOS version etc. At the bottom is a configuration example.

Basically L3 etherchannel is configured similarly to L2 etherchannel except that you manually have to create the port-channel interface. So on the 3750

int po1

ip address 192.168.5.1 255.255.255.0

int gi0/1/1

channel-group 1 mode on

no switchport

int gi1/1/1

channel-group 1 mode on

no switchport

Jon

I think this might be the reference that Jon meant to attach.

http://www.cisco.com/en/US/prod/collateral/routers/ps5855/prod_white_paper0900aecd806f698a.pdf

Thanks Joseph, you are a gentleman !

Belated Happy New Year.

Jon

So that's applied to the ISR, what about the CAT3750 stack?

See the correct section of the reference manual or guide for your version of 3750 IOS.

E.g. http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_46_se/configuration/guide/swethchl.html

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card