12-26-2021 09:44 PM
Hi,
I had performed the basic configuration on C9800-40 via CLI and now I'm accessing the WebUI for the first time. Unfortunately, there was no configuration tab in the WebUI and it is not a full WebUI. Alot of missing components. Anyone encounter this before and how do you solve this?
12-27-2021 12:01 AM
- What kind of user is being applied for GUI-logon ? Is it based on radius and or tacacs authentication (e.g.) ? Does it have then sufficient privileges ?
M.
12-27-2021 06:01 PM
Hi Marce,
I got what you meant. The username I created is with privileges 1, as per below:
username admin secret 9 <hash keys>
So basically I need to create a user credential with privileges 15 right?
12-27-2021 05:19 AM - edited 12-27-2021 12:23 PM
Create a new user from CLI console
username test privilege 15 secret test
enable secret test
!
ip http server (recommended to disable if you are not using any web auth)
ip http secure-server
ip http authentication local
!
then login to GUI using the newly created credentials.
12-27-2021 06:01 PM
Thanks Arshad!!
05-01-2024 04:31 AM
Hi, I did that but I still don't have the configuration menu under the navigation menu. All I have is the web interface is the Dashboard and Monitoring
Regards,
Aria
05-01-2024 11:00 PM
Dear aria-noori,
Its because your user having monitoring privilege. Please assign admin rights to your user and you can cross check with CLI access.
GoodLuck..
05-07-2024 02:24 AM
Hi Gaurav
I did assign privilege 15 but again I have the problem. I followed these steps:
!
ip dhcp pool WEBUIPool
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
username admin privilege 15 password 0 default
!
interface gig 0/0/1
ip address 192.168.1.1 255.255.255.0
!
No shutdown
ip http server (recommended to disable if you are not using any web auth)
ip http secure-server
ip http authentication local
!
Regards,
Aria
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