No Account Yet?

You are not logged in.

Add to: JBookmarks Add to: Facebook Add to: Windows Live Add to: Digg Add to: Del.icoi.us Add to: Reddit Add to: StumbleUpon Add to: Slashdot Add to: Netscape Add to: Furl Add to: Yahoo Add to: Blogmarks Add to: Technorati Add to: Newsvine Add to: Google Information
HowTo Configure LACP on Cisco Switch for Mode 4 Bonding on a Linux box E-mail
Networking HowTo's - Cisco HowTo's
Written by Keith Short   
Friday, 10 October 2008 08:52

This has come up on a couple of projects I have been involved in lately. It seems that this is becoming frequently used as a redundancy configuration for Linux-based Oracle Server applications on the network.

 In Cisco lingo this is called an EtherChannel. In Linux-speak it's called Bonding. The protocol used - as required by the Linux software - is LACP (Link Aggregation Control Protocol).

 

I focused on mode 4 since that provides link aggregation - makes all the ports on the server look like one logical connection to the network, thus providing higher bandwidth. The nice thing about this setup is that if anyone port fails, the traffic continues to flow uninterrupted through the other ports.

 This example goes a step further, and also adds Tagging (allowing traffic for multiple VLANs to be transported across the link. That's called"trunking" in Cisco lingo as shown below.

This is a working configuration from a port in a production environment:

***Note proprietary information has been changed to generic information

 

interface GigabitEthernet1/1

1151  description Server1-Slot1

1152  switchport

1153  switchport trunk allowed vlan 1,2,3

1154  switchport mode trunk

1155  no ip address

1156  channel-protocol lacp

1157  channel-group 1 mode active

 

 

 

 

 

 

 

 

Comments
Search RSS
Only registered users can write comments!

3.22 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Friday, 10 October 2008 09:15 )