This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

NCM local admin password change using config script

I am working on a job script to change local admin password for my cisco wlc and getting extra config output when the config runs.

After the config command is ran a y is entered and seems to be slowing up the process. The config completes successfully but takes longer then it should.

Cisco Controller) config>y

Incorrect usage.  Use the '?' or <TAB> key to list commands.

(Cisco Controller) config>

simple script i am using.

config

mgmtuser add username password read-write

end

save config

y

thanks