06-07-2005 04:27 AM - edited 03-02-2019 11:01 PM
I have installed a WS-6748-GE-TX module in slot 2 on a catalyst 6509. When I try to change the vlan membership on interface gig 2/1 I get the following message: Command rejected: Gi2/1 not a switching port. Any ideas?
Solved! Go to Solution.
06-07-2005 04:38 AM
You need to make it a switchport first (from routed port). Try the following
conf t
int gig 2/1
switchport
switchport access VLAN
06-07-2005 04:38 AM
You need to make it a switchport first (from routed port). Try the following
conf t
int gig 2/1
switchport
switchport access VLAN
06-07-2005 05:27 AM
Thanks.
06-07-2005 04:50 AM
Hi,
By default on IOS the ports are layer 3 ports. You have to make them Layer 2.
Int range gig 2/1 - 48
no shut
switchport
switchport access vlan
HTH,
-amit singh
06-07-2005 05:23 AM
Thanks, that worked. I appreciate your time.
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