11-03-2022 01:54 PM
Hi all,
Ive just configured a 4 switch stack using a mixture of the web ui and the CLI. I decided to set up all VLAN tags using the CLI as it was quicker to tag ranges of ports etc.
My issue is that after configuring all of the ports with their respective PVIDs and tagged VLANs,. i logged in to the GUI to check that the changes were reflected and i was shocked to see that they were for switch 1 (master), but the changes were not reflected on any of the other switches in the stack, even though a 'show run' from the CLI shows that the changes are there. I've saved the running config and rebooted the stack, but still no change, so i'm not sure whether to trust the CLI or the GUI now.
I've attached the full config in the hope that someone can tell me where i've gone wrong.
Thank you!
11-03-2022 02:08 PM - edited 11-03-2022 02:10 PM
how are you saving the confg, what do you mean you can not see the config on other switches, in the stack only the master switch holds all the configuration.
can you post #show stack
To save the running configuration to the startup configuration file, use the write command in Privileged EXEC mode.
write
write memory
11-03-2022 02:41 PM
11-04-2022 01:51 AM
Hello,
odd indeed. What user are you logging in with on the GUI ? I am thinking it might have to do with the privilege level of that GUI user....
What happens if you use the GUI to change a Vlan port assignment, is that reflected in both the GUI and the CLI ?
11-04-2022 05:19 AM
Thanks for the suggestions, i managed to work it out. This was due to me missing a vital line in my CLI config.
I had applied the config absoutely fine in the CLI and it was showing in the CLI, but because i missed out 'switchport mode general' - the ports were still in access mode. So the GUI was showing me the access mode settings. After assing 'switchport mode general' in to my CLI config after each interface was selected, the issue was resolved. All changes made in the CLI are now showing up in the GUI.
Silly mistake! Thank You!
11-04-2022 07:54 AM
Glad to know you able fix the issue, appricited your feedback.
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