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

catalyst 3548 no spantree command

rkbhatt
Level 1
Level 1

i would like to remove the command from my switch config.

no spanning-tree vlan 173

no spanning-tree vlan 204

what is the command for this.

please guide,

7 Replies 7

lgijssel
Level 9
Level 9

The default is spanning-tree enabled.

The command: spanning-tree vlan 173 will restore the default.

milan.kulik
Level 10
Level 10

Simply do:

conf t

spanning-tree vlan 173

spanning-tree vlan 204

exit

Regards,

Milan

Hi Milan , After doing as mentioned i am still not able to remove from the config..

C_01S_3548_02(config)#spanning-tree vlan 173

C_01S_3548_02(config)#spanning-tree vlan 204

C_01S_3548_02(config)#^Z

C_01S_3548_02#sh run

Building configuration...

Current configuration:

!

! Last configuration change at 11:50:48 UTC Wed Jan 29 2003

! NVRAM config last updated at 14:06:17 UTC Tue Jan 28 2003

!

version 12.0

!

no spanning-tree vlan 204

no spanning-tree vlan 173

ip subnet-zero

config deleted *********

Prashanth Krishnappa
Cisco Employee
Cisco Employee

The XLs support 64 spanning-tree instances. If you have spanning tree running on more than 64 VLANs, you will see this for the remaining of the VLANs. How many VLANs do you have in your network?

Ya i have more the 64 vlan in my campus and the numbers are futher expected to rise upto 200++.

can u also give me some link which would futher clearefy.

thanks

Well, you need to decrease the number of VLANs on particular switches.

Use

config-if)#switchport trunk allowed vlan remove

command or

(config-if)#switchport trunk pruning vlan add

command (I suppose you are using VTP) on your trunks.

Regards,

Milan