Link Aggregation on 6200

Post Reply
Yanesh
Member
Posts: 15
Joined: 27 Sep 2007 00:59

Link Aggregation on 6200

Post by Yanesh »

Hi guys

Anyone knows how to configure a link aggregation on a 6200 switch. Actually i have 2 link going to an Alcatel 6850 (layer 3). I have already configure the link agg on the 6850 and allow several vlans to pass through but on the 6200 when applying trunk on the link aggregation ports it dont allow me.

any clues

Hope to get a reply ASAP

Regards

yanesh
krzysioD
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1165
Joined: 30 Aug 2006 13:43
Location: Europe, Poland

Re: Link Aggregation on 6200

Post by krzysioD »

any log whats going on? maybe firmware versions of 6200 / 6850?

which ports do you use?
Please note that at no time I will provide you with OXE/4400 nor AOS releases.
Note that it's our private time, that we spent to help you, so please don't expect complete solution for your problem.
You will need to do homework by your self.
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1886
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Link Aggregation on 6200

Post by silvio »

- on a 6200 trunk means 802.1q-Tagging
- port-channel means static LAG
There are 8 predefined port-channels where you have to associate the interfaces:
console(config)# interface port-channel 1
console(config-if)# interface range ethernet g1-2
console(config-if)# description LAG-1
console(config-if)# channel-group 1 mode on
Silvio
Yanesh
Member
Posts: 15
Joined: 27 Sep 2007 00:59

Re: Link Aggregation on 6200

Post by Yanesh »

Thanks for your reply Sylvio

i have configured same as mentioned

console(config)# interface port-channel 1
console(config-if)# interface range ethernet g1-2
console(config-if)# description LAG-1
console(config-if)# channel-group 1 mode on

Now i need to pass vlan through this switch. This is where i am stucked. Any clues??
Yanesh
Member
Posts: 15
Joined: 27 Sep 2007 00:59

Re: Link Aggregation on 6200

Post by Yanesh »

"through this switch" i mean through this link agg to the switch 6850.


thanks

Yanesh
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1886
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Link Aggregation on 6200

Post by silvio »

for tagging vlan 100 and 101 on the LAG and no tagging of vlan 1 (= default vlan) try this:
console (config) # interface port-channel 1
console (config-if) # switchport mode trunk
console (config-if) # switchport trunk allowed vlan add 100 (or "all" for all vlan)
console (config-if) # switchport trunk allowed vlan add 101
console (config-if) # switchport trunk native vlan 1
Silvio
Post Reply

Return to “OmniStack LS 6200”