Ich want to disable VLAN 1 on an uplink port of an 3500XL Switch with
12.0(5)WC17. Unfortunately it doesn't work.
rhsw#conf t Enter configuration commands, one per line. End with CNTL/Z. rhsw(config)#interface f0/48 rhsw(config-if)#switchport trunk allowed vlan 55 rhsw(config-if)#^Z rhsw#show running-config interface f0/48 Building configuration...
Current configuration: ! interface FastEthernet0/48 description frei shutdown switchport trunk allowed vlan 1,55,1002-1005 switchport mode trunk spanning-tree portfast end
Are there other way to filter VLAN 1?