01-30-2019 07:44 AM - edited 03-08-2019 05:11 PM
I have having issues saving a vlan switchport access configuration. It says it is a known issue but there is no viable solution. I have attached the error message in the attachment.
Solved! Go to Solution.
01-30-2019 08:23 AM
So, here you can check current access VLAN:
Name: Gi3/0/15
<...>
Access Mode VLAN: 20 <<<
Currently it's 20. If you need access VLAN1, you can configure either:
switchport access vlan 1 ; or
no switchport access vlan 20
In this situation both commands a equal, they both put the port to default VLAN1
After that "show interface <#> switchport" should show
Access Mode VLAN: 1
And interface should operate in VLAN1.
But command "switchport access vlan 1" still will not be in running config, since it's default vlan, so it's expected.
As I mentioned, you can check "show run all", probably you will see this command there.
01-30-2019 08:03 AM
Hello,
As I see in attached document, you are trying to config "switchport access vlan 1"
This is default command and that's why it's not displayed in config. All the interfaces by default are in VLAN1.
You can check actual VLAN by command:
show interface <#> switchport - there will be information about access VLAN
Also you could try "show run all", which should show all config, including default setting.
01-30-2019 08:14 AM
01-30-2019 08:23 AM
So, here you can check current access VLAN:
Name: Gi3/0/15
<...>
Access Mode VLAN: 20 <<<
Currently it's 20. If you need access VLAN1, you can configure either:
switchport access vlan 1 ; or
no switchport access vlan 20
In this situation both commands a equal, they both put the port to default VLAN1
After that "show interface <#> switchport" should show
Access Mode VLAN: 1
And interface should operate in VLAN1.
But command "switchport access vlan 1" still will not be in running config, since it's default vlan, so it's expected.
As I mentioned, you can check "show run all", probably you will see this command there.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide