Cisco – Remove interface VLAN 1 in cisco 2960 switch

ciscocisco-catalystswitchvlan

From what I understand, there are protocols like VTP and CDP that no matter what will use VLAN 1.

CDP and VTP are layer 2 meanwhile interface VLAN is layer 3. So, I wonder why I cannot delete interface VLAN 1?

I want to use different VLAN from VLAN 1 for managing my switch but it is impossible because only interface VLAN 1 can turn up in layer-2 switch.

Best Answer

Remember, by default, VLAN 1 is associated with all the physical interfaces, Default VLAN (for access ports) and Native VLAN (for IEEE 802.1Q trunks) on the switch. The thing that people does is to unassociated with the required interface(in this case, VLAN 1 ):

 switchport trunk allowed vlan remove "VLAN_TO_REMOVE"(to remove a vlan from a trunk port)
 no switchport access vlan 1(to remove a vlan from access port)

The only way that one Vlan interfaces came UP is to associated with some interface of that switch, this is the only way.

I guess, this is the problem that you have. Here you can find the datasheet for your 2690 switch:

http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_25_fx/configuration/guide/2960scg.pdf

Are supported up to 4096 Vlan ID on that switch, on the way that you can do what you are asking, i guess, first you need to clear the capabilities of your equipment, and next, configure what you want.