Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...This site is a great forum to exchange knowledge..."

Geography

Where in the world do Tek-Tips members come from?
zeropoint46 (IS/IT--Management)
21 Sep 11 17:43
I originally posted this in the avaya definity forum, but I didn't get any response. I am trying to setup a LAG group to my cisco 2960g switch. I'm having trouble getting it successfully configured and was looking for any pointers. Here is the config on my cisco:


interface Port-channel2
 switchport mode trunk

interface GigabitEthernet0/1
 switchport mode trunk
 channel-group 2 mode on
!
interface GigabitEthernet0/2
 switchport mode trunk
 channel-group 2 mode on

I've also set switchport access vlan on the interfaces so it's in the native vlan that the p330 is on. Nothing seems to work. It looks like the links come up but I can send/receive data.

thanks.
 
VinceWhirlwind (TechnicalUser)
21 Sep 11 21:05
change your channel-group command to "active" instead of "on".
VinceWhirlwind (TechnicalUser)
21 Sep 11 21:10
Also, you have "switchport mode trunk", but if the Avaya side isn't configured the same for VLANs the aggregation is likely to not occur.
 
What is the VLAN config on the Avaya side?
 
At the very least I suspect you will need to add
sw tr encap dot1q
because the way you have it it's going to try to negotiate.
 
Or maybe what you really want is
sw mode access
instead
zeropoint46 (IS/IT--Management)
21 Sep 11 22:16
I've tried it with switch port mode access and it's not working. the avaya is in vlan1 default. I was under the impressions that "active" meant to negotiate LACP and I didn't think the p330 supported the lacp protocol but I will give that one a try. Lastly, my 2960g doesn't allow me to do encap dot1q, I think it just defaults to that because it's not an option that I can choose. I'll try the active with switchport mode access enabled tomorrow and post back. thanks for the info.
zeropoint46 (IS/IT--Management)
22 Sep 11 2:39
I'm thinking what I really want is switchport mode access. I believe that the avaya switch is in the default vlan1 with no sort of tagging going on. so here is my cisco config:


interface Port-channel2
 description avaya-pbx
 switchport access vlan 410
 switchport mode access
!
interface GigabitEthernet0/1
 switchport access vlan 410
 switchport mode access
 channel-group 2 mode active
!
interface GigabitEthernet0/2
 switchport access vlan 410
 switchport mode access
 channel-group 2 mode active

to me this looks like it may work but the active worries me cause it talks about negotiating LACP which I don't think the avaya supports. let me know what you think.  I have also confirmed the 2960g only support dot1q encapsulation anyways. thanks.
 
VinceWhirlwind (TechnicalUser)
22 Sep 11 19:01
No.
 
"on" uses a Cisco-proprietary aggregation protocol.
 
"auto", or "passive", or "desirable" means it has to negotiate.
 
"active" means it will be a LACP trunk no matter what the other side is.
 
And I agree, sw mode access seems to be the way to go.
zeropoint46 (IS/IT--Management)
22 Sep 11 20:56
Right, like I was saying, active means lacp, and again, I don't think that the avaya supports 802.3ad, but I'm gonna give it a go tonight. thanks.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close