cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
39477
Views
10
Helpful
3
Replies

Remove port from native vlan

AndreT_Li
Level 1
Level 1

I know you can't delete the native vlan 1 but can you remove ports from it with no other vlans beside the default valns on the switch. for instants

can I do a

int fa0/1

no switchport access vlan 1

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

You have to put the port in a vlan if not it will part of vlan1.

int fa0/1

no switchport access vlan 1

Above config will not remove port fa0/1 from vlan 1

int fa0/1

switchport access vlan 999

This config will move it from vlan 1 and puts it in vlan 999.

HTH

AndreT_Li
Level 1
Level 1

So no VLan is not an option so it must belong to a vlan in some way or another I think the vlans go up to 65,536

Correct. Because no vlan means vlan1.  So, it must belong to a vlan.

HTH

Review Cisco Networking for a $25 gift card