cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
602
Views
4
Helpful
1
Replies

configuring switch ports for 2 NIC Teaming

Kevin Melton
Level 2
Level 2

I have a customer whom has installed Broadcom software and have connected 2 NICs on the server to our Cisco 4500 switch. We want to use LACP to enable the features it will provide.

What steps do I need to take to enable LACP on the two switch ports on the 4500 switch?

Thank you.

1 Reply 1

Mohamad Qayoom
Level 3
Level 3

We are using the following on 3130 switches:

interface GigabitEthernet1/0/17

switchport mode trunk

channel-protocol lacp

channel-group 48 mode active

spanning-tree portfast

!

interface GigabitEthernet1/0/18

switchport mode trunk

channel-protocol lacp

channel-group 48 mode active

spanning-tree portfast

Thanks,

Mohamad