Situatie
To change the vlan on a switch you must use the next commands:
Solutie
- enable – to enter the exec mode of the SW
- show interface status – to show the status of the interfaces and the vlan in which they are configured
- conf t (config terminal) – to enter the SW configuration
- configure interface x – x is the interface on which you want to change the vlan
- swichport vlan acces y – y is the vlan you want to set
- end – to return to the EXEC mode
- write – to save the settings made.
Leave A Comment?