Start a Conversation

Unsolved

This post is more than 5 years old

27646

January 10th, 2013 08:00

s4810 Port-Channel error

Hi All I've been following the documentation here to try and setup a LACP port-channel group.

Here is my os-version information:

S4810-Series:  SE         FTOS 8.3.12.1

I get to the part where i am configuring a range of ports for LACP

Force10(interface 0/43-44)#port-channel-protocol lacp

Force10(interface 0/43-44)#port-channel 1 mode active

% Error: This port property does not match with other LAG member.


I am not sure why I am receiving this Error, as this is from a completely new unit, even did a delete statup-config to make sure.

Here is the port-channel as it is displayed in the show run

interface Port-channel 1
 no ip address
 no shutdown
!

Thank you for your help!

-Jim

802 Posts

January 10th, 2013 15:00

We need to preface that this response may not be a complete resolution.  This forum is for the Dell PowerConnect switch series.  This information was pulled from the S4810 User Manual

 

https://www.force10networks.com/CSPortal20/KnowledgeBase/DOCUMENTATION/CLIConfig/FTOS/S4810_CONFIG_8.3.12.1_26-Nov-2012.pdf

 

Create a LAG

 

To create a dynamic port channel (LAG), define the LAG and then the LAG interfaces. Use the

interface port-channel and switchport commands, as shown in the following example, which

uses the example of LAG 32:

 

FTOS(conf)#interface port-channel 32

FTOS(conf-if-po-32)#no shutdown

FTOS(conf-if-po-32)#switchport

 

The LAG is in the default VLAN. To place the LAG into a non-default VLAN, use the tagged

command on the LAG as shown in the example below:

 

FTOS(conf)#interface vlan 10

FTOS(conf-if-vl-10)#tagged port-channel 32

 

Configure the LAG interfaces as dynamic

After creating a LAG, configure the dynamic LAG interfaces. The following example shows ports

3/15, 3/16, 4/15, and 4/16 added to LAG 32 in LACP mode with the command

port-channel-protocol lacp.

 

FTOS(conf)#interface Gigabitethernet 3/15

FTOS(conf-if-gi-3/15)#no shutdown

FTOS(conf-if-gi-3/15)#port-channel-protocol lacp

FTOS(conf-if-gi-3/15-lacp)#port-channel 32 mode active

...

FTOS(conf)#interface Gigabitethernet 3/16

FTOS(conf-if-gi-3/16)#no shutdown

FTOS(conf-if-gi-3/16)#port-channel-protocol lacp

FTOS(conf-if-gi-3/16-lacp)#port-channel 32 mode active

...

FTOS(conf)#interface Gigabitethernet 4/15

FTOS(conf-if-gi-4/15)#no shutdown

FTOS(conf-if-gi-4/15)#port-channel-protocol lacp

FTOS(conf-if-gi-4/15-lacp)#port-channel 32 mode active

...

FTOS(conf)#interface Gigabitethernet 4/16

FTOS(conf-if-gi-4/16)#no shutdown

FTOS(conf-if-gi-4/16)#port-channel-protocol lacp

FTOS(conf-if-gi-4/16-lacp)#port-channel 32 mode active

 

The port-channel 32 mode active command shown above may be successfully issued as long as

there is no existing static channel-member configuration in LAG 32

January 11th, 2013 05:00

typo in my last post.

interface Vlan 11

no ip address

tagged Port-channel 1

no shutdown

!

Issue still present.

January 11th, 2013 05:00

Heres the current show run:

interface TenGigabitEthernet 0/44
 no ip address
 flowcontrol rx on tx off
!
 port-channel-protocol LACP
  port-channel 1 mode active
 no shutdown
!
interface TenGigabitEthernet 0/45
 no ip address
 flowcontrol rx on tx off
!
 port-channel-protocol LACP
  port-channel 1 mode active
 no shutdown

interface Port-channel 1
 no ip address
 switchport
 no shutdown
!
interface Vlan 11
 no ip address
 tagged Port-channel 1
 shutdown
!

show interface port-channel 1 brief

    LAG  Mode  Status       Uptime      Ports
L   1       L2    down         00:00:00





January 11th, 2013 05:00

I followed these steps via the documentation however when I issue a show interfaces port-channel 32 brief after I perform the steps. It does not show any ports in the LAG, and status down.

No Events found!

Top