| Author |
Message |
websphere
Joined: 13 Nov 2005 Posts: 2
|
13 Jan 2007 7:28 Can someone explain.... |
|
|
|
|
1) 802.1Q Trunking/Tagging
2) Link Aggregation - LACP
Thanks
|
|
| Back to top |
|
 |
Rooftop
Joined: 28 Oct 2004 Posts: 132 Helped: 2
|
13 Jan 2007 8:07 Can someone explain.... |
|
|
|
|
802.1q trunking is used when you using switch as vlan. 802.1q is the encapsulation for the trunking if i'm not wrong. Normally you can create vlan in switch(you have one default vlan1 for the management and it can't be deleted) after you create vlan, each vlan cannot communicate with each other. When they want to communicate with other switch with the same vlan they must have one dedicated port for each vlan to communicate. If you have 3 vlan then you need at least 3 port to communicate with other switch and same vlan. But when you using trunking you just need one port to connect to other switch , that port will be the trunk. The principle is nearly same with multiplexing.
That's what i know about 802.1q trunking is it clear and addequate?
|
|
| Back to top |
|
 |
oz
Joined: 19 Aug 2006 Posts: 39 Helped: 6
|
15 Jan 2007 5:47 Re: Can someone explain.... |
|
|
|
|
Link aggregation is a way to make multiple point-to-point links appear as a single logical link.
Benefits include:
(a). High throughput (e.g. GiGE data rate) on low speed devices
(b). Fast protection against link failures
(c). Load balancing capabilities
LACP stands for Link Aggregation Control Protocol.
As the name suggests, it is a protocol for Link aggregation, standardized as part of IEEE Std 802.3 (Formerly in 802.3ad).
|
|
| Back to top |
|
 |
Rooftop
Joined: 28 Oct 2004 Posts: 132 Helped: 2
|
15 Jan 2007 8:49 Can someone explain.... |
|
|
|
|
is link aggregation is same with etherchannel? I'm using cisco device and my instructor show me some demo about etherchannel and it seems about same with your description.
Thanks for the attention, i'm interrested in this one
|
|
| Back to top |
|
 |
oz
Joined: 19 Aug 2006 Posts: 39 Helped: 6
|
15 Jan 2007 14:43 Re: Can someone explain.... |
|
|
|
|
Both have the same functionality.
Etherchannel probably came from Cisco .. the other one is an IEEE standard, hence widely adopted.
see following link for differences
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.commadmn/doc/commadmndita/etherchannel_intro.htm
|
|
| Back to top |
|
 |