cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
319
Views
0
Helpful
7
Replies

Switchport on Cat3550

londint
Level 1
Level 1

I have configured on a Cat 3550 the following.

interface FastEthernet0/48

description CAPI

switchport access vlan 911

switchport trunk pruning vlan 2-1001,1006-4094

no ip address

duplex full

speed 100

I am now trying to remove the line

switchport trunk pruning vlan 2-1001,1006-4094, but all the commands I have tried does not seem to work.

Please how can I remove that line and make it an ordinary switchport.?

Thanks

7 Replies 7

amit-singh
Level 8
Level 8

Hi Try the following:

Conf t

default-interface fa 0/48

it will bring it to its default config.

Then you can go ahead and put it back on vlan 911

conf t

int fa 0/48

switchport access vlan 911

HTH, Please rate if it does.

-amit singh

Thanks

This still did not remove the

switchport trunk pruning vlan 2-1001,1006-4094

I have done a switchport trunk pruning vlan remove 2-1001 but it still leaves me with

switchport trunk pruning vlan 1006-4094

Help.

Thanks

ankurbhasin
Level 9
Level 9

Hi Friend,

Can you try these 2 commands under interafce fa0/48

"no switchport trunk pruning vlan 2-1001,1006-4094"

"switchport mode access"

and update if it worked.

Regards,

Ankur

This did not work either

Thanks

leighharrison
Level 7
Level 7

Hi there,

"switchport trunk pruning vlan all" should sort it.

If the port is running as access, then it will only read the switchport access commands, it will only read the trunk commands if it's running in trunk mode. So not to worry too much about them.

Hope that helps,

LH

Hi

Did not work. Also did not have the all command as written.

Any other help?

Thanks

Hi,

The last option for you,

Take the config backup.

Open it in a notepad.

Remove that line that you dont want.

Paste the config back on the switch.

Wr mem .

This will take care of that.

HTH, Please rate it it helps.

-amit singh

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: