01-29-2007 01:44 PM - edited 03-05-2019 02:03 PM
Trying setup a 3550-48.
The following command::
int fa0/1
switchport mode dynamic desirable
Is responded to with:
Command rejected: Fa0/1 not a switching port.
Command rejected: Fa0/1 not a switching port.
01-29-2007 01:49 PM
It looks like the f0/1 is configured as router port. I believe all the ports in 3550 switch are switchports by default. Someone may have configured 'no switchport' under f0/1. Enter switchport under f0/1 mode and you should be able to configure switchport commands under this int.
HTH
Sundar
11-14-2019 05:26 PM
I had got the same problem in port-channel configuration. I was trying to make the port-channel as trunk.
The following command fixed my issue,
int port-channel xx
switchport
switchport trunk encapsulaton dot1q
switchport mode trunk
HTH
01-29-2007 01:59 PM
configure the port as switch port and try this command.
MLS-1-1(config)#int Fa 1/1
MLS-1-1(config-if)# switchport
MLS-1-1(config-if)#
01-30-2007 09:40 AM
Thanks,
That was the fix. I had overlooked the obvious.
03-11-2024 09:50 AM
thank you so much
01-29-2007 02:07 PM
yes in layer 3 switches... you can use any port as layer 2 as well as layer 3...
normally ports are layer 2 port but if you fire the command "NO SWITCHPORT" under any interface configuration mode then that port will be come layer3 port... and to convert that layer 3 port back into layer 2 port you need to fire the command "SWITCHPORT" under perticular interface...
regards
Devang
01-29-2007 03:00 PM
Just do a show interface status command and it will tell you whether it is a switchport or a routed port.
01-30-2007 04:17 AM
Hi,
the only thing I can think of that the port is configured as a L3 port. That is,
no switchport
ip address ....
commnad(s) present in the running config on the port ?
Regards,
Laszlo
09-27-2018 09:58 AM
I too had the same problem, if the above solution doesn't fix your problem, try out with stable image of layer 3 switch. That's how I solved the issue. The stable image version is: i86bi_linux_l2-advipservicesk9-ms.nov3_2015_high_iron.bin
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide