Would really appreciate some help; I've followed the instructions countless guides (which all say the same thing) - simply cannot get a port channel with LACP going. This is a brand new switch running the latest FTOS.
Dell Operating System Version: 2.0
Dell Application Software Version: 9.11(2.5)
My two ports with literally no configuration on them:
interface TenGigabitEthernet 0/0
no ip address
no shutdown
!
interface TenGigabitEthernet 0/1
no ip address
no shutdown
!
I create my port-channel with those two ports (tried with switchport, no switchport, hybrid - all the same):
!
interface Port-channel 2
no ip address
channel-member TenGigabitEthernet 0/0-1
no shutdown
!
When I go to add those ports to the port-channel, I get this error:
(conf)#interface TenGigabitEthernet 0/0
(conf-if-te-0/0)#port-channel-protocol LACP
% Error: Port is not in default mode Te 0/0
What am I missing here? This should be an extremely simple task and I feel like I've tried everything at this point. If I do it in reverse and add the port-channel-protocol to the interfaces before they are added to the port channel, then it won't let me add them either.
Can anyone please help? I feel like this should be so basic I must be missing something huge here.
Thanks!