cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
301
Views
0
Helpful
3
Replies

VLAN / Standard switch ports ?

admin_2
Level 3
Level 3

What is the proper command sequence to reconfigure (undo) a port on a 3500 switch from a VLAN port back to a standard (default) port?

I used this sequence to create a VLAN port:

config t

in f0/10

config-if# switchport access vlan5

Thanks

3 Replies 3

efrahim
Level 4
Level 4

by default every port belongs to vlan 1 so to make it back like default, put it back in default vlan.

switchport access vlan1

Prashanth Krishnappa
Cisco Employee
Cisco Employee

If you want to reset the switch to factory default includine removing VLAN 5 from vlan database, the following page should help

http://www.cisco.com/warp/public/473/156.html

Thanks for the help and responses.