ScreenShots
Who's Online
We have 71 guests onlineMost Popular howTo's
Latest Posts
HowTo
Newest Downloads
[zenoss@zenoss2 ~]$ python Zenoss_Template_Manager.py -husage: Examples: python Zenoss_Templa...
| HowTo Configure LACP on Cisco Switch for Mode 4 Bonding on a Linux box |
| 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
Only registered users can write comments!
Powered by !JoomlaComment 3.22
3.22 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."
|
|||||||
| Last Updated on Friday, 10 October 2008 09:15 |












