cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1175
Views
1
Helpful
3
Replies

AP GUI doesn't change values.

essicka
Frequent Visitor
Frequent Visitor

Hello,
I have a Cisco AP AIR-CAP1532I-E-K9. I converted it from lightweight to standalone using ap1g3-k9w7-tar.153-3.JK11.
The AP has a static IP, I am connected through the console using putty.
To be able to connect to the GUI I used the commands "enable secret ..." and "ip http server".
I can connect to the GUI of the AP through the web browser, but I can't change the values. After the "Apply" command the original values are there.
The user has Read-Only permissions.
I am new to Cisco and don't know the CLI commands.
Can you advise me the command/commands in CLI so that I can change the values in GUI?
Thank you.

Esi

 
 

 

 

1 Accepted Solution

Accepted Solutions

jagan.chowdam
VIP Alumni
VIP Alumni

The user has Read-Only permissions.

With Read-Only permission - you will not be able to make any configuration changes. You need Read/write user account to do that.

Refer: Configuring Username and Password Pairs from the following URL

https://www.cisco.com/c/en/us/td/docs/wireless/access_point/15-3-3/configuration/guide/cg15-3-3/cg15-3-3-chap5-admin.html#43832

Config t

login local

username <name> privilege 15 password 7 <password>

Jagan Chowdam

/**Pls rate useful responses**/

 

View solution in original post

3 Replies 3

jagan.chowdam
VIP Alumni
VIP Alumni

The user has Read-Only permissions.

With Read-Only permission - you will not be able to make any configuration changes. You need Read/write user account to do that.

Refer: Configuring Username and Password Pairs from the following URL

https://www.cisco.com/c/en/us/td/docs/wireless/access_point/15-3-3/configuration/guide/cg15-3-3/cg15-3-3-chap5-admin.html#43832

Config t

login local

username <name> privilege 15 password 7 <password>

Jagan Chowdam

/**Pls rate useful responses**/

 

essicka
Frequent Visitor
Frequent Visitor

Hello,

Thank you for the advice, but when I wanted to try to apply it my AP says it doesn't know the local parameter for the login command.
The username command is also unknown.
Here is the listing:

ap#conf t
Enter configuration commands, one per line. End with CNTL/Z.
ap(config)#login local
^
% Invalid input detected at '^' marker.

ap(config)#login ?
block-for Set quiet-mode active time period
delay Set delay between successive fail login
on-failure Set options for failed login attempt
on-success Set options for successful login attempt
quiet-mode Set quiet-mode options

ap(config)#login
ap#
*Mar 1 00:31:09.715: %SYS-5-CONFIG_I: Configured from console by console
ap#
*Mar 1 00:32:22.291: SGMII debug status:0x7
*Mar 1 00:32:22.319: SGMII auto correction -- success

ap#
ap#username XXX privilege 15 password 0 xxx
^
% Invalid input detected at '^' marker.

ap#

SGMII debug status:0x7 is there an error?

 

 

 

 

essicka
Frequent Visitor
Frequent Visitor

Hi,
I'm sorry, I'm stupid. local login is password for login to config.
Your advice helped me and works.

Review Cisco Networking for a $25 gift card