Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configure LAG from Netgear GS752TPS to Cisco 3560 Catalyst

Status
Not open for further replies.

paramjotsingh

Technical User
Sep 22, 2015
13
CA
I enabled the LAG in Netgear through its GUI as follows

Lag Name: ch2
Lag ID: 12
Lag Type: Static
Ports: 1/g1, 1/g2, 1/g3, 1/g4

On Cisco I did this following commands

int fa 0/1
switchport
channel group 1 mode on
no shutdown

Did for every port fa 0/1 - 0/4. I think this configuration is not working. Can somebody verify it or I did some mistake. I am confused between Etherchannel and Port Channel.
 
On the Cisco side, did you define:
interface Port-channel1
switchport

?
 
No I just typed those commands on switch for every port. (Fa 0/1 to Fa 0/4). All the ports belongs to default VLAN. I just want 4 ports for LAG.
 
you need to define the "Port-channel" for the group, then assign interfaces to that LAG. The numbers must match, i.e. Po1 would have interfaces with "channel-group 1".
 
OK. After defining port channel as

interface port-channel 1

I have to run below commands again for every port ?

int fa 0/1
switchport
channel group 1 mode on
no shutdown

Or I have to make some changes is these to make it work. At the time I setup it didn't gave any error.
 
do "sh run" and see if the "channel group 1 mode on" show on the interfaces. If they do, no, you do not have to enter them again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top