hi
i'am trying to configure etherchannel on the dynamibs switch i tried to do the following :
interface FastEthernet1/10
shutdown
no switchport
channel-group 1 mode on
interface FastEthernet1/11
shutdown
no switchport
channel-group 1 mode on
interface Port-Channel1
ip address 155.1.108.10 255.255.255.0
the problem is when i create the port-channel its ok but when i try to configure the fa interface if i write no switchport it will not let the command channel-group 1 mode on give unrecongised command and if i continue without no swithport it will give me :)#channel-group 1 mode on
> Command rejected (Port-channel1): Either port is L2 and port-channel is
> L3, or vice-versa
any help to solve it?